Skip to content

MDL to ALL exchange rate API

Moldovan Leu to Lek · quoted 2026-09-25

4.5774

▼ +11.00% over 5Y

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 5 years, MDL/ALL traded between 4.5774 and 5.1617, averaged 4.9120 and fell 11.00%. 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 5Y

MDL/ALL over 5Y: show the values
PointMDL/ALL
2024-08-245.1430
2024-10-075.1507
2024-11-065.0654
2024-12-065.0862
2025-01-055.1569
2025-02-045.1617
2025-03-064.9475
2025-04-065.1357
2025-05-065.0281
2025-06-074.9785
2025-07-074.9393
2025-08-064.9400
2025-09-054.9943
2025-10-064.9152
2025-11-054.9296
2025-12-054.8737
2026-01-054.8919
2026-02-044.8436
2026-03-064.7873
2026-04-054.7265
2026-05-054.7612
2026-06-064.7696
2026-07-084.6645
2026-08-074.6394
2026-09-074.6042

High

5.1617

Low

4.5774

Average

4.9120

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.