MDL to SLL exchange rate API
Moldovan Leu to Leone · quoted 2026-09-25
1303.75
▼ +4.68% over 1Y
1 MDL = 1303.75 SLL · 1 SLL = 0.000767 MDL · Get this rate via the API
1 MDL buys 1303.75 SLL as of 2026-09-25, so 1 SLL buys 0.000767 MDL. Over the last year, MDL/SLL traded between 1208.48 and 1428.70, averaged 1325.26 and fell 4.68%. The API holds daily MDL/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/SLL over 1Y: show the values
| Point | MDL/SLL |
|---|---|
| 2025-09-25 | 1367.81 |
| 2025-10-02 | 1367.75 |
| 2025-10-09 | 1362.78 |
| 2025-10-16 | 1346.66 |
| 2025-10-23 | 1334.86 |
| 2025-10-30 | 1335.19 |
| 2025-11-06 | 1327.03 |
| 2025-11-13 | 1337.26 |
| 2025-11-20 | 1347.64 |
| 2025-11-27 | 1338.32 |
| 2025-12-04 | 1343.78 |
| 2025-12-12 | 1356.08 |
| 2025-12-19 | 1362.08 |
| 2025-12-26 | 1363.90 |
| 2026-01-02 | 1358.16 |
| 2026-01-09 | 1362.54 |
| 2026-01-16 | 1338.04 |
| 2026-01-23 | 1349.69 |
| 2026-01-30 | 1360.06 |
| 2026-02-06 | 1351.40 |
| 2026-02-13 | 1348.75 |
| 2026-02-20 | 1339.88 |
| 2026-02-27 | 1337.09 |
| 2026-03-06 | 1326.95 |
| 2026-03-13 | 1314.54 |
| 2026-03-20 | 1302.73 |
| 2026-03-27 | 1305.72 |
| 2026-04-03 | 1305.08 |
| 2026-04-14 | 1228.48 |
| 2026-04-21 | 1225.41 |
| 2026-04-28 | 1208.48 |
| 2026-05-05 | 1217.70 |
| 2026-05-12 | 1333.74 |
| 2026-05-20 | 1321.77 |
| 2026-05-28 | 1318.29 |
| 2026-06-04 | 1317.60 |
| 2026-06-13 | 1312.91 |
| 2026-06-20 | 1307.36 |
| 2026-06-27 | 1288.79 |
| 2026-07-04 | 1297.47 |
| 2026-07-11 | 1302.10 |
| 2026-07-18 | 1301.75 |
| 2026-07-25 | 1346.95 |
| 2026-08-01 | 1314.59 |
| 2026-08-08 | 1327.57 |
| 2026-08-15 | 1322.27 |
| 2026-08-23 | 1428.70 |
| 2026-08-30 | 1327.11 |
| 2026-09-06 | 1328.77 |
| 2026-09-13 | 1330.86 |
| 2026-09-20 | 1309.33 |
High
1428.70
Low
1208.48
Average
1325.26
Get this rate via the API
One GET request returns the MDL/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/SLL API questions
How do I get the MDL/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/SLL rate in rates.SLL.
How far back does MDL/SLL historical data go?
Daily MDL/SLL 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/SLL 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.