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: show the values
| Point | MDL/MMK |
|---|---|
| 2025-12-31 | 125.0978 |
| 2026-01-07 | 124.3874 |
| 2026-01-14 | 124.2929 |
| 2026-01-21 | 123.2259 |
| 2026-01-28 | 124.8501 |
| 2026-02-04 | 124.4622 |
| 2026-02-11 | 124.0221 |
| 2026-02-18 | 123.5535 |
| 2026-02-25 | 122.8774 |
| 2026-03-04 | 121.3702 |
| 2026-03-11 | 122.0814 |
| 2026-03-18 | 120.7024 |
| 2026-03-25 | 120.3647 |
| 2026-04-01 | 118.6658 |
| 2026-04-08 | 120.9408 |
| 2026-04-15 | 122.5622 |
| 2026-04-22 | 121.9300 |
| 2026-04-29 | 121.4415 |
| 2026-05-06 | 121.9163 |
| 2026-05-14 | 122.4292 |
| 2026-05-21 | 120.8034 |
| 2026-05-29 | 121.4334 |
| 2026-06-05 | 121.1666 |
| 2026-06-14 | 120.5389 |
| 2026-06-21 | 119.4942 |
| 2026-06-28 | 118.5813 |
| 2026-07-05 | 119.1105 |
| 2026-07-12 | 119.5684 |
| 2026-07-19 | 119.7240 |
| 2026-07-26 | 119.3664 |
| 2026-08-02 | 120.0138 |
| 2026-08-09 | 120.8669 |
| 2026-08-16 | 121.3933 |
| 2026-08-24 | 121.7895 |
| 2026-08-31 | 120.8817 |
| 2026-09-07 | 121.8922 |
| 2026-09-14 | 121.1827 |
| 2026-09-21 | 119.6308 |
High
125.0978
Low
118.5813
Average
121.4868
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.