Skip to content

EUR to HKD exchange rate API

Euro to Hong Kong Dollar · quoted 2026-09-25

8.9458

▼ +2.19% over YTD

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 year to date, EUR/HKD traded between 8.8910 and 9.3415, averaged 9.0963 and fell 2.19%. 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 YTD

EUR/HKD over YTD: show the values
PointEUR/HKD
2025-12-319.1464
2026-01-079.0976
2026-01-149.0841
2026-01-219.1532
2026-01-289.3415
2026-02-049.2334
2026-02-119.2972
2026-02-189.2565
2026-02-259.2157
2026-03-049.1064
2026-03-119.0642
2026-03-189.0135
2026-03-259.0637
2026-04-019.0955
2026-04-089.1685
2026-04-159.2289
2026-04-229.1892
2026-04-299.1736
2026-05-069.2163
2026-05-139.1735
2026-05-209.0861
2026-05-279.1173
2026-06-039.1012
2026-06-109.0426
2026-06-179.0821
2026-06-248.8910
2026-07-018.9287
2026-07-088.9395
2026-07-158.9412
2026-07-228.9443
2026-07-298.9246
2026-08-059.0619
2026-08-129.0594
2026-08-199.1002
2026-08-269.1463
2026-09-029.0801
2026-09-099.1378
2026-09-169.0507
2026-09-238.9506

High

9.3415

Low

8.8910

Average

9.0963

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.