Skip to content

HKD to ETB exchange rate API

Hong Kong Dollar to Ethiopian Birr · quoted 2026-09-25

20.7861

▲ +3.96% over YTD

1 HKD = 20.7861 ETB · 1 ETB = 0.04811 HKD · Get this rate via the API

1 HKD buys 20.7861 ETB as of 2026-09-25, so 1 ETB buys 0.04811 HKD. Over the year to date, HKD/ETB traded between 19.8135 and 20.9462, averaged 20.2244 and rose 3.96%. The API holds daily HKD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ETB over YTD

HKD/ETB over YTD: show the values
PointHKD/ETB
2025-12-3119.9940
2026-01-0719.9181
2026-01-1419.9688
2026-01-2120.0103
2026-01-2819.8340
2026-02-0419.8972
2026-02-1119.8689
2026-02-1819.8798
2026-02-2519.8135
2026-03-0419.8492
2026-03-1119.9151
2026-03-1819.9343
2026-03-2520.0070
2026-04-0120.0314
2026-04-0820.1114
2026-04-1519.9405
2026-04-2219.9623
2026-04-2920.0819
2026-05-0620.0429
2026-05-1420.1029
2026-05-2120.1486
2026-05-2920.4501
2026-06-0520.5405
2026-06-1420.3118
2026-06-2120.3304
2026-06-2820.2371
2026-07-0520.3713
2026-07-1220.3293
2026-07-1920.5794
2026-07-2620.4145
2026-08-0220.3165
2026-08-0920.4228
2026-08-1620.6467
2026-08-2420.6679
2026-08-3120.9462
2026-09-0720.7130
2026-09-1420.5723
2026-09-2120.8041

High

20.9462

Low

19.8135

Average

20.2244

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=ETB").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ETB API questions

How do I get the HKD/ETB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/ETB rate in rates.ETB.

How far back does HKD/ETB historical data go?

Daily HKD/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 HKD/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.