ETB to HRK exchange rate API
Ethiopian Birr to Croatian Kuna · quoted 2026-09-27
0.04082
▼ +8.47% over 1Y
1 ETB = 0.04082 HRK · 1 HRK = 24.5002 ETB · Get this rate via the API
1 ETB buys 0.04082 HRK as of 2026-09-27, so 1 HRK buys 24.5002 ETB. Over the last year, ETB/HRK traded between 0.03954 and 0.04459, averaged 0.04141 and fell 8.47%. The API holds daily ETB/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ETB/HRK over 1Y: show the values
| Point | ETB/HRK |
|---|---|
| 2025-09-27 | 0.04459 |
| 2025-10-04 | 0.04441 |
| 2025-10-11 | 0.04416 |
| 2025-10-18 | 0.04367 |
| 2025-10-25 | 0.04275 |
| 2025-11-01 | 0.04251 |
| 2025-11-08 | 0.04221 |
| 2025-11-15 | 0.04221 |
| 2025-11-22 | 0.04241 |
| 2025-11-29 | 0.04229 |
| 2025-12-06 | 0.04166 |
| 2025-12-14 | 0.04123 |
| 2025-12-21 | 0.04142 |
| 2025-12-28 | 0.04112 |
| 2026-01-04 | 0.04139 |
| 2026-01-11 | 0.04169 |
| 2026-01-18 | 0.04172 |
| 2026-01-25 | 0.04093 |
| 2026-02-01 | 0.04089 |
| 2026-02-08 | 0.04113 |
| 2026-02-15 | 0.04083 |
| 2026-02-22 | 0.04115 |
| 2026-03-01 | 0.04084 |
| 2026-03-08 | 0.04154 |
| 2026-03-15 | 0.04197 |
| 2026-03-22 | 0.04133 |
| 2026-03-29 | 0.04170 |
| 2026-04-05 | 0.04181 |
| 2026-04-12 | 0.04101 |
| 2026-04-19 | 0.04095 |
| 2026-04-26 | 0.04166 |
| 2026-05-03 | 0.04094 |
| 2026-05-10 | 0.04105 |
| 2026-05-18 | 0.04145 |
| 2026-05-26 | 0.04029 |
| 2026-06-02 | 0.04095 |
| 2026-06-11 | 0.04059 |
| 2026-06-18 | 0.04062 |
| 2026-06-25 | 0.04125 |
| 2026-07-02 | 0.04160 |
| 2026-07-09 | 0.04103 |
| 2026-07-16 | 0.04093 |
| 2026-07-23 | 0.04096 |
| 2026-07-30 | 0.04101 |
| 2026-08-06 | 0.04051 |
| 2026-08-13 | 0.04048 |
| 2026-08-21 | 0.03954 |
| 2026-08-28 | 0.03965 |
| 2026-09-04 | 0.04016 |
| 2026-09-11 | 0.04029 |
| 2026-09-18 | 0.04075 |
| 2026-09-25 | 0.04064 |
High
0.04459
Low
0.03954
Average
0.04141
Get this rate via the API
One GET request returns the ETB/HRK 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=ETB¤cies=HRK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=HRK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=HRK").json()Replace YOUR_API_KEY with the key from your dashboard.
ETB/HRK API questions
How do I get the ETB/HRK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=HRK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/HRK rate in rates.HRK.
How far back does ETB/HRK historical data go?
Daily ETB/HRK 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 ETB/HRK 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.