Skip to content

MMK to VND exchange rate API

Kyat to Dong · quoted 2026-09-27

12.3676

▲ +1.68% over 5Y

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 5 years, MMK/VND traded between 11.1588 and 12.8929, averaged 12.1044 and rose 1.68%. 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 5Y

MMK/VND over 5Y: show the values
PointMMK/VND
2021-09-2812.1632
2021-11-0912.3723
2021-12-2112.8929
2022-02-0212.7364
2022-03-1612.8513
2022-05-0212.3942
2022-06-1612.5450
2022-07-2812.6062
2022-09-0811.2108
2022-10-2011.6875
2022-12-0111.6725
2023-01-1311.1588
2023-02-2411.3264
2023-04-1211.1674
2023-05-3011.1741
2023-07-1111.2795
2023-08-2211.4005
2023-10-0311.6264
2023-11-1411.6061
2023-12-2811.5455
2024-02-0911.6374
2024-03-2211.8037
2024-05-1012.1341
2024-06-2512.1301
2024-08-0611.9794
2024-09-1611.5636
2024-10-2311.9145
2024-11-2211.9735
2024-12-2212.0152
2025-01-2111.8971
2025-02-2012.0202
2025-03-2212.1966
2025-04-2112.1975
2025-05-2112.2307
2025-06-2012.3071
2025-07-2012.3553
2025-08-1912.3937
2025-09-1812.4233
2025-10-1812.5640
2025-11-1712.5908
2025-12-1712.5847
2026-01-1612.5503
2026-02-1512.3882
2026-03-1712.5611
2026-04-1612.5800
2026-05-1612.5487
2026-06-1612.5649
2026-07-1612.5485
2026-08-1512.4846
2026-09-1412.3997

High

12.8929

Low

11.1588

Average

12.1044

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.