MDL to MMK exchange rate API
Moldovan Leu to Kyat · quoted 2026-09-25
119.3716
▼ +5.30% over 1Y
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 last year, MDL/MMK traded between 118.9532 and 126.0485, averaged 122.0889 and fell 5.30%. 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 1Y: show the values
| Point | MDL/MMK |
|---|---|
| 2025-09-25 | 126.0485 |
| 2025-10-02 | 125.9534 |
| 2025-10-09 | 125.6967 |
| 2025-10-16 | 124.2122 |
| 2025-10-23 | 123.5224 |
| 2025-10-30 | 123.5298 |
| 2025-11-06 | 122.7962 |
| 2025-11-13 | 123.8315 |
| 2025-11-20 | 123.6101 |
| 2025-11-27 | 122.6727 |
| 2025-12-04 | 123.6881 |
| 2025-12-12 | 123.6252 |
| 2025-12-19 | 124.5753 |
| 2025-12-26 | 124.9164 |
| 2026-01-02 | 124.9519 |
| 2026-01-09 | 125.1838 |
| 2026-01-16 | 122.9428 |
| 2026-01-23 | 123.4402 |
| 2026-01-30 | 124.8035 |
| 2026-02-06 | 123.5125 |
| 2026-02-13 | 123.8024 |
| 2026-02-20 | 122.6032 |
| 2026-02-27 | 122.5588 |
| 2026-03-06 | 121.4691 |
| 2026-03-13 | 120.5470 |
| 2026-03-20 | 119.8804 |
| 2026-03-27 | 119.8795 |
| 2026-04-03 | 119.6131 |
| 2026-04-10 | 121.7459 |
| 2026-04-17 | 122.8956 |
| 2026-04-24 | 121.0187 |
| 2026-05-01 | 121.8372 |
| 2026-05-08 | 121.6524 |
| 2026-05-16 | 121.3625 |
| 2026-05-24 | 121.0140 |
| 2026-05-31 | 121.2152 |
| 2026-06-09 | 120.6638 |
| 2026-06-16 | 120.7501 |
| 2026-06-23 | 119.1352 |
| 2026-06-30 | 118.9532 |
| 2026-07-07 | 119.3141 |
| 2026-07-14 | 119.4387 |
| 2026-07-21 | 119.2952 |
| 2026-07-28 | 119.2827 |
| 2026-08-04 | 120.1780 |
| 2026-08-11 | 120.7414 |
| 2026-08-18 | 121.9023 |
| 2026-08-26 | 121.6465 |
| 2026-09-02 | 121.3058 |
| 2026-09-09 | 121.9304 |
| 2026-09-16 | 120.8164 |
| 2026-09-23 | 119.3786 |
High
126.0485
Low
118.9532
Average
122.0889
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.