Skip to content

HRK to ETB exchange rate API

Croatian Kuna to Ethiopian Birr · quoted 2026-09-27

24.5000

▲ +9.25% over 1Y

1 HRK = 24.5000 ETB · 1 ETB = 0.04082 HRK · Get this rate via the API

1 HRK buys 24.5000 ETB as of 2026-09-27, so 1 ETB buys 0.04082 HRK. Over the last year, HRK/ETB traded between 22.4249 and 25.2876, averaged 24.1637 and rose 9.25%. The API holds daily HRK/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/ETB over 1Y

HRK/ETB over 1Y: show the values
PointHRK/ETB
2025-09-2722.4249
2025-10-0422.5163
2025-10-1122.6463
2025-10-1822.8970
2025-10-2523.3918
2025-11-0123.5264
2025-11-0823.6931
2025-11-1523.6907
2025-11-2223.5795
2025-11-2923.6486
2025-12-0624.0018
2025-12-1424.2528
2025-12-2124.1451
2025-12-2824.3164
2026-01-0424.1620
2026-01-1123.9888
2026-01-1823.9703
2026-01-2524.4313
2026-02-0124.4537
2026-02-0824.3147
2026-02-1524.4890
2026-02-2224.3042
2026-03-0124.4829
2026-03-0824.0731
2026-03-1523.8281
2026-03-2224.1953
2026-03-2923.9832
2026-04-0523.9195
2026-04-1224.3825
2026-04-1924.4207
2026-04-2624.0048
2026-05-0324.4243
2026-05-1024.3578
2026-05-1824.1223
2026-05-2624.8176
2026-06-0224.4184
2026-06-1124.6350
2026-06-1824.6171
2026-06-2524.2415
2026-07-0224.0382
2026-07-0924.3718
2026-07-1624.4344
2026-07-2324.4140
2026-07-3024.3853
2026-08-0624.6823
2026-08-1324.7038
2026-08-2125.2876
2026-08-2825.2230
2026-09-0424.8995
2026-09-1124.8196
2026-09-1824.5426
2026-09-2524.6047

High

25.2876

Low

22.4249

Average

24.1637

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HRK/ETB API questions

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

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

How far back does HRK/ETB historical data go?

Daily HRK/ETB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HRK/ETB 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.