Skip to content

MDL to ALL exchange rate API

Moldovan Leu to Lek · quoted 2026-09-25

4.5774

▼ +6.65% over YTD

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 year to date, MDL/ALL traded between 4.5448 and 4.9072, averaged 4.7202 and fell 6.65%. 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 YTD

MDL/ALL over YTD: show the values
PointMDL/ALL
2025-12-314.9035
2026-01-074.8928
2026-01-144.9072
2026-01-214.8262
2026-01-284.7969
2026-02-044.8436
2026-02-114.7793
2026-02-184.7812
2026-02-254.7774
2026-03-044.7969
2026-03-114.8065
2026-03-184.7852
2026-03-254.7371
2026-04-014.6887
2026-04-084.7600
2026-04-154.7347
2026-04-224.7234
2026-04-294.7162
2026-05-064.7383
2026-05-144.7554
2026-05-214.7229
2026-05-294.7403
2026-06-054.7322
2026-06-144.7107
2026-06-214.6861
2026-06-284.6625
2026-07-054.6542
2026-07-124.6771
2026-07-194.6748
2026-07-264.6817
2026-08-024.6403
2026-08-094.6423
2026-08-164.6383
2026-08-244.5975
2026-08-314.5782
2026-09-074.6042
2026-09-144.5707
2026-09-214.5448

High

4.9072

Low

4.5448

Average

4.7202

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.