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: show the values
| Point | HKD/ETB |
|---|---|
| 2025-12-31 | 19.9940 |
| 2026-01-07 | 19.9181 |
| 2026-01-14 | 19.9688 |
| 2026-01-21 | 20.0103 |
| 2026-01-28 | 19.8340 |
| 2026-02-04 | 19.8972 |
| 2026-02-11 | 19.8689 |
| 2026-02-18 | 19.8798 |
| 2026-02-25 | 19.8135 |
| 2026-03-04 | 19.8492 |
| 2026-03-11 | 19.9151 |
| 2026-03-18 | 19.9343 |
| 2026-03-25 | 20.0070 |
| 2026-04-01 | 20.0314 |
| 2026-04-08 | 20.1114 |
| 2026-04-15 | 19.9405 |
| 2026-04-22 | 19.9623 |
| 2026-04-29 | 20.0819 |
| 2026-05-06 | 20.0429 |
| 2026-05-14 | 20.1029 |
| 2026-05-21 | 20.1486 |
| 2026-05-29 | 20.4501 |
| 2026-06-05 | 20.5405 |
| 2026-06-14 | 20.3118 |
| 2026-06-21 | 20.3304 |
| 2026-06-28 | 20.2371 |
| 2026-07-05 | 20.3713 |
| 2026-07-12 | 20.3293 |
| 2026-07-19 | 20.5794 |
| 2026-07-26 | 20.4145 |
| 2026-08-02 | 20.3165 |
| 2026-08-09 | 20.4228 |
| 2026-08-16 | 20.6467 |
| 2026-08-24 | 20.6679 |
| 2026-08-31 | 20.9462 |
| 2026-09-07 | 20.7130 |
| 2026-09-14 | 20.5723 |
| 2026-09-21 | 20.8041 |
High
20.9462
Low
19.8135
Average
20.2244
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.