EUR to HKD exchange rate API
Euro to Hong Kong Dollar · quoted 2026-09-25
8.9458
▼ +1.75% over 5Y
1 EUR = 8.9458 HKD · 1 HKD = 0.11178 EUR · Get this rate via the API
1 EUR buys 8.9458 HKD as of 2026-09-25, so 1 HKD buys 0.11178 EUR. Over the last 5 years, EUR/HKD traded between 7.6192 and 9.2187, averaged 8.6484 and fell 1.75%. The API holds daily EUR/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
EUR/HKD over 5Y: show the values
| Point | EUR/HKD |
|---|---|
| 2021-09-27 | 9.1054 |
| 2021-11-08 | 9.0175 |
| 2021-12-20 | 8.7943 |
| 2022-01-31 | 8.6994 |
| 2022-03-14 | 8.5815 |
| 2022-04-27 | 8.3045 |
| 2022-06-08 | 8.4275 |
| 2022-07-20 | 8.0062 |
| 2022-08-31 | 7.8488 |
| 2022-10-12 | 7.6192 |
| 2022-11-23 | 8.0708 |
| 2023-01-05 | 8.2788 |
| 2023-02-16 | 8.3985 |
| 2023-03-30 | 8.5455 |
| 2023-05-16 | 8.5293 |
| 2023-06-27 | 8.5782 |
| 2023-08-08 | 8.5491 |
| 2023-09-19 | 8.3756 |
| 2023-10-31 | 8.3079 |
| 2023-12-12 | 8.4377 |
| 2024-01-26 | 8.4933 |
| 2024-03-08 | 8.5492 |
| 2024-04-23 | 8.3640 |
| 2024-06-05 | 8.4904 |
| 2024-07-17 | 8.5368 |
| 2024-08-27 | 8.7073 |
| 2024-10-01 | 8.6345 |
| 2024-10-31 | 8.4598 |
| 2024-11-30 | 8.2317 |
| 2024-12-30 | 8.1065 |
| 2025-01-29 | 8.0992 |
| 2025-02-28 | 8.0980 |
| 2025-03-30 | 8.4292 |
| 2025-04-29 | 8.8237 |
| 2025-05-29 | 8.8426 |
| 2025-06-28 | 9.1861 |
| 2025-07-28 | 9.1483 |
| 2025-08-27 | 9.0229 |
| 2025-09-26 | 9.0819 |
| 2025-10-26 | 9.0346 |
| 2025-11-25 | 8.9823 |
| 2025-12-25 | 9.1575 |
| 2026-01-24 | 9.2187 |
| 2026-02-23 | 9.2136 |
| 2026-03-25 | 9.0637 |
| 2026-04-24 | 9.1763 |
| 2026-05-24 | 9.1099 |
| 2026-06-23 | 8.9313 |
| 2026-07-23 | 8.9328 |
| 2026-08-22 | 9.1542 |
| 2026-09-21 | 9.0144 |
High
9.2187
Low
7.6192
Average
8.6484
Get this rate via the API
One GET request returns the EUR/HKD 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=EUR¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/HKD API questions
How do I get the EUR/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/HKD rate in rates.HKD.
How far back does EUR/HKD historical data go?
Daily EUR/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/HKD 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.