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: show the values
| Point | HRK/ETB |
|---|---|
| 2025-09-27 | 22.4249 |
| 2025-10-04 | 22.5163 |
| 2025-10-11 | 22.6463 |
| 2025-10-18 | 22.8970 |
| 2025-10-25 | 23.3918 |
| 2025-11-01 | 23.5264 |
| 2025-11-08 | 23.6931 |
| 2025-11-15 | 23.6907 |
| 2025-11-22 | 23.5795 |
| 2025-11-29 | 23.6486 |
| 2025-12-06 | 24.0018 |
| 2025-12-14 | 24.2528 |
| 2025-12-21 | 24.1451 |
| 2025-12-28 | 24.3164 |
| 2026-01-04 | 24.1620 |
| 2026-01-11 | 23.9888 |
| 2026-01-18 | 23.9703 |
| 2026-01-25 | 24.4313 |
| 2026-02-01 | 24.4537 |
| 2026-02-08 | 24.3147 |
| 2026-02-15 | 24.4890 |
| 2026-02-22 | 24.3042 |
| 2026-03-01 | 24.4829 |
| 2026-03-08 | 24.0731 |
| 2026-03-15 | 23.8281 |
| 2026-03-22 | 24.1953 |
| 2026-03-29 | 23.9832 |
| 2026-04-05 | 23.9195 |
| 2026-04-12 | 24.3825 |
| 2026-04-19 | 24.4207 |
| 2026-04-26 | 24.0048 |
| 2026-05-03 | 24.4243 |
| 2026-05-10 | 24.3578 |
| 2026-05-18 | 24.1223 |
| 2026-05-26 | 24.8176 |
| 2026-06-02 | 24.4184 |
| 2026-06-11 | 24.6350 |
| 2026-06-18 | 24.6171 |
| 2026-06-25 | 24.2415 |
| 2026-07-02 | 24.0382 |
| 2026-07-09 | 24.3718 |
| 2026-07-16 | 24.4344 |
| 2026-07-23 | 24.4140 |
| 2026-07-30 | 24.3853 |
| 2026-08-06 | 24.6823 |
| 2026-08-13 | 24.7038 |
| 2026-08-21 | 25.2876 |
| 2026-08-28 | 25.2230 |
| 2026-09-04 | 24.8995 |
| 2026-09-11 | 24.8196 |
| 2026-09-18 | 24.5426 |
| 2026-09-25 | 24.6047 |
High
25.2876
Low
22.4249
Average
24.1637
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=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¤cies=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.