Skip to content

MMK to MNT exchange rate API

Kyat to Tugrik · quoted 2026-09-26

1.7133

▼ +0.01% over 30D

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 30 days, MMK/MNT traded between 1.7114 and 1.7146, averaged 1.7134 and fell 0.01%. 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 30D

MMK/MNT over 30D: show the values
PointMMK/MNT
2026-08-271.7135
2026-08-281.7146
2026-08-291.7133
2026-08-301.7124
2026-08-311.7126
2026-09-011.7133
2026-09-021.7137
2026-09-031.7123
2026-09-041.7142
2026-09-051.7114
2026-09-061.7127
2026-09-071.7138
2026-09-081.7136
2026-09-091.7136
2026-09-101.7124
2026-09-111.7138
2026-09-121.7135
2026-09-131.7129
2026-09-141.7137
2026-09-151.7128
2026-09-161.7139
2026-09-171.7132
2026-09-181.7142
2026-09-191.7137
2026-09-201.7126
2026-09-211.7145
2026-09-221.7136
2026-09-231.7136
2026-09-241.7145
2026-09-251.7136
2026-09-261.7133

High

1.7146

Low

1.7114

Average

1.7134

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.