Skip to content

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

MDL/MNT over 1Y: show the values
PointMDL/MNT
2025-09-24216.1002
2025-10-01215.2131
2025-10-08215.3754
2025-10-15212.3861
2025-10-22211.8590
2025-10-290.0368
2025-11-050.0482
2025-11-120.0473
2025-11-19210.8341
2025-11-26207.9868
2025-12-03209.0589
2025-12-11209.3943
2025-12-18210.4514
2025-12-25211.5938
2026-01-01211.7548
2026-01-08210.0885
2026-01-15208.8635
2026-01-22209.7069
2026-01-29212.6321
2026-02-05210.8084
2026-02-12210.7315
2026-02-19208.6175
2026-02-26209.3740
2026-03-05207.0182
2026-03-12206.1540
2026-03-19203.4721
2026-03-26204.2901
2026-04-02202.8353
2026-04-09207.7583
2026-04-16209.6754
2026-04-23208.2224
2026-04-30207.8241
2026-05-07208.1832
2026-05-15207.3228
2026-05-23206.3421
2026-05-30206.7021
2026-06-06206.9026
2026-06-15205.3719
2026-06-22203.7856
2026-06-29201.8530
2026-07-06203.6312
2026-07-13203.5200
2026-07-20204.2960
2026-07-27203.7734
2026-08-03206.5563
2026-08-10207.4525
2026-08-17207.9565
2026-08-25208.4359
2026-09-01209.9972
2026-09-08208.5919
2026-09-15206.8131
2026-09-22204.9472

High

216.1002

Low

0.03677

Average

196.3649

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.