MMK to VND exchange rate API
Kyat to Dong · quoted 2026-09-27
12.3676
▼ +2.08% over 1Y
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 year, MMK/VND traded between 12.2970 and 12.6301, averaged 12.5036 and fell 2.08%. 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 1Y: show the values
| Point | MMK/VND |
|---|---|
| 2025-09-27 | 12.6301 |
| 2025-10-04 | 12.6059 |
| 2025-10-11 | 12.5084 |
| 2025-10-18 | 12.5640 |
| 2025-10-25 | 12.5882 |
| 2025-11-01 | 12.5289 |
| 2025-11-08 | 12.4778 |
| 2025-11-15 | 12.5277 |
| 2025-11-22 | 12.5084 |
| 2025-11-29 | 12.5122 |
| 2025-12-06 | 12.5568 |
| 2025-12-13 | 12.5297 |
| 2025-12-20 | 12.5471 |
| 2025-12-27 | 12.5635 |
| 2026-01-03 | 12.5286 |
| 2026-01-10 | 12.5354 |
| 2026-01-17 | 12.5014 |
| 2026-01-24 | 12.5109 |
| 2026-01-31 | 12.3746 |
| 2026-02-07 | 12.2970 |
| 2026-02-14 | 12.3110 |
| 2026-02-21 | 12.3104 |
| 2026-02-28 | 12.4430 |
| 2026-03-07 | 12.4208 |
| 2026-03-14 | 12.5579 |
| 2026-03-21 | 12.5312 |
| 2026-03-28 | 12.5265 |
| 2026-04-04 | 12.5576 |
| 2026-04-11 | 12.5380 |
| 2026-04-18 | 12.5391 |
| 2026-04-25 | 12.5532 |
| 2026-05-02 | 12.5505 |
| 2026-05-09 | 12.5300 |
| 2026-05-16 | 12.5487 |
| 2026-05-23 | 12.4673 |
| 2026-05-30 | 12.5279 |
| 2026-06-06 | 12.5488 |
| 2026-06-14 | 12.5592 |
| 2026-06-21 | 12.5708 |
| 2026-06-28 | 12.5487 |
| 2026-07-05 | 12.5552 |
| 2026-07-12 | 12.5116 |
| 2026-07-19 | 12.5214 |
| 2026-07-26 | 12.5642 |
| 2026-08-02 | 12.5458 |
| 2026-08-09 | 12.5190 |
| 2026-08-16 | 12.4742 |
| 2026-08-23 | 12.4323 |
| 2026-08-30 | 12.4507 |
| 2026-09-06 | 12.4409 |
| 2026-09-13 | 12.3462 |
| 2026-09-20 | 12.4228 |
High
12.6301
Low
12.2970
Average
12.5036
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.