Skip to content

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

CHF/HRK over 1Y: show the values
PointCHF/HRK
2025-09-248.0405
2025-10-018.0347
2025-10-088.0973
2025-10-158.0991
2025-10-228.1524
2025-10-298.1125
2025-11-058.0949
2025-11-128.1451
2025-11-198.1197
2025-11-268.0636
2025-12-038.0918
2025-12-118.0918
2025-12-188.0741
2025-12-258.1186
2026-01-018.0927
2026-01-088.0915
2026-01-158.0794
2026-01-228.1269
2026-01-298.2049
2026-02-058.2245
2026-02-128.2389
2026-02-198.2329
2026-02-268.2396
2026-03-058.3084
2026-03-128.3551
2026-03-198.2604
2026-03-268.2187
2026-04-028.1618
2026-04-098.1712
2026-04-168.1416
2026-04-238.2089
2026-04-308.2244
2026-05-078.2385
2026-05-158.2226
2026-05-238.2736
2026-05-308.2739
2026-06-068.2160
2026-06-158.1740
2026-06-228.1395
2026-06-298.1853
2026-07-068.1761
2026-07-138.1627
2026-07-208.1470
2026-07-278.1060
2026-08-038.0883
2026-08-108.0680
2026-08-178.0342
2026-08-258.0468
2026-09-018.0113
2026-09-087.9867
2026-09-157.9829
2026-09-228.0133

High

8.3551

Low

7.9829

Average

8.1408

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.