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: show the values
| Point | HRK/ETB |
|---|---|
| 2025-12-31 | 24.2531 |
| 2026-01-07 | 24.0856 |
| 2026-01-14 | 24.0506 |
| 2026-01-21 | 24.2877 |
| 2026-01-28 | 24.6286 |
| 2026-02-04 | 24.3940 |
| 2026-02-11 | 24.5495 |
| 2026-02-18 | 24.4241 |
| 2026-02-25 | 24.2410 |
| 2026-03-04 | 23.8867 |
| 2026-03-11 | 24.0399 |
| 2026-03-18 | 23.9207 |
| 2026-03-25 | 24.0978 |
| 2026-04-01 | 24.1018 |
| 2026-04-08 | 24.3994 |
| 2026-04-15 | 24.4302 |
| 2026-04-22 | 24.3727 |
| 2026-04-29 | 24.4588 |
| 2026-05-06 | 24.4271 |
| 2026-05-14 | 24.4821 |
| 2026-05-21 | 24.3461 |
| 2026-05-29 | 24.7533 |
| 2026-06-05 | 24.8052 |
| 2026-06-14 | 24.4496 |
| 2026-06-21 | 24.2677 |
| 2026-06-28 | 23.9886 |
| 2026-07-05 | 24.2626 |
| 2026-07-12 | 24.1489 |
| 2026-07-19 | 24.4940 |
| 2026-07-26 | 24.1659 |
| 2026-08-02 | 24.3885 |
| 2026-08-09 | 24.5805 |
| 2026-08-16 | 24.8742 |
| 2026-08-24 | 25.1038 |
| 2026-08-31 | 25.2565 |
| 2026-09-07 | 25.0243 |
| 2026-09-14 | 24.7731 |
| 2026-09-21 | 24.8631 |
High
25.2565
Low
23.8867
Average
24.4251
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.