MDL to MNT exchange rate API
Moldovan Leu to Tugrik · quoted 2026-09-24
204.6908
▼ +5.28% over 1Y
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 year, MDL/MNT traded between 0.03677 and 216.1002, averaged 196.3649 and fell 5.28%. 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 1Y: show the values
| Point | MDL/MNT |
|---|---|
| 2025-09-24 | 216.1002 |
| 2025-10-01 | 215.2131 |
| 2025-10-08 | 215.3754 |
| 2025-10-15 | 212.3861 |
| 2025-10-22 | 211.8590 |
| 2025-10-29 | 0.0368 |
| 2025-11-05 | 0.0482 |
| 2025-11-12 | 0.0473 |
| 2025-11-19 | 210.8341 |
| 2025-11-26 | 207.9868 |
| 2025-12-03 | 209.0589 |
| 2025-12-11 | 209.3943 |
| 2025-12-18 | 210.4514 |
| 2025-12-25 | 211.5938 |
| 2026-01-01 | 211.7548 |
| 2026-01-08 | 210.0885 |
| 2026-01-15 | 208.8635 |
| 2026-01-22 | 209.7069 |
| 2026-01-29 | 212.6321 |
| 2026-02-05 | 210.8084 |
| 2026-02-12 | 210.7315 |
| 2026-02-19 | 208.6175 |
| 2026-02-26 | 209.3740 |
| 2026-03-05 | 207.0182 |
| 2026-03-12 | 206.1540 |
| 2026-03-19 | 203.4721 |
| 2026-03-26 | 204.2901 |
| 2026-04-02 | 202.8353 |
| 2026-04-09 | 207.7583 |
| 2026-04-16 | 209.6754 |
| 2026-04-23 | 208.2224 |
| 2026-04-30 | 207.8241 |
| 2026-05-07 | 208.1832 |
| 2026-05-15 | 207.3228 |
| 2026-05-23 | 206.3421 |
| 2026-05-30 | 206.7021 |
| 2026-06-06 | 206.9026 |
| 2026-06-15 | 205.3719 |
| 2026-06-22 | 203.7856 |
| 2026-06-29 | 201.8530 |
| 2026-07-06 | 203.6312 |
| 2026-07-13 | 203.5200 |
| 2026-07-20 | 204.2960 |
| 2026-07-27 | 203.7734 |
| 2026-08-03 | 206.5563 |
| 2026-08-10 | 207.4525 |
| 2026-08-17 | 207.9565 |
| 2026-08-25 | 208.4359 |
| 2026-09-01 | 209.9972 |
| 2026-09-08 | 208.5919 |
| 2026-09-15 | 206.8131 |
| 2026-09-22 | 204.9472 |
High
216.1002
Low
0.03677
Average
196.3649
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.