Skip to content

HKD to MMK exchange rate API

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

267.6452

▲ +11.40% over 5Y

1 HKD = 267.6452 MMK · 1 MMK = 0.003736 HKD · Get this rate via the API

1 HKD buys 267.6452 MMK as of 2026-09-25, so 1 MMK buys 0.003736 HKD. Over the last 5 years, HKD/MMK traded between 227.2059 and 270.4642, averaged 263.1176 and rose 11.40%. The API holds daily HKD/MMK rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.

HKD/MMK over 5Y

HKD/MMK over 5Y: show the values
PointHKD/MMK
2021-09-27240.2625
2021-11-08233.0352
2021-12-20227.9001
2022-02-01228.0681
2022-03-15227.2059
2022-04-29235.9843
2022-06-15235.8664
2022-07-27235.8467
2022-09-07267.5415
2022-10-19267.5271
2022-11-30269.1854
2023-01-12268.9208
2023-02-23267.6462
2023-04-11267.5047
2023-05-26268.0508
2023-07-10268.2045
2023-08-21267.9686
2023-10-02268.1293
2023-11-13268.9408
2023-12-27268.9289
2024-02-08268.5260
2024-03-21268.4965
2024-05-08268.6298
2024-06-24268.9598
2024-08-05269.8636
2024-09-15268.7495
2024-10-22270.0948
2024-11-21269.7485
2024-12-21269.7874
2025-01-20269.7149
2025-02-19269.9375
2025-03-21270.0909
2025-04-20270.4642
2025-05-20268.3028
2025-06-19267.4810
2025-07-19267.3865
2025-08-18268.5699
2025-09-17270.0239
2025-10-17270.3130
2025-11-16270.1431
2025-12-16269.9253
2026-01-15269.2557
2026-02-14268.5983
2026-03-16268.1953
2026-04-15268.0442
2026-05-15268.1455
2026-06-15267.9887
2026-07-15267.8507
2026-08-14267.6046
2026-09-13267.7430

High

270.4642

Low

227.2059

Average

263.1176

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MMK API questions

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

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

How far back does HKD/MMK historical data go?

Daily HKD/MMK rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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