MMK to VND exchange rate API
Kyat to Dong · quoted 2026-09-27
12.3676
▼ +0.74% over 30D
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 30 days, MMK/VND traded between 12.3049 and 12.4666, averaged 12.4183 and fell 0.74%. 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 30D: show the values
| Point | MMK/VND |
|---|---|
| 2026-08-28 | 12.4603 |
| 2026-08-29 | 12.4391 |
| 2026-08-30 | 12.4507 |
| 2026-08-31 | 12.4574 |
| 2026-09-01 | 12.4592 |
| 2026-09-02 | 12.4599 |
| 2026-09-03 | 12.4666 |
| 2026-09-04 | 12.4643 |
| 2026-09-05 | 12.4124 |
| 2026-09-06 | 12.4409 |
| 2026-09-07 | 12.4502 |
| 2026-09-08 | 12.4244 |
| 2026-09-09 | 12.3978 |
| 2026-09-10 | 12.3839 |
| 2026-09-11 | 12.3869 |
| 2026-09-12 | 12.3049 |
| 2026-09-13 | 12.3462 |
| 2026-09-14 | 12.3997 |
| 2026-09-15 | 12.4191 |
| 2026-09-16 | 12.4179 |
| 2026-09-17 | 12.4244 |
| 2026-09-18 | 12.4318 |
| 2026-09-19 | 12.3833 |
| 2026-09-20 | 12.4228 |
| 2026-09-21 | 12.4330 |
| 2026-09-22 | 12.4317 |
| 2026-09-23 | 12.4253 |
| 2026-09-24 | 12.4224 |
| 2026-09-25 | 12.4158 |
| 2026-09-26 | 12.3676 |
High
12.4666
Low
12.3049
Average
12.4183
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.