Skip to content

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

MMK/VND over 30D: show the values
PointMMK/VND
2026-08-2812.4603
2026-08-2912.4391
2026-08-3012.4507
2026-08-3112.4574
2026-09-0112.4592
2026-09-0212.4599
2026-09-0312.4666
2026-09-0412.4643
2026-09-0512.4124
2026-09-0612.4409
2026-09-0712.4502
2026-09-0812.4244
2026-09-0912.3978
2026-09-1012.3839
2026-09-1112.3869
2026-09-1212.3049
2026-09-1312.3462
2026-09-1412.3997
2026-09-1512.4191
2026-09-1612.4179
2026-09-1712.4244
2026-09-1812.4318
2026-09-1912.3833
2026-09-2012.4228
2026-09-2112.4330
2026-09-2212.4317
2026-09-2312.4253
2026-09-2412.4224
2026-09-2512.4158
2026-09-2612.3676

High

12.4666

Low

12.3049

Average

12.4183

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=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&currencies=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.