Skip to content

HKD to ETB exchange rate API

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

20.7861

▲ +11.28% over 1Y

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 last year, HKD/ETB traded between 17.9721 and 20.7861, averaged 19.9960 and rose 11.28%. 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 1Y

HKD/ETB over 1Y: show the values
PointHKD/ETB
2025-09-2518.6792
2025-10-0218.6667
2025-10-0918.7025
2025-10-1618.9493
2025-10-2319.3191
2025-10-3019.5593
2025-11-0619.6876
2025-11-1319.7660
2025-11-2019.8054
2025-11-2719.7731
2025-12-0419.9452
2025-12-1219.9749
2025-12-1919.9760
2025-12-2620.0198
2026-01-0219.9301
2026-01-0919.9980
2026-01-1619.9653
2026-01-2319.9414
2026-01-3019.9320
2026-02-0619.9515
2026-02-1319.9459
2026-02-2019.7430
2026-02-2717.9721
2026-03-0619.8424
2026-03-1320.0081
2026-03-2020.0612
2026-03-2720.0537
2026-04-0319.8804
2026-04-1019.9867
2026-04-1719.9397
2026-04-2419.9873
2026-05-0120.0401
2026-05-0820.0103
2026-05-1620.1215
2026-05-2420.3958
2026-05-3120.1955
2026-06-0920.2546
2026-06-1620.3718
2026-06-2320.3183
2026-06-3020.4322
2026-07-0720.4754
2026-07-1420.5261
2026-07-2120.5689
2026-07-2820.4368
2026-08-0420.5410
2026-08-1120.5943
2026-08-1820.6121
2026-08-2620.5772
2026-09-0220.6777
2026-09-0920.6074
2026-09-1620.6607
2026-09-2320.6206

High

20.7861

Low

17.9721

Average

19.9960

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.