Skip to content

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

EUR/HKD over 5Y: show the values
PointEUR/HKD
2021-09-279.1054
2021-11-089.0175
2021-12-208.7943
2022-01-318.6994
2022-03-148.5815
2022-04-278.3045
2022-06-088.4275
2022-07-208.0062
2022-08-317.8488
2022-10-127.6192
2022-11-238.0708
2023-01-058.2788
2023-02-168.3985
2023-03-308.5455
2023-05-168.5293
2023-06-278.5782
2023-08-088.5491
2023-09-198.3756
2023-10-318.3079
2023-12-128.4377
2024-01-268.4933
2024-03-088.5492
2024-04-238.3640
2024-06-058.4904
2024-07-178.5368
2024-08-278.7073
2024-10-018.6345
2024-10-318.4598
2024-11-308.2317
2024-12-308.1065
2025-01-298.0992
2025-02-288.0980
2025-03-308.4292
2025-04-298.8237
2025-05-298.8426
2025-06-289.1861
2025-07-289.1483
2025-08-279.0229
2025-09-269.0819
2025-10-269.0346
2025-11-258.9823
2025-12-259.1575
2026-01-249.2187
2026-02-239.2136
2026-03-259.0637
2026-04-249.1763
2026-05-249.1099
2026-06-238.9313
2026-07-238.9328
2026-08-229.1542
2026-09-219.0144

High

9.2187

Low

7.6192

Average

8.6484

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.