HKD to MYR exchange rate API
Hong Kong Dollar to Malaysian Ringgit · quoted 2026-09-25
0.52108
▼ +3.74% over 1Y
1 HKD = 0.52108 MYR · 1 MYR = 1.9191 HKD · Get this rate via the API
1 HKD buys 0.52108 MYR as of 2026-09-25, so 1 MYR buys 1.9191 HKD. Over the last year, HKD/MYR traded between 0.49676 and 0.54419, averaged 0.51860 and fell 3.74%. The API holds daily HKD/MYR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
HKD/MYR over 1Y: show the values
| Point | HKD/MYR |
|---|---|
| 2025-09-25 | 0.54133 |
| 2025-10-02 | 0.54048 |
| 2025-10-09 | 0.54190 |
| 2025-10-16 | 0.54388 |
| 2025-10-23 | 0.54419 |
| 2025-10-30 | 0.54066 |
| 2025-11-06 | 0.53800 |
| 2025-11-13 | 0.53136 |
| 2025-11-20 | 0.53387 |
| 2025-11-27 | 0.53122 |
| 2025-12-04 | 0.52831 |
| 2025-12-11 | 0.52817 |
| 2025-12-18 | 0.52510 |
| 2025-12-25 | 0.52036 |
| 2026-01-01 | 0.52105 |
| 2026-01-08 | 0.52132 |
| 2026-01-15 | 0.52009 |
| 2026-01-22 | 0.51808 |
| 2026-01-29 | 0.50322 |
| 2026-02-05 | 0.50522 |
| 2026-02-12 | 0.49925 |
| 2026-02-19 | 0.50015 |
| 2026-02-26 | 0.49676 |
| 2026-03-05 | 0.50416 |
| 2026-03-12 | 0.50171 |
| 2026-03-19 | 0.50307 |
| 2026-03-26 | 0.51048 |
| 2026-04-02 | 0.51535 |
| 2026-04-09 | 0.50836 |
| 2026-04-16 | 0.50530 |
| 2026-04-23 | 0.50599 |
| 2026-04-30 | 0.50683 |
| 2026-05-07 | 0.49925 |
| 2026-05-14 | 0.50191 |
| 2026-05-21 | 0.50577 |
| 2026-05-28 | 0.50774 |
| 2026-06-04 | 0.51227 |
| 2026-06-11 | 0.51898 |
| 2026-06-18 | 0.52535 |
| 2026-06-25 | 0.52516 |
| 2026-07-02 | 0.52014 |
| 2026-07-09 | 0.52028 |
| 2026-07-16 | 0.51947 |
| 2026-07-23 | 0.52147 |
| 2026-07-30 | 0.52046 |
| 2026-08-06 | 0.52132 |
| 2026-08-13 | 0.52084 |
| 2026-08-20 | 0.51556 |
| 2026-08-27 | 0.51449 |
| 2026-09-03 | 0.51540 |
| 2026-09-10 | 0.51848 |
| 2026-09-17 | 0.52249 |
| 2026-09-24 | 0.52112 |
High
0.54419
Low
0.49676
Average
0.51860
Get this rate via the API
One GET request returns the HKD/MYR 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=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MYR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/MYR API questions
How do I get the HKD/MYR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MYR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/MYR rate in rates.MYR.
How far back does HKD/MYR historical data go?
Daily HKD/MYR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/MYR 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.