Skip to content

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

MMK/VND over 1Y: show the values
PointMMK/VND
2025-09-2712.6301
2025-10-0412.6059
2025-10-1112.5084
2025-10-1812.5640
2025-10-2512.5882
2025-11-0112.5289
2025-11-0812.4778
2025-11-1512.5277
2025-11-2212.5084
2025-11-2912.5122
2025-12-0612.5568
2025-12-1312.5297
2025-12-2012.5471
2025-12-2712.5635
2026-01-0312.5286
2026-01-1012.5354
2026-01-1712.5014
2026-01-2412.5109
2026-01-3112.3746
2026-02-0712.2970
2026-02-1412.3110
2026-02-2112.3104
2026-02-2812.4430
2026-03-0712.4208
2026-03-1412.5579
2026-03-2112.5312
2026-03-2812.5265
2026-04-0412.5576
2026-04-1112.5380
2026-04-1812.5391
2026-04-2512.5532
2026-05-0212.5505
2026-05-0912.5300
2026-05-1612.5487
2026-05-2312.4673
2026-05-3012.5279
2026-06-0612.5488
2026-06-1412.5592
2026-06-2112.5708
2026-06-2812.5487
2026-07-0512.5552
2026-07-1212.5116
2026-07-1912.5214
2026-07-2612.5642
2026-08-0212.5458
2026-08-0912.5190
2026-08-1612.4742
2026-08-2312.4323
2026-08-3012.4507
2026-09-0612.4409
2026-09-1312.3462
2026-09-2012.4228

High

12.6301

Low

12.2970

Average

12.5036

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.