Skip to content

HRK to ETB exchange rate API

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

24.5000

▼ +2.87% over 30D

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 30 days, HRK/ETB traded between 24.4830 and 25.2565, averaged 24.7940 and fell 2.87%. 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 30D

HRK/ETB over 30D: show the values
PointHRK/ETB
2026-08-2825.2230
2026-08-2924.6722
2026-08-3024.6787
2026-08-3125.2565
2026-09-0124.9540
2026-09-0224.9216
2026-09-0325.0425
2026-09-0424.8995
2026-09-0524.8858
2026-09-0624.8296
2026-09-0725.0243
2026-09-0824.9883
2026-09-0924.9478
2026-09-1025.1678
2026-09-1124.8196
2026-09-1224.7967
2026-09-1324.8190
2026-09-1424.7731
2026-09-1524.7107
2026-09-1624.8302
2026-09-1724.6777
2026-09-1824.5426
2026-09-1924.4830
2026-09-2024.4857
2026-09-2124.8631
2026-09-2224.7899
2026-09-2324.5290
2026-09-2424.7006
2026-09-2524.6047
2026-09-2624.4895
2026-09-2724.5000

High

25.2565

Low

24.4830

Average

24.7940

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.