MDL to AED exchange rate API
Moldovan Leu to UAE Dirham · quoted 2026-09-27
0.20745
▼ +5.66% over 1Y
1 MDL = 0.20745 AED · 1 AED = 4.8204 MDL · Get this rate via the API
1 MDL buys 0.20745 AED as of 2026-09-27, so 1 AED buys 4.8204 MDL. Over the last year, MDL/AED traded between 0.20745 and 0.21990, averaged 0.21357 and fell 5.66%. The API holds daily MDL/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/AED over 1Y: show the values
| Point | MDL/AED |
|---|---|
| 2025-09-27 | 0.21990 |
| 2025-10-04 | 0.21951 |
| 2025-10-11 | 0.21670 |
| 2025-10-18 | 0.21737 |
| 2025-10-25 | 0.21665 |
| 2025-11-01 | 0.21564 |
| 2025-11-08 | 0.21528 |
| 2025-11-15 | 0.21664 |
| 2025-11-22 | 0.21458 |
| 2025-11-29 | 0.21605 |
| 2025-12-06 | 0.21603 |
| 2025-12-14 | 0.21722 |
| 2025-12-21 | 0.21746 |
| 2025-12-28 | 0.21897 |
| 2026-01-04 | 0.21838 |
| 2026-01-11 | 0.21782 |
| 2026-01-18 | 0.21508 |
| 2026-01-25 | 0.21587 |
| 2026-02-01 | 0.21859 |
| 2026-02-08 | 0.21624 |
| 2026-02-15 | 0.21681 |
| 2026-02-22 | 0.21470 |
| 2026-03-01 | 0.21488 |
| 2026-03-08 | 0.21265 |
| 2026-03-15 | 0.21188 |
| 2026-03-22 | 0.21003 |
| 2026-03-29 | 0.20918 |
| 2026-04-05 | 0.20880 |
| 2026-04-12 | 0.21352 |
| 2026-04-19 | 0.21329 |
| 2026-04-26 | 0.21161 |
| 2026-05-03 | 0.21312 |
| 2026-05-10 | 0.21538 |
| 2026-05-18 | 0.21190 |
| 2026-05-26 | 0.21187 |
| 2026-06-02 | 0.21273 |
| 2026-06-11 | 0.21107 |
| 2026-06-18 | 0.21084 |
| 2026-06-25 | 0.20803 |
| 2026-07-02 | 0.20762 |
| 2026-07-09 | 0.20916 |
| 2026-07-16 | 0.20999 |
| 2026-07-23 | 0.20897 |
| 2026-07-30 | 0.20879 |
| 2026-08-06 | 0.21177 |
| 2026-08-13 | 0.21185 |
| 2026-08-21 | 0.21368 |
| 2026-08-28 | 0.21468 |
| 2026-09-04 | 0.21267 |
| 2026-09-11 | 0.21242 |
| 2026-09-18 | 0.20925 |
| 2026-09-25 | 0.20883 |
High
0.21990
Low
0.20745
Average
0.21357
Get this rate via the API
One GET request returns the MDL/AED 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=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=AED").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/AED API questions
How do I get the MDL/AED exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=AED, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/AED rate in rates.AED.
How far back does MDL/AED historical data go?
Daily MDL/AED 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/AED 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.