Skip to content

AED to MXN exchange rate API

UAE Dirham to Mexican Peso · quoted 2026-09-25

4.8230

▼ +3.95% over 1Y

1 AED = 4.8230 MXN · 1 MXN = 0.20734 AED · Get this rate via the API

1 AED buys 4.8230 MXN as of 2026-09-25, so 1 MXN buys 0.20734 AED. Over the last year, AED/MXN traded between 4.6130 and 5.0639, averaged 4.8073 and fell 3.95%. The API holds daily AED/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MXN over 1Y

AED/MXN over 1Y: show the values
PointAED/MXN
2025-09-255.0215
2025-10-025.0015
2025-10-094.9871
2025-10-165.0191
2025-10-235.0150
2025-10-305.0639
2025-11-065.0568
2025-11-134.9736
2025-11-205.0019
2025-11-274.9953
2025-12-044.9747
2025-12-114.9494
2025-12-184.9014
2025-12-254.8814
2026-01-014.9029
2026-01-084.8909
2026-01-154.8432
2026-01-224.7604
2026-01-294.6695
2026-02-054.7333
2026-02-124.6759
2026-02-194.7044
2026-02-264.6766
2026-03-054.8009
2026-03-124.8223
2026-03-194.8780
2026-03-264.8510
2026-04-024.8840
2026-04-094.7470
2026-04-164.7016
2026-04-234.7240
2026-04-304.7688
2026-05-074.6835
2026-05-144.6824
2026-05-214.7239
2026-05-284.7340
2026-06-044.7053
2026-06-114.7351
2026-06-184.7349
2026-06-254.8022
2026-07-024.7805
2026-07-094.7782
2026-07-164.7445
2026-07-234.7537
2026-07-304.7373
2026-08-064.6969
2026-08-134.6430
2026-08-204.6259
2026-08-274.6211
2026-09-034.6317
2026-09-104.6130
2026-09-174.6796
2026-09-244.7874

High

5.0639

Low

4.6130

Average

4.8073

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/MXN API questions

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

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

How far back does AED/MXN historical data go?

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