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: show the values
| Point | HRK/ETB |
|---|---|
| 2026-08-28 | 25.2230 |
| 2026-08-29 | 24.6722 |
| 2026-08-30 | 24.6787 |
| 2026-08-31 | 25.2565 |
| 2026-09-01 | 24.9540 |
| 2026-09-02 | 24.9216 |
| 2026-09-03 | 25.0425 |
| 2026-09-04 | 24.8995 |
| 2026-09-05 | 24.8858 |
| 2026-09-06 | 24.8296 |
| 2026-09-07 | 25.0243 |
| 2026-09-08 | 24.9883 |
| 2026-09-09 | 24.9478 |
| 2026-09-10 | 25.1678 |
| 2026-09-11 | 24.8196 |
| 2026-09-12 | 24.7967 |
| 2026-09-13 | 24.8190 |
| 2026-09-14 | 24.7731 |
| 2026-09-15 | 24.7107 |
| 2026-09-16 | 24.8302 |
| 2026-09-17 | 24.6777 |
| 2026-09-18 | 24.5426 |
| 2026-09-19 | 24.4830 |
| 2026-09-20 | 24.4857 |
| 2026-09-21 | 24.8631 |
| 2026-09-22 | 24.7899 |
| 2026-09-23 | 24.5290 |
| 2026-09-24 | 24.7006 |
| 2026-09-25 | 24.6047 |
| 2026-09-26 | 24.4895 |
| 2026-09-27 | 24.5000 |
High
25.2565
Low
24.4830
Average
24.7940
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.