CHF to HRK exchange rate API
Swiss Franc to Croatian Kuna · quoted 2026-09-24
7.9993
▼ +0.59% over 30D
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 30 days, CHF/HRK traded between 7.9440 and 8.0506, averaged 8.0016 and fell 0.59%. 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 30D: show the values
| Point | CHF/HRK |
|---|---|
| 2026-08-25 | 8.0468 |
| 2026-08-26 | 8.0320 |
| 2026-08-27 | 8.0330 |
| 2026-08-28 | 8.0442 |
| 2026-08-29 | 8.0506 |
| 2026-08-30 | 8.0355 |
| 2026-08-31 | 8.0394 |
| 2026-09-01 | 8.0113 |
| 2026-09-02 | 7.9943 |
| 2026-09-03 | 8.0360 |
| 2026-09-04 | 8.0101 |
| 2026-09-05 | 8.0126 |
| 2026-09-06 | 8.0090 |
| 2026-09-07 | 8.0192 |
| 2026-09-08 | 7.9867 |
| 2026-09-09 | 8.0264 |
| 2026-09-10 | 7.9731 |
| 2026-09-11 | 7.9657 |
| 2026-09-12 | 7.9561 |
| 2026-09-13 | 7.9559 |
| 2026-09-14 | 7.9775 |
| 2026-09-15 | 7.9829 |
| 2026-09-16 | 7.9700 |
| 2026-09-17 | 7.9719 |
| 2026-09-18 | 7.9440 |
| 2026-09-19 | 7.9703 |
| 2026-09-20 | 7.9775 |
| 2026-09-21 | 7.9919 |
| 2026-09-22 | 8.0133 |
| 2026-09-23 | 8.0132 |
| 2026-09-24 | 8.0009 |
High
8.0506
Low
7.9440
Average
8.0016
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.