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: show the values
| Point | MDL/ALL |
|---|---|
| 2025-12-31 | 4.9035 |
| 2026-01-07 | 4.8928 |
| 2026-01-14 | 4.9072 |
| 2026-01-21 | 4.8262 |
| 2026-01-28 | 4.7969 |
| 2026-02-04 | 4.8436 |
| 2026-02-11 | 4.7793 |
| 2026-02-18 | 4.7812 |
| 2026-02-25 | 4.7774 |
| 2026-03-04 | 4.7969 |
| 2026-03-11 | 4.8065 |
| 2026-03-18 | 4.7852 |
| 2026-03-25 | 4.7371 |
| 2026-04-01 | 4.6887 |
| 2026-04-08 | 4.7600 |
| 2026-04-15 | 4.7347 |
| 2026-04-22 | 4.7234 |
| 2026-04-29 | 4.7162 |
| 2026-05-06 | 4.7383 |
| 2026-05-14 | 4.7554 |
| 2026-05-21 | 4.7229 |
| 2026-05-29 | 4.7403 |
| 2026-06-05 | 4.7322 |
| 2026-06-14 | 4.7107 |
| 2026-06-21 | 4.6861 |
| 2026-06-28 | 4.6625 |
| 2026-07-05 | 4.6542 |
| 2026-07-12 | 4.6771 |
| 2026-07-19 | 4.6748 |
| 2026-07-26 | 4.6817 |
| 2026-08-02 | 4.6403 |
| 2026-08-09 | 4.6423 |
| 2026-08-16 | 4.6383 |
| 2026-08-24 | 4.5975 |
| 2026-08-31 | 4.5782 |
| 2026-09-07 | 4.6042 |
| 2026-09-14 | 4.5707 |
| 2026-09-21 | 4.5448 |
High
4.9072
Low
4.5448
Average
4.7202
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.