Skip to content

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

HKD/MYR over 1Y: show the values
PointHKD/MYR
2025-09-250.54133
2025-10-020.54048
2025-10-090.54190
2025-10-160.54388
2025-10-230.54419
2025-10-300.54066
2025-11-060.53800
2025-11-130.53136
2025-11-200.53387
2025-11-270.53122
2025-12-040.52831
2025-12-110.52817
2025-12-180.52510
2025-12-250.52036
2026-01-010.52105
2026-01-080.52132
2026-01-150.52009
2026-01-220.51808
2026-01-290.50322
2026-02-050.50522
2026-02-120.49925
2026-02-190.50015
2026-02-260.49676
2026-03-050.50416
2026-03-120.50171
2026-03-190.50307
2026-03-260.51048
2026-04-020.51535
2026-04-090.50836
2026-04-160.50530
2026-04-230.50599
2026-04-300.50683
2026-05-070.49925
2026-05-140.50191
2026-05-210.50577
2026-05-280.50774
2026-06-040.51227
2026-06-110.51898
2026-06-180.52535
2026-06-250.52516
2026-07-020.52014
2026-07-090.52028
2026-07-160.51947
2026-07-230.52147
2026-07-300.52046
2026-08-060.52132
2026-08-130.52084
2026-08-200.51556
2026-08-270.51449
2026-09-030.51540
2026-09-100.51848
2026-09-170.52249
2026-09-240.52112

High

0.54419

Low

0.49676

Average

0.51860

For developers

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