Skip to content

MMK to VND exchange rate API

Kyat to Dong · quoted 2026-09-27

12.3676

▼ +1.73% over 6M

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 6 months, MMK/VND traded between 12.3676 and 12.5968, averaged 12.5380 and fell 1.73%. 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 6M

MMK/VND over 6M: show the values
PointMMK/VND
2026-03-3112.5852
2026-04-0712.5854
2026-04-1412.5834
2026-04-2112.5795
2026-04-2812.5887
2026-05-0512.5813
2026-05-1212.5844
2026-05-1912.5968
2026-05-2612.5918
2026-06-0212.5824
2026-06-1012.5774
2026-06-1712.5767
2026-06-2412.5809
2026-07-0112.5704
2026-07-0812.5661
2026-07-1512.5490
2026-07-2212.5768
2026-07-2912.5818
2026-08-0512.5532
2026-08-1212.4840
2026-08-1912.5114
2026-08-2612.4713
2026-09-0212.4599
2026-09-0912.3978
2026-09-1612.4179
2026-09-2312.4253

High

12.5968

Low

12.3676

Average

12.5380

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.