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: show the values
| Point | MMK/MNT |
|---|---|
| 2025-09-26 | 1.7127 |
| 2025-10-03 | 1.7131 |
| 2025-10-10 | 1.7123 |
| 2025-10-17 | 1.7129 |
| 2025-10-24 | 1.7126 |
| 2025-10-31 | 0.0003 |
| 2025-11-07 | 0.0004 |
| 2025-11-14 | 0.0004 |
| 2025-11-21 | 1.6981 |
| 2025-11-28 | 1.6978 |
| 2025-12-05 | 1.6890 |
| 2025-12-13 | 1.6884 |
| 2025-12-20 | 1.6919 |
| 2025-12-27 | 1.6933 |
| 2026-01-03 | 1.6950 |
| 2026-01-10 | 1.6951 |
| 2026-01-17 | 1.6971 |
| 2026-01-24 | 1.6979 |
| 2026-01-31 | 1.6981 |
| 2026-02-07 | 1.6991 |
| 2026-02-14 | 1.7005 |
| 2026-02-21 | 1.7006 |
| 2026-02-28 | 1.6981 |
| 2026-03-07 | 1.6997 |
| 2026-03-14 | 1.6999 |
| 2026-03-21 | 1.6988 |
| 2026-03-28 | 1.7027 |
| 2026-04-04 | 1.7020 |
| 2026-04-11 | 1.7117 |
| 2026-04-18 | 1.7025 |
| 2026-04-25 | 1.7051 |
| 2026-05-02 | 1.7049 |
| 2026-05-09 | 1.7046 |
| 2026-05-17 | 1.7041 |
| 2026-05-25 | 1.7051 |
| 2026-06-01 | 1.7038 |
| 2026-06-10 | 1.7048 |
| 2026-06-17 | 1.7045 |
| 2026-06-24 | 1.7072 |
| 2026-07-01 | 1.7062 |
| 2026-07-08 | 1.7069 |
| 2026-07-15 | 1.7086 |
| 2026-07-22 | 1.7094 |
| 2026-07-29 | 1.7127 |
| 2026-08-05 | 1.7131 |
| 2026-08-12 | 1.7134 |
| 2026-08-20 | 1.7134 |
| 2026-08-27 | 1.7135 |
| 2026-09-03 | 1.7123 |
| 2026-09-10 | 1.7124 |
| 2026-09-17 | 1.7132 |
| 2026-09-24 | 1.7145 |
High
1.7145
Low
0.000329
Average
1.6081
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MMK¤cies=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¤cies=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.