Skip to content

ETB to HRK exchange rate API

Ethiopian Birr to Croatian Kuna · quoted 2026-09-27

0.04082

▼ +1.01% over YTD

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 year to date, ETB/HRK traded between 0.03959 and 0.04186, averaged 0.04095 and fell 1.01%. 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 YTD

ETB/HRK over YTD: show the values
PointETB/HRK
2025-12-310.04123
2026-01-070.04152
2026-01-140.04158
2026-01-210.04117
2026-01-280.04060
2026-02-040.04099
2026-02-110.04073
2026-02-180.04094
2026-02-250.04125
2026-03-040.04186
2026-03-110.04160
2026-03-180.04180
2026-03-250.04150
2026-04-010.04149
2026-04-080.04098
2026-04-150.04093
2026-04-220.04103
2026-04-290.04088
2026-05-060.04094
2026-05-140.04085
2026-05-210.04107
2026-05-290.04040
2026-06-050.04031
2026-06-140.04090
2026-06-210.04121
2026-06-280.04169
2026-07-050.04122
2026-07-120.04141
2026-07-190.04083
2026-07-260.04138
2026-08-020.04100
2026-08-090.04068
2026-08-160.04020
2026-08-240.03983
2026-08-310.03959
2026-09-070.03996
2026-09-140.04037
2026-09-210.04022

High

0.04186

Low

0.03959

Average

0.04095

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=HRK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=HRK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=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&currencies=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.