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: show the values
| Point | EUR/MDL |
|---|---|
| 2025-09-26 | 19.4751 |
| 2025-10-03 | 19.5760 |
| 2025-10-10 | 19.5091 |
| 2025-10-17 | 19.7002 |
| 2025-10-24 | 19.6858 |
| 2025-10-31 | 19.5910 |
| 2025-11-07 | 19.7671 |
| 2025-11-14 | 19.7514 |
| 2025-11-21 | 19.5719 |
| 2025-11-28 | 19.7978 |
| 2025-12-05 | 19.7829 |
| 2025-12-13 | 19.8699 |
| 2025-12-20 | 19.7937 |
| 2025-12-27 | 19.7905 |
| 2026-01-03 | 19.7173 |
| 2026-01-10 | 19.5292 |
| 2026-01-17 | 19.8370 |
| 2026-01-24 | 20.1220 |
| 2026-01-31 | 19.9296 |
| 2026-02-07 | 20.0721 |
| 2026-02-14 | 20.1428 |
| 2026-02-21 | 20.2388 |
| 2026-02-28 | 20.1983 |
| 2026-03-07 | 20.0899 |
| 2026-03-14 | 19.9434 |
| 2026-03-21 | 20.1793 |
| 2026-03-28 | 20.2824 |
| 2026-04-04 | 20.2143 |
| 2026-04-11 | 20.1963 |
| 2026-04-18 | 20.2371 |
| 2026-04-25 | 20.3525 |
| 2026-05-02 | 20.2069 |
| 2026-05-09 | 20.1639 |
| 2026-05-17 | 20.0079 |
| 2026-05-25 | 20.1194 |
| 2026-06-01 | 20.1579 |
| 2026-06-10 | 20.0627 |
| 2026-06-17 | 20.2149 |
| 2026-06-24 | 19.9930 |
| 2026-07-01 | 20.0981 |
| 2026-07-08 | 20.1086 |
| 2026-07-15 | 20.0384 |
| 2026-07-22 | 20.0681 |
| 2026-07-29 | 20.0872 |
| 2026-08-05 | 20.1929 |
| 2026-08-12 | 20.0332 |
| 2026-08-20 | 20.0236 |
| 2026-08-27 | 20.1302 |
| 2026-09-03 | 20.1027 |
| 2026-09-10 | 20.0559 |
| 2026-09-17 | 20.1308 |
| 2026-09-24 | 19.9927 |
High
20.3525
Low
19.4751
Average
19.9826
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.