CHF to HRK exchange rate API
Swiss Franc to Croatian Kuna · quoted 2026-09-24
7.9993
▲ +15.68% over 5Y
1 CHF = 7.9993 HRK · 1 HRK = 0.12501 CHF · Get this rate via the API
1 CHF buys 7.9993 HRK as of 2026-09-24, so 1 HRK buys 0.12501 CHF. Over the last 5 years, CHF/HRK traded between 6.9150 and 8.3843, averaged 7.8741 and rose 15.68%. The API holds daily CHF/HRK rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CHF/HRK over 5Y: show the values
| Point | CHF/HRK |
|---|---|
| 2021-09-27 | 6.9150 |
| 2021-11-08 | 7.0992 |
| 2021-12-20 | 7.2204 |
| 2022-01-31 | 7.2369 |
| 2022-03-14 | 7.3905 |
| 2022-04-27 | 7.3956 |
| 2022-06-08 | 7.1729 |
| 2022-07-20 | 7.5933 |
| 2022-08-31 | 7.6713 |
| 2022-10-12 | 7.7908 |
| 2022-11-23 | 7.7014 |
| 2024-08-30 | 8.0089 |
| 2024-10-10 | 8.0126 |
| 2024-11-09 | 8.0256 |
| 2024-12-09 | 8.1174 |
| 2025-01-08 | 7.9826 |
| 2025-02-07 | 7.9983 |
| 2025-03-09 | 7.8973 |
| 2025-04-09 | 8.1304 |
| 2025-05-10 | 8.0527 |
| 2025-06-10 | 8.0523 |
| 2025-07-10 | 8.0614 |
| 2025-08-09 | 8.0120 |
| 2025-09-08 | 8.0902 |
| 2025-10-09 | 8.0739 |
| 2025-11-08 | 8.0872 |
| 2025-12-08 | 8.0276 |
| 2026-01-08 | 8.0915 |
| 2026-02-07 | 8.2272 |
| 2026-03-09 | 8.3843 |
| 2026-04-08 | 8.1939 |
| 2026-05-08 | 8.2527 |
| 2026-06-11 | 8.1636 |
| 2026-07-11 | 8.1699 |
| 2026-08-10 | 8.0680 |
| 2026-09-10 | 7.9731 |
High
8.3843
Low
6.9150
Average
7.8741
Get this rate via the API
One GET request returns the CHF/HRK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HRK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HRK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HRK").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/HRK API questions
How do I get the CHF/HRK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=HRK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/HRK rate in rates.HRK.
How far back does CHF/HRK historical data go?
Daily CHF/HRK rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/HRK exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.