Skip to content

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

CHF/HRK over 5Y: show the values
PointCHF/HRK
2021-09-276.9150
2021-11-087.0992
2021-12-207.2204
2022-01-317.2369
2022-03-147.3905
2022-04-277.3956
2022-06-087.1729
2022-07-207.5933
2022-08-317.6713
2022-10-127.7908
2022-11-237.7014
2024-08-308.0089
2024-10-108.0126
2024-11-098.0256
2024-12-098.1174
2025-01-087.9826
2025-02-077.9983
2025-03-097.8973
2025-04-098.1304
2025-05-108.0527
2025-06-108.0523
2025-07-108.0614
2025-08-098.0120
2025-09-088.0902
2025-10-098.0739
2025-11-088.0872
2025-12-088.0276
2026-01-088.0915
2026-02-078.2272
2026-03-098.3843
2026-04-088.1939
2026-05-088.2527
2026-06-118.1636
2026-07-118.1699
2026-08-108.0680
2026-09-107.9731

High

8.3843

Low

6.9150

Average

7.8741

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HRK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=HRK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.