Skip to content

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

MDL/AED over 1Y: show the values
PointMDL/AED
2025-09-270.21990
2025-10-040.21951
2025-10-110.21670
2025-10-180.21737
2025-10-250.21665
2025-11-010.21564
2025-11-080.21528
2025-11-150.21664
2025-11-220.21458
2025-11-290.21605
2025-12-060.21603
2025-12-140.21722
2025-12-210.21746
2025-12-280.21897
2026-01-040.21838
2026-01-110.21782
2026-01-180.21508
2026-01-250.21587
2026-02-010.21859
2026-02-080.21624
2026-02-150.21681
2026-02-220.21470
2026-03-010.21488
2026-03-080.21265
2026-03-150.21188
2026-03-220.21003
2026-03-290.20918
2026-04-050.20880
2026-04-120.21352
2026-04-190.21329
2026-04-260.21161
2026-05-030.21312
2026-05-100.21538
2026-05-180.21190
2026-05-260.21187
2026-06-020.21273
2026-06-110.21107
2026-06-180.21084
2026-06-250.20803
2026-07-020.20762
2026-07-090.20916
2026-07-160.20999
2026-07-230.20897
2026-07-300.20879
2026-08-060.21177
2026-08-130.21185
2026-08-210.21368
2026-08-280.21468
2026-09-040.21267
2026-09-110.21242
2026-09-180.20925
2026-09-250.20883

High

0.21990

Low

0.20745

Average

0.21357

For developers

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