MDL to MNT exchange rate API
Moldovan Leu to Tugrik · quoted 2026-09-24
204.6908
▲ +5.35% over 5Y
1 MDL = 204.6908 MNT · 1 MNT = 0.004885 MDL · Get this rate via the API
1 MDL buys 204.6908 MNT as of 2026-09-24, so 1 MNT buys 0.004885 MDL. Over the last 5 years, MDL/MNT traded between 0.04815 and 215.5379, averaged 195.1116 and rose 5.35%. The API holds daily MDL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/MNT over 5Y: show the values
| Point | MDL/MNT |
|---|---|
| 2024-08-24 | 194.2987 |
| 2024-10-07 | 194.2978 |
| 2024-11-06 | 191.0278 |
| 2024-12-06 | 187.6388 |
| 2025-01-05 | 185.7282 |
| 2025-02-04 | 184.7813 |
| 2025-03-06 | 187.2064 |
| 2025-04-06 | 200.0312 |
| 2025-05-06 | 207.6006 |
| 2025-06-07 | 207.8052 |
| 2025-07-07 | 212.9160 |
| 2025-08-06 | 210.7616 |
| 2025-09-05 | 215.5379 |
| 2025-10-06 | 214.4324 |
| 2025-11-05 | 0.0482 |
| 2025-12-05 | 208.7789 |
| 2026-01-05 | 211.0985 |
| 2026-02-04 | 211.4797 |
| 2026-03-06 | 206.5477 |
| 2026-04-05 | 203.0210 |
| 2026-05-05 | 207.6983 |
| 2026-06-06 | 206.9026 |
| 2026-07-08 | 203.2525 |
| 2026-08-07 | 206.4157 |
| 2026-09-07 | 208.9047 |
High
215.5379
Low
0.04815
Average
195.1116
Get this rate via the API
One GET request returns the MDL/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/MNT API questions
How do I get the MDL/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/MNT rate in rates.MNT.
How far back does MDL/MNT historical data go?
Daily MDL/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 MDL/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.