Skip to content

MMK to MNT exchange rate API

Kyat to Tugrik · quoted 2026-09-26

1.7133

▲ +6.16% over 5Y

1 MMK = 1.7133 MNT · 1 MNT = 0.58366 MMK · Get this rate via the API

1 MMK buys 1.7133 MNT as of 2026-09-26, so 1 MNT buys 0.58366 MMK. Over the last 5 years, MMK/MNT traded between 0.000391 and 1.7138, averaged 1.6187 and rose 6.16%. The API holds daily MMK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MMK/MNT over 5Y

MMK/MNT over 5Y: show the values
PointMMK/MNT
2024-08-241.6139
2024-10-071.6197
2024-11-061.6260
2024-12-061.6363
2025-01-051.6301
2025-02-041.6450
2025-03-061.6529
2025-04-061.6704
2025-05-061.7023
2025-06-071.7073
2025-07-071.7073
2025-08-061.7094
2025-09-051.7121
2025-10-061.7132
2025-11-050.0004
2025-12-051.6890
2026-01-051.6949
2026-02-041.6991
2026-03-061.7004
2026-04-051.7009
2026-05-051.7033
2026-06-061.7047
2026-07-081.7069
2026-08-071.7136
2026-09-071.7138

High

1.7138

Low

0.000391

Average

1.6187

For developers

Get this rate via the API

One GET request returns the MMK/MNT 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=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=MNT");
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=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

MMK/MNT API questions

How do I get the MMK/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MMK/MNT rate in rates.MNT.

How far back does MMK/MNT historical data go?

Daily MMK/MNT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MMK/MNT 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.