Skip to content

MNT to MMK exchange rate API

Tugrik to Kyat · quoted 2026-09-26

0.58366

▼ +0.03% over 1Y

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

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

MNT/MMK over 1Y

MNT/MMK over 1Y: show the values
PointMNT/MMK
2025-09-260.58387
2025-10-030.58373
2025-10-100.58401
2025-10-170.58382
2025-10-240.58391
2025-10-313034.25003
2025-11-072555.57060
2025-11-142538.66151
2025-11-210.58890
2025-11-280.58901
2025-12-050.59205
2025-12-130.59227
2025-12-200.59106
2025-12-270.59055
2026-01-030.58998
2026-01-100.58993
2026-01-170.58925
2026-01-240.58898
2026-01-310.58890
2026-02-070.58855
2026-02-140.58807
2026-02-210.58804
2026-02-280.58888
2026-03-070.58833
2026-03-140.58828
2026-03-210.58866
2026-03-280.58730
2026-04-040.58756
2026-04-110.58423
2026-04-180.58738
2026-04-250.58648
2026-05-020.58653
2026-05-090.58666
2026-05-170.58680
2026-05-250.58647
2026-06-010.58694
2026-06-100.58658
2026-06-170.58668
2026-06-240.58574
2026-07-010.58610
2026-07-080.58586
2026-07-150.58528
2026-07-220.58499
2026-07-290.58388
2026-08-050.58374
2026-08-120.58362
2026-08-200.58364
2026-08-270.58361
2026-09-030.58401
2026-09-100.58396
2026-09-170.58371
2026-09-240.58326

High

3034.25

Low

0.58326

Average

153.9211

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/MMK API questions

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

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

How far back does MNT/MMK historical data go?

Daily MNT/MMK 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 MNT/MMK 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.