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: show the values
| Point | HRK/ETB |
|---|---|
| 2026-03-31 | 23.6880 |
| 2026-04-07 | 23.9735 |
| 2026-04-14 | 24.5114 |
| 2026-04-21 | 24.2939 |
| 2026-04-28 | 24.3412 |
| 2026-05-05 | 24.3633 |
| 2026-05-12 | 24.4473 |
| 2026-05-20 | 24.0951 |
| 2026-05-28 | 24.5329 |
| 2026-06-04 | 24.8304 |
| 2026-06-13 | 24.4380 |
| 2026-06-20 | 24.2988 |
| 2026-06-27 | 24.0182 |
| 2026-07-04 | 24.2528 |
| 2026-07-11 | 24.1314 |
| 2026-07-18 | 24.4929 |
| 2026-07-25 | 24.1561 |
| 2026-08-01 | 24.3788 |
| 2026-08-08 | 24.5744 |
| 2026-08-15 | 24.8285 |
| 2026-08-23 | 24.9866 |
| 2026-08-30 | 24.6787 |
| 2026-09-06 | 24.8296 |
| 2026-09-13 | 24.8190 |
| 2026-09-20 | 24.4857 |
| 2026-09-27 | 24.5000 |
High
24.9866
Low
23.6880
Average
24.4240
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.