Skip to content

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

MDL/SLL over 1Y: show the values
PointMDL/SLL
2025-09-251367.81
2025-10-021367.75
2025-10-091362.78
2025-10-161346.66
2025-10-231334.86
2025-10-301335.19
2025-11-061327.03
2025-11-131337.26
2025-11-201347.64
2025-11-271338.32
2025-12-041343.78
2025-12-121356.08
2025-12-191362.08
2025-12-261363.90
2026-01-021358.16
2026-01-091362.54
2026-01-161338.04
2026-01-231349.69
2026-01-301360.06
2026-02-061351.40
2026-02-131348.75
2026-02-201339.88
2026-02-271337.09
2026-03-061326.95
2026-03-131314.54
2026-03-201302.73
2026-03-271305.72
2026-04-031305.08
2026-04-141228.48
2026-04-211225.41
2026-04-281208.48
2026-05-051217.70
2026-05-121333.74
2026-05-201321.77
2026-05-281318.29
2026-06-041317.60
2026-06-131312.91
2026-06-201307.36
2026-06-271288.79
2026-07-041297.47
2026-07-111302.10
2026-07-181301.75
2026-07-251346.95
2026-08-011314.59
2026-08-081327.57
2026-08-151322.27
2026-08-231428.70
2026-08-301327.11
2026-09-061328.77
2026-09-131330.86
2026-09-201309.33

High

1428.70

Low

1208.48

Average

1325.26

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=SLL");
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=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&currencies=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.