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: show the values
| Point | HKD/MMK |
|---|---|
| 2021-09-27 | 240.2625 |
| 2021-11-08 | 233.0352 |
| 2021-12-20 | 227.9001 |
| 2022-02-01 | 228.0681 |
| 2022-03-15 | 227.2059 |
| 2022-04-29 | 235.9843 |
| 2022-06-15 | 235.8664 |
| 2022-07-27 | 235.8467 |
| 2022-09-07 | 267.5415 |
| 2022-10-19 | 267.5271 |
| 2022-11-30 | 269.1854 |
| 2023-01-12 | 268.9208 |
| 2023-02-23 | 267.6462 |
| 2023-04-11 | 267.5047 |
| 2023-05-26 | 268.0508 |
| 2023-07-10 | 268.2045 |
| 2023-08-21 | 267.9686 |
| 2023-10-02 | 268.1293 |
| 2023-11-13 | 268.9408 |
| 2023-12-27 | 268.9289 |
| 2024-02-08 | 268.5260 |
| 2024-03-21 | 268.4965 |
| 2024-05-08 | 268.6298 |
| 2024-06-24 | 268.9598 |
| 2024-08-05 | 269.8636 |
| 2024-09-15 | 268.7495 |
| 2024-10-22 | 270.0948 |
| 2024-11-21 | 269.7485 |
| 2024-12-21 | 269.7874 |
| 2025-01-20 | 269.7149 |
| 2025-02-19 | 269.9375 |
| 2025-03-21 | 270.0909 |
| 2025-04-20 | 270.4642 |
| 2025-05-20 | 268.3028 |
| 2025-06-19 | 267.4810 |
| 2025-07-19 | 267.3865 |
| 2025-08-18 | 268.5699 |
| 2025-09-17 | 270.0239 |
| 2025-10-17 | 270.3130 |
| 2025-11-16 | 270.1431 |
| 2025-12-16 | 269.9253 |
| 2026-01-15 | 269.2557 |
| 2026-02-14 | 268.5983 |
| 2026-03-16 | 268.1953 |
| 2026-04-15 | 268.0442 |
| 2026-05-15 | 268.1455 |
| 2026-06-15 | 267.9887 |
| 2026-07-15 | 267.8507 |
| 2026-08-14 | 267.6046 |
| 2026-09-13 | 267.7430 |
High
270.4642
Low
227.2059
Average
263.1176
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.