Skip to content

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

MDL/MMK over 1Y: show the values
PointMDL/MMK
2025-09-25126.0485
2025-10-02125.9534
2025-10-09125.6967
2025-10-16124.2122
2025-10-23123.5224
2025-10-30123.5298
2025-11-06122.7962
2025-11-13123.8315
2025-11-20123.6101
2025-11-27122.6727
2025-12-04123.6881
2025-12-12123.6252
2025-12-19124.5753
2025-12-26124.9164
2026-01-02124.9519
2026-01-09125.1838
2026-01-16122.9428
2026-01-23123.4402
2026-01-30124.8035
2026-02-06123.5125
2026-02-13123.8024
2026-02-20122.6032
2026-02-27122.5588
2026-03-06121.4691
2026-03-13120.5470
2026-03-20119.8804
2026-03-27119.8795
2026-04-03119.6131
2026-04-10121.7459
2026-04-17122.8956
2026-04-24121.0187
2026-05-01121.8372
2026-05-08121.6524
2026-05-16121.3625
2026-05-24121.0140
2026-05-31121.2152
2026-06-09120.6638
2026-06-16120.7501
2026-06-23119.1352
2026-06-30118.9532
2026-07-07119.3141
2026-07-14119.4387
2026-07-21119.2952
2026-07-28119.2827
2026-08-04120.1780
2026-08-11120.7414
2026-08-18121.9023
2026-08-26121.6465
2026-09-02121.3058
2026-09-09121.9304
2026-09-16120.8164
2026-09-23119.3786

High

126.0485

Low

118.9532

Average

122.0889

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.