MMK to VND exchange rate API
Kyat to Dong · quoted 2026-09-27
12.3676
▲ +1.68% over 5Y
1 MMK = 12.3676 VND · 1 VND = 0.08086 MMK · Get this rate via the API
1 MMK buys 12.3676 VND as of 2026-09-27, so 1 VND buys 0.08086 MMK. Over the last 5 years, MMK/VND traded between 11.1588 and 12.8929, averaged 12.1044 and rose 1.68%. The API holds daily MMK/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
MMK/VND over 5Y: show the values
| Point | MMK/VND |
|---|---|
| 2021-09-28 | 12.1632 |
| 2021-11-09 | 12.3723 |
| 2021-12-21 | 12.8929 |
| 2022-02-02 | 12.7364 |
| 2022-03-16 | 12.8513 |
| 2022-05-02 | 12.3942 |
| 2022-06-16 | 12.5450 |
| 2022-07-28 | 12.6062 |
| 2022-09-08 | 11.2108 |
| 2022-10-20 | 11.6875 |
| 2022-12-01 | 11.6725 |
| 2023-01-13 | 11.1588 |
| 2023-02-24 | 11.3264 |
| 2023-04-12 | 11.1674 |
| 2023-05-30 | 11.1741 |
| 2023-07-11 | 11.2795 |
| 2023-08-22 | 11.4005 |
| 2023-10-03 | 11.6264 |
| 2023-11-14 | 11.6061 |
| 2023-12-28 | 11.5455 |
| 2024-02-09 | 11.6374 |
| 2024-03-22 | 11.8037 |
| 2024-05-10 | 12.1341 |
| 2024-06-25 | 12.1301 |
| 2024-08-06 | 11.9794 |
| 2024-09-16 | 11.5636 |
| 2024-10-23 | 11.9145 |
| 2024-11-22 | 11.9735 |
| 2024-12-22 | 12.0152 |
| 2025-01-21 | 11.8971 |
| 2025-02-20 | 12.0202 |
| 2025-03-22 | 12.1966 |
| 2025-04-21 | 12.1975 |
| 2025-05-21 | 12.2307 |
| 2025-06-20 | 12.3071 |
| 2025-07-20 | 12.3553 |
| 2025-08-19 | 12.3937 |
| 2025-09-18 | 12.4233 |
| 2025-10-18 | 12.5640 |
| 2025-11-17 | 12.5908 |
| 2025-12-17 | 12.5847 |
| 2026-01-16 | 12.5503 |
| 2026-02-15 | 12.3882 |
| 2026-03-17 | 12.5611 |
| 2026-04-16 | 12.5800 |
| 2026-05-16 | 12.5487 |
| 2026-06-16 | 12.5649 |
| 2026-07-16 | 12.5485 |
| 2026-08-15 | 12.4846 |
| 2026-09-14 | 12.3997 |
High
12.8929
Low
11.1588
Average
12.1044
Get this rate via the API
One GET request returns the MMK/VND 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=MMK¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
MMK/VND API questions
How do I get the MMK/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MMK/VND rate in rates.VND.
How far back does MMK/VND historical data go?
Daily MMK/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MMK/VND 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.