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: show the values
| Point | HKD/MXN |
|---|---|
| 2021-09-27 | 2.5814 |
| 2021-11-08 | 2.6198 |
| 2021-12-20 | 2.6654 |
| 2022-01-31 | 2.6652 |
| 2022-03-14 | 2.6605 |
| 2022-04-27 | 2.6041 |
| 2022-06-08 | 2.4973 |
| 2022-07-20 | 2.6101 |
| 2022-08-31 | 2.5742 |
| 2022-10-12 | 2.5530 |
| 2022-11-23 | 2.4782 |
| 2023-01-05 | 2.4812 |
| 2023-02-16 | 2.3661 |
| 2023-03-30 | 2.3035 |
| 2023-05-16 | 2.2255 |
| 2023-06-27 | 2.1810 |
| 2023-08-08 | 2.2011 |
| 2023-09-19 | 2.1850 |
| 2023-10-31 | 2.3056 |
| 2023-12-12 | 2.2212 |
| 2024-01-26 | 2.1968 |
| 2024-03-08 | 2.1555 |
| 2024-04-23 | 2.1847 |
| 2024-06-05 | 2.2604 |
| 2024-07-17 | 2.2770 |
| 2024-08-27 | 2.4907 |
| 2024-10-01 | 2.5293 |
| 2024-10-31 | 2.5779 |
| 2024-11-30 | 2.6185 |
| 2024-12-30 | 2.6256 |
| 2025-01-29 | 2.6292 |
| 2025-02-28 | 2.6203 |
| 2025-03-30 | 2.6209 |
| 2025-04-29 | 2.5267 |
| 2025-05-29 | 2.4750 |
| 2025-06-28 | 2.3975 |
| 2025-07-28 | 2.3735 |
| 2025-08-27 | 2.4064 |
| 2025-09-26 | 2.3756 |
| 2025-10-26 | 2.3720 |
| 2025-11-25 | 2.3723 |
| 2025-12-25 | 2.3056 |
| 2026-01-24 | 2.2264 |
| 2026-02-23 | 2.1995 |
| 2026-03-25 | 2.2721 |
| 2026-04-24 | 2.2193 |
| 2026-05-24 | 2.2086 |
| 2026-06-23 | 2.2304 |
| 2026-07-23 | 2.2267 |
| 2026-08-22 | 2.1582 |
| 2026-09-21 | 2.1913 |
High
2.6654
Low
2.1555
Average
2.3954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.