Skip to content

HKD to MXN exchange rate API

Hong Kong Dollar to Mexican Peso · quoted 2026-09-25

2.2546

▼ +12.66% over 5Y

1 HKD = 2.2546 MXN · 1 MXN = 0.44355 HKD · Get this rate via the API

1 HKD buys 2.2546 MXN as of 2026-09-25, so 1 MXN buys 0.44355 HKD. Over the last 5 years, HKD/MXN traded between 2.1555 and 2.6654, averaged 2.3954 and fell 12.66%. The API holds daily HKD/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

HKD/MXN over 5Y

HKD/MXN over 5Y: show the values
PointHKD/MXN
2021-09-272.5814
2021-11-082.6198
2021-12-202.6654
2022-01-312.6652
2022-03-142.6605
2022-04-272.6041
2022-06-082.4973
2022-07-202.6101
2022-08-312.5742
2022-10-122.5530
2022-11-232.4782
2023-01-052.4812
2023-02-162.3661
2023-03-302.3035
2023-05-162.2255
2023-06-272.1810
2023-08-082.2011
2023-09-192.1850
2023-10-312.3056
2023-12-122.2212
2024-01-262.1968
2024-03-082.1555
2024-04-232.1847
2024-06-052.2604
2024-07-172.2770
2024-08-272.4907
2024-10-012.5293
2024-10-312.5779
2024-11-302.6185
2024-12-302.6256
2025-01-292.6292
2025-02-282.6203
2025-03-302.6209
2025-04-292.5267
2025-05-292.4750
2025-06-282.3975
2025-07-282.3735
2025-08-272.4064
2025-09-262.3756
2025-10-262.3720
2025-11-252.3723
2025-12-252.3056
2026-01-242.2264
2026-02-232.1995
2026-03-252.2721
2026-04-242.2193
2026-05-242.2086
2026-06-232.2304
2026-07-232.2267
2026-08-222.1582
2026-09-212.1913

High

2.6654

Low

2.1555

Average

2.3954

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MXN API questions

How do I get the HKD/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/MXN rate in rates.MXN.

How far back does HKD/MXN historical data go?

Daily HKD/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/MXN 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.