Skip to content

HRK to ETB exchange rate API

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

24.5000

▲ +1.02% over YTD

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 year to date, HRK/ETB traded between 23.8867 and 25.2565, averaged 24.4251 and rose 1.02%. 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 YTD

HRK/ETB over YTD: show the values
PointHRK/ETB
2025-12-3124.2531
2026-01-0724.0856
2026-01-1424.0506
2026-01-2124.2877
2026-01-2824.6286
2026-02-0424.3940
2026-02-1124.5495
2026-02-1824.4241
2026-02-2524.2410
2026-03-0423.8867
2026-03-1124.0399
2026-03-1823.9207
2026-03-2524.0978
2026-04-0124.1018
2026-04-0824.3994
2026-04-1524.4302
2026-04-2224.3727
2026-04-2924.4588
2026-05-0624.4271
2026-05-1424.4821
2026-05-2124.3461
2026-05-2924.7533
2026-06-0524.8052
2026-06-1424.4496
2026-06-2124.2677
2026-06-2823.9886
2026-07-0524.2626
2026-07-1224.1489
2026-07-1924.4940
2026-07-2624.1659
2026-08-0224.3885
2026-08-0924.5805
2026-08-1624.8742
2026-08-2425.1038
2026-08-3125.2565
2026-09-0725.0243
2026-09-1424.7731
2026-09-2124.8631

High

25.2565

Low

23.8867

Average

24.4251

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.