Skip to content

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

MDL/MNT over 5Y: show the values
PointMDL/MNT
2024-08-24194.2987
2024-10-07194.2978
2024-11-06191.0278
2024-12-06187.6388
2025-01-05185.7282
2025-02-04184.7813
2025-03-06187.2064
2025-04-06200.0312
2025-05-06207.6006
2025-06-07207.8052
2025-07-07212.9160
2025-08-06210.7616
2025-09-05215.5379
2025-10-06214.4324
2025-11-050.0482
2025-12-05208.7789
2026-01-05211.0985
2026-02-04211.4797
2026-03-06206.5477
2026-04-05203.0210
2026-05-05207.6983
2026-06-06206.9026
2026-07-08203.2525
2026-08-07206.4157
2026-09-07208.9047

High

215.5379

Low

0.04815

Average

195.1116

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=MNT");
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=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&currencies=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.