CHF to HRK exchange rate API
Swiss Franc to Croatian Kuna · quoted 2026-09-24
7.9993
▼ +0.51% over 1Y
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 year, CHF/HRK traded between 7.9829 and 8.3551, averaged 8.1408 and fell 0.51%. 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 1Y: show the values
| Point | CHF/HRK |
|---|---|
| 2025-09-24 | 8.0405 |
| 2025-10-01 | 8.0347 |
| 2025-10-08 | 8.0973 |
| 2025-10-15 | 8.0991 |
| 2025-10-22 | 8.1524 |
| 2025-10-29 | 8.1125 |
| 2025-11-05 | 8.0949 |
| 2025-11-12 | 8.1451 |
| 2025-11-19 | 8.1197 |
| 2025-11-26 | 8.0636 |
| 2025-12-03 | 8.0918 |
| 2025-12-11 | 8.0918 |
| 2025-12-18 | 8.0741 |
| 2025-12-25 | 8.1186 |
| 2026-01-01 | 8.0927 |
| 2026-01-08 | 8.0915 |
| 2026-01-15 | 8.0794 |
| 2026-01-22 | 8.1269 |
| 2026-01-29 | 8.2049 |
| 2026-02-05 | 8.2245 |
| 2026-02-12 | 8.2389 |
| 2026-02-19 | 8.2329 |
| 2026-02-26 | 8.2396 |
| 2026-03-05 | 8.3084 |
| 2026-03-12 | 8.3551 |
| 2026-03-19 | 8.2604 |
| 2026-03-26 | 8.2187 |
| 2026-04-02 | 8.1618 |
| 2026-04-09 | 8.1712 |
| 2026-04-16 | 8.1416 |
| 2026-04-23 | 8.2089 |
| 2026-04-30 | 8.2244 |
| 2026-05-07 | 8.2385 |
| 2026-05-15 | 8.2226 |
| 2026-05-23 | 8.2736 |
| 2026-05-30 | 8.2739 |
| 2026-06-06 | 8.2160 |
| 2026-06-15 | 8.1740 |
| 2026-06-22 | 8.1395 |
| 2026-06-29 | 8.1853 |
| 2026-07-06 | 8.1761 |
| 2026-07-13 | 8.1627 |
| 2026-07-20 | 8.1470 |
| 2026-07-27 | 8.1060 |
| 2026-08-03 | 8.0883 |
| 2026-08-10 | 8.0680 |
| 2026-08-17 | 8.0342 |
| 2026-08-25 | 8.0468 |
| 2026-09-01 | 8.0113 |
| 2026-09-08 | 7.9867 |
| 2026-09-15 | 7.9829 |
| 2026-09-22 | 8.0133 |
High
8.3551
Low
7.9829
Average
8.1408
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.