Skip to content

EUR to MDL exchange rate API

Euro to Moldovan Leu · quoted 2026-09-26

20.1462

▲ +2.13% over YTD

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 year to date, EUR/MDL traded between 19.6849 and 20.5348, averaged 20.0994 and rose 2.13%. 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 YTD

EUR/MDL over YTD: show the values
PointEUR/MDL
2025-12-3119.7252
2026-01-0719.7246
2026-01-1419.6849
2026-01-2120.0068
2026-01-2820.1389
2026-02-0419.9448
2026-02-1120.1380
2026-02-1820.1308
2026-02-2520.1365
2026-03-0420.1559
2026-03-1119.9214
2026-03-1820.0082
2026-03-2520.2235
2026-04-0120.5348
2026-04-0820.3290
2026-04-1520.1837
2026-04-2220.2068
2026-04-2920.2416
2026-05-0620.2588
2026-05-1420.0666
2026-05-2120.1620
2026-05-2920.1356
2026-06-0520.1703
2026-06-1420.1816
2026-06-2120.1526
2026-06-2820.1603
2026-07-0520.1648
2026-07-1220.0284
2026-07-1920.0482
2026-07-2620.0263
2026-08-0220.1983
2026-08-0920.0793
2026-08-1620.0065
2026-08-2420.1077
2026-08-3120.1442
2026-09-0720.0222
2026-09-1420.0152
2026-09-2120.1676

High

20.5348

Low

19.6849

Average

20.0994

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.