Skip to content

MDL to MMK exchange rate API

Moldovan Leu to Kyat · quoted 2026-09-25

119.3716

▼ +4.58% over YTD

1 MDL = 119.3716 MMK · 1 MMK = 0.008377 MDL · Get this rate via the API

1 MDL buys 119.3716 MMK as of 2026-09-25, so 1 MMK buys 0.008377 MDL. Over the year to date, MDL/MMK traded between 118.5813 and 125.0978, averaged 121.4868 and fell 4.58%. The API holds daily MDL/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/MMK over YTD

MDL/MMK over YTD: show the values
PointMDL/MMK
2025-12-31125.0978
2026-01-07124.3874
2026-01-14124.2929
2026-01-21123.2259
2026-01-28124.8501
2026-02-04124.4622
2026-02-11124.0221
2026-02-18123.5535
2026-02-25122.8774
2026-03-04121.3702
2026-03-11122.0814
2026-03-18120.7024
2026-03-25120.3647
2026-04-01118.6658
2026-04-08120.9408
2026-04-15122.5622
2026-04-22121.9300
2026-04-29121.4415
2026-05-06121.9163
2026-05-14122.4292
2026-05-21120.8034
2026-05-29121.4334
2026-06-05121.1666
2026-06-14120.5389
2026-06-21119.4942
2026-06-28118.5813
2026-07-05119.1105
2026-07-12119.5684
2026-07-19119.7240
2026-07-26119.3664
2026-08-02120.0138
2026-08-09120.8669
2026-08-16121.3933
2026-08-24121.7895
2026-08-31120.8817
2026-09-07121.8922
2026-09-14121.1827
2026-09-21119.6308

High

125.0978

Low

118.5813

Average

121.4868

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/MMK API questions

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

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

How far back does MDL/MMK historical data go?

Daily MDL/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 MDL/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.