Skip to content

MDL to ALL exchange rate API

Moldovan Leu to Lek · quoted 2026-09-25

4.5774

▼ +7.37% over 1Y

1 MDL = 4.5774 ALL · 1 ALL = 0.21847 MDL · Get this rate via the API

1 MDL buys 4.5774 ALL as of 2026-09-25, so 1 ALL buys 0.21847 MDL. Over the last year, MDL/ALL traded between 4.5493 and 4.9785, averaged 4.7691 and fell 7.37%. The API holds daily MDL/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/ALL over 1Y

MDL/ALL over 1Y: show the values
PointMDL/ALL
2025-09-254.9413
2025-10-024.9485
2025-10-094.9785
2025-10-164.9086
2025-10-234.9047
2025-10-304.9065
2025-11-064.9159
2025-11-134.9165
2025-11-204.9303
2025-11-274.8640
2025-12-044.8760
2025-12-124.8479
2025-12-194.8780
2025-12-264.8698
2026-01-024.9001
2026-01-094.9391
2026-01-164.8751
2026-01-234.8267
2026-01-304.8257
2026-02-064.8151
2026-02-134.7886
2026-02-204.7809
2026-02-274.7643
2026-03-064.7873
2026-03-134.7937
2026-03-204.7415
2026-03-274.7474
2026-04-034.7289
2026-04-104.7494
2026-04-174.7499
2026-04-244.7028
2026-05-014.7263
2026-05-084.7148
2026-05-164.7411
2026-05-244.7399
2026-05-314.7222
2026-06-094.7427
2026-06-164.7063
2026-06-234.6788
2026-06-304.6724
2026-07-074.6706
2026-07-144.6781
2026-07-214.6649
2026-07-284.6815
2026-08-044.6430
2026-08-114.6332
2026-08-184.6523
2026-08-264.5854
2026-09-024.6052
2026-09-094.5989
2026-09-164.5735
2026-09-234.5493

High

4.9785

Low

4.5493

Average

4.7691

For developers

Get this rate via the API

One GET request returns the MDL/ALL 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=ALL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=ALL");
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=ALL").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/ALL API questions

How do I get the MDL/ALL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/ALL rate in rates.ALL.

How far back does MDL/ALL historical data go?

Daily MDL/ALL 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/ALL 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.