Skip to content

HRK to EUR exchange rate API

Croatian Kuna to Euro · quoted 2026-09-24

0.13271

▼ +0.39% over 1Y

1 HRK = 0.13271 EUR · 1 EUR = 7.5351 HRK · Get this rate via the API

1 HRK buys 0.13271 EUR as of 2026-09-24, so 1 EUR buys 7.5351 HRK. Over the last year, HRK/EUR traded between 0.13231 and 0.13323, averaged 0.13275 and fell 0.39%. The API holds daily HRK/EUR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

HRK/EUR over 1Y

HRK/EUR over 1Y: show the values
PointHRK/EUR
2025-09-240.13323
2025-10-010.13290
2025-10-080.13272
2025-10-150.13269
2025-10-220.13292
2025-10-290.13286
2025-11-050.13273
2025-11-120.13273
2025-11-190.13265
2025-11-260.13276
2025-12-030.13237
2025-12-110.13241
2025-12-180.13295
2025-12-250.13272
2026-01-010.13273
2026-01-080.13272
2026-01-150.13289
2026-01-220.13255
2026-01-290.13274
2026-02-050.13272
2026-02-120.13277
2026-02-190.13320
2026-02-260.13278
2026-03-050.13279
2026-03-120.13257
2026-03-190.13273
2026-03-260.13296
2026-04-020.13299
2026-04-090.13245
2026-04-160.13307
2026-04-230.13274
2026-04-300.13231
2026-05-070.13256
2026-05-150.13300
2026-05-230.13272
2026-05-300.13272
2026-06-060.13272
2026-06-150.13280
2026-06-220.13272
2026-06-290.13248
2026-07-060.13293
2026-07-130.13240
2026-07-200.13290
2026-07-270.13288
2026-08-030.13266
2026-08-100.13270
2026-08-170.13257
2026-08-250.13276
2026-09-010.13287
2026-09-080.13285
2026-09-150.13268
2026-09-220.13286

High

0.13323

Low

0.13231

Average

0.13275

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

HRK/EUR API questions

How do I get the HRK/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/EUR rate in rates.EUR.

How far back does HRK/EUR historical data go?

Daily HRK/EUR 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 HRK/EUR 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.