Skip to content

MMK to VND exchange rate API

Kyat to Dong · quoted 2026-09-27

12.3676

▼ +1.55% over YTD

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 year to date, MMK/VND traded between 12.3676 and 12.5948, averaged 12.5264 and fell 1.55%. 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 YTD

MMK/VND over YTD: show the values
PointMMK/VND
2025-12-3112.5628
2026-01-0712.5571
2026-01-1412.5561
2026-01-2112.5506
2026-01-2812.4664
2026-02-0412.4173
2026-02-1112.4092
2026-02-1812.4045
2026-02-2512.4869
2026-03-0412.5218
2026-03-1112.5410
2026-03-1812.5658
2026-03-2512.5908
2026-04-0112.5844
2026-04-0812.5796
2026-04-1512.5822
2026-04-2212.5785
2026-04-2912.5909
2026-05-0612.5783
2026-05-1312.5919
2026-05-2012.5948
2026-05-2712.5828
2026-06-0312.5879
2026-06-1112.5799
2026-06-1812.5797
2026-06-2512.5813
2026-07-0212.5639
2026-07-0912.5653
2026-07-1612.5485
2026-07-2312.5753
2026-07-3012.5637
2026-08-0612.5426
2026-08-1312.4535
2026-08-2012.4871
2026-08-2712.4671
2026-09-0312.4666
2026-09-1012.3839
2026-09-1712.4244
2026-09-2412.4224

High

12.5948

Low

12.3676

Average

12.5264

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.