Skip to content

AED to MAD exchange rate API

UAE Dirham to Moroccan Dirham · quoted 2026-09-24

2.6173

▲ +6.19% over 1Y

1 AED = 2.6173 MAD · 1 MAD = 0.38207 AED · Get this rate via the API

1 AED buys 2.6173 MAD as of 2026-09-24, so 1 MAD buys 0.38207 AED. Over the last year, AED/MAD traded between 2.4646 and 2.6173, averaged 2.5234 and rose 6.19%. The API holds daily AED/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MAD over 1Y

AED/MAD over 1Y: show the values
PointAED/MAD
2025-09-242.4646
2025-10-012.4800
2025-10-082.4872
2025-10-152.4991
2025-10-222.5192
2025-10-292.5148
2025-11-052.5377
2025-11-122.5302
2025-11-192.5252
2025-11-262.5215
2025-12-032.5151
2025-12-102.5192
2025-12-172.4952
2025-12-242.4842
2025-12-312.4859
2026-01-072.5076
2026-01-142.5116
2026-01-212.5015
2026-01-282.4649
2026-02-042.4969
2026-02-112.4849
2026-02-182.4907
2026-02-252.4991
2026-03-042.5311
2026-03-112.5475
2026-03-182.5532
2026-03-252.5395
2026-04-012.5413
2026-04-082.5358
2026-04-152.5165
2026-04-222.5198
2026-04-292.5207
2026-05-062.5072
2026-05-132.4944
2026-05-202.5154
2026-05-272.5012
2026-06-032.5084
2026-06-102.5224
2026-06-172.5175
2026-06-242.5604
2026-07-012.5613
2026-07-082.5515
2026-07-152.5424
2026-07-222.5568
2026-07-292.5558
2026-08-052.5367
2026-08-122.5348
2026-08-192.5279
2026-08-262.5199
2026-09-022.5444
2026-09-092.5515
2026-09-162.5793
2026-09-232.6131

High

2.6173

Low

2.4646

Average

2.5234

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/MAD API questions

How do I get the AED/MAD exchange rate from an API?

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

How far back does AED/MAD historical data go?

Daily AED/MAD 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 AED/MAD 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.