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: show the values
| Point | HKD/ETB |
|---|---|
| 2025-09-25 | 18.6792 |
| 2025-10-02 | 18.6667 |
| 2025-10-09 | 18.7025 |
| 2025-10-16 | 18.9493 |
| 2025-10-23 | 19.3191 |
| 2025-10-30 | 19.5593 |
| 2025-11-06 | 19.6876 |
| 2025-11-13 | 19.7660 |
| 2025-11-20 | 19.8054 |
| 2025-11-27 | 19.7731 |
| 2025-12-04 | 19.9452 |
| 2025-12-12 | 19.9749 |
| 2025-12-19 | 19.9760 |
| 2025-12-26 | 20.0198 |
| 2026-01-02 | 19.9301 |
| 2026-01-09 | 19.9980 |
| 2026-01-16 | 19.9653 |
| 2026-01-23 | 19.9414 |
| 2026-01-30 | 19.9320 |
| 2026-02-06 | 19.9515 |
| 2026-02-13 | 19.9459 |
| 2026-02-20 | 19.7430 |
| 2026-02-27 | 17.9721 |
| 2026-03-06 | 19.8424 |
| 2026-03-13 | 20.0081 |
| 2026-03-20 | 20.0612 |
| 2026-03-27 | 20.0537 |
| 2026-04-03 | 19.8804 |
| 2026-04-10 | 19.9867 |
| 2026-04-17 | 19.9397 |
| 2026-04-24 | 19.9873 |
| 2026-05-01 | 20.0401 |
| 2026-05-08 | 20.0103 |
| 2026-05-16 | 20.1215 |
| 2026-05-24 | 20.3958 |
| 2026-05-31 | 20.1955 |
| 2026-06-09 | 20.2546 |
| 2026-06-16 | 20.3718 |
| 2026-06-23 | 20.3183 |
| 2026-06-30 | 20.4322 |
| 2026-07-07 | 20.4754 |
| 2026-07-14 | 20.5261 |
| 2026-07-21 | 20.5689 |
| 2026-07-28 | 20.4368 |
| 2026-08-04 | 20.5410 |
| 2026-08-11 | 20.5943 |
| 2026-08-18 | 20.6121 |
| 2026-08-26 | 20.5772 |
| 2026-09-02 | 20.6777 |
| 2026-09-09 | 20.6074 |
| 2026-09-16 | 20.6607 |
| 2026-09-23 | 20.6206 |
High
20.7861
Low
17.9721
Average
19.9960
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.