Skip to content

EUR to MDL exchange rate API

Euro to Moldovan Leu · quoted 2026-09-26

20.1462

▲ +3.45% over 1Y

1 EUR = 20.1462 MDL · 1 MDL = 0.04964 EUR · Get this rate via the API

1 EUR buys 20.1462 MDL as of 2026-09-26, so 1 MDL buys 0.04964 EUR. Over the last year, EUR/MDL traded between 19.4751 and 20.3525, averaged 19.9826 and rose 3.45%. The API holds daily EUR/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/MDL over 1Y

EUR/MDL over 1Y: show the values
PointEUR/MDL
2025-09-2619.4751
2025-10-0319.5760
2025-10-1019.5091
2025-10-1719.7002
2025-10-2419.6858
2025-10-3119.5910
2025-11-0719.7671
2025-11-1419.7514
2025-11-2119.5719
2025-11-2819.7978
2025-12-0519.7829
2025-12-1319.8699
2025-12-2019.7937
2025-12-2719.7905
2026-01-0319.7173
2026-01-1019.5292
2026-01-1719.8370
2026-01-2420.1220
2026-01-3119.9296
2026-02-0720.0721
2026-02-1420.1428
2026-02-2120.2388
2026-02-2820.1983
2026-03-0720.0899
2026-03-1419.9434
2026-03-2120.1793
2026-03-2820.2824
2026-04-0420.2143
2026-04-1120.1963
2026-04-1820.2371
2026-04-2520.3525
2026-05-0220.2069
2026-05-0920.1639
2026-05-1720.0079
2026-05-2520.1194
2026-06-0120.1579
2026-06-1020.0627
2026-06-1720.2149
2026-06-2419.9930
2026-07-0120.0981
2026-07-0820.1086
2026-07-1520.0384
2026-07-2220.0681
2026-07-2920.0872
2026-08-0520.1929
2026-08-1220.0332
2026-08-2020.0236
2026-08-2720.1302
2026-09-0320.1027
2026-09-1020.0559
2026-09-1720.1308
2026-09-2419.9927

High

20.3525

Low

19.4751

Average

19.9826

For developers

Get this rate via the API

One GET request returns the EUR/MDL 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=EUR&currencies=MDL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=MDL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/MDL API questions

How do I get the EUR/MDL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=MDL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/MDL rate in rates.MDL.

How far back does EUR/MDL historical data go?

Daily EUR/MDL 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 EUR/MDL 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.