Skip to content

MMK to MNT exchange rate API

Kyat to Tugrik · quoted 2026-09-26

1.7133

▲ +0.04% over 1Y

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 year, MMK/MNT traded between 0.000329 and 1.7145, averaged 1.6081 and rose 0.04%. 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 1Y

MMK/MNT over 1Y: show the values
PointMMK/MNT
2025-09-261.7127
2025-10-031.7131
2025-10-101.7123
2025-10-171.7129
2025-10-241.7126
2025-10-310.0003
2025-11-070.0004
2025-11-140.0004
2025-11-211.6981
2025-11-281.6978
2025-12-051.6890
2025-12-131.6884
2025-12-201.6919
2025-12-271.6933
2026-01-031.6950
2026-01-101.6951
2026-01-171.6971
2026-01-241.6979
2026-01-311.6981
2026-02-071.6991
2026-02-141.7005
2026-02-211.7006
2026-02-281.6981
2026-03-071.6997
2026-03-141.6999
2026-03-211.6988
2026-03-281.7027
2026-04-041.7020
2026-04-111.7117
2026-04-181.7025
2026-04-251.7051
2026-05-021.7049
2026-05-091.7046
2026-05-171.7041
2026-05-251.7051
2026-06-011.7038
2026-06-101.7048
2026-06-171.7045
2026-06-241.7072
2026-07-011.7062
2026-07-081.7069
2026-07-151.7086
2026-07-221.7094
2026-07-291.7127
2026-08-051.7131
2026-08-121.7134
2026-08-201.7134
2026-08-271.7135
2026-09-031.7123
2026-09-101.7124
2026-09-171.7132
2026-09-241.7145

High

1.7145

Low

0.000329

Average

1.6081

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.