Skip to content

HRK to ETB exchange rate API

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

24.5000

▲ +3.43% over 6M

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 6 months, HRK/ETB traded between 23.6880 and 24.9866, averaged 24.4240 and rose 3.43%. 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 6M

HRK/ETB over 6M: show the values
PointHRK/ETB
2026-03-3123.6880
2026-04-0723.9735
2026-04-1424.5114
2026-04-2124.2939
2026-04-2824.3412
2026-05-0524.3633
2026-05-1224.4473
2026-05-2024.0951
2026-05-2824.5329
2026-06-0424.8304
2026-06-1324.4380
2026-06-2024.2988
2026-06-2724.0182
2026-07-0424.2528
2026-07-1124.1314
2026-07-1824.4929
2026-07-2524.1561
2026-08-0124.3788
2026-08-0824.5744
2026-08-1524.8285
2026-08-2324.9866
2026-08-3024.6787
2026-09-0624.8296
2026-09-1324.8190
2026-09-2024.4857
2026-09-2724.5000

High

24.9866

Low

23.6880

Average

24.4240

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.