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: show the values
| Point | AED/MXN |
|---|---|
| 2025-09-25 | 5.0215 |
| 2025-10-02 | 5.0015 |
| 2025-10-09 | 4.9871 |
| 2025-10-16 | 5.0191 |
| 2025-10-23 | 5.0150 |
| 2025-10-30 | 5.0639 |
| 2025-11-06 | 5.0568 |
| 2025-11-13 | 4.9736 |
| 2025-11-20 | 5.0019 |
| 2025-11-27 | 4.9953 |
| 2025-12-04 | 4.9747 |
| 2025-12-11 | 4.9494 |
| 2025-12-18 | 4.9014 |
| 2025-12-25 | 4.8814 |
| 2026-01-01 | 4.9029 |
| 2026-01-08 | 4.8909 |
| 2026-01-15 | 4.8432 |
| 2026-01-22 | 4.7604 |
| 2026-01-29 | 4.6695 |
| 2026-02-05 | 4.7333 |
| 2026-02-12 | 4.6759 |
| 2026-02-19 | 4.7044 |
| 2026-02-26 | 4.6766 |
| 2026-03-05 | 4.8009 |
| 2026-03-12 | 4.8223 |
| 2026-03-19 | 4.8780 |
| 2026-03-26 | 4.8510 |
| 2026-04-02 | 4.8840 |
| 2026-04-09 | 4.7470 |
| 2026-04-16 | 4.7016 |
| 2026-04-23 | 4.7240 |
| 2026-04-30 | 4.7688 |
| 2026-05-07 | 4.6835 |
| 2026-05-14 | 4.6824 |
| 2026-05-21 | 4.7239 |
| 2026-05-28 | 4.7340 |
| 2026-06-04 | 4.7053 |
| 2026-06-11 | 4.7351 |
| 2026-06-18 | 4.7349 |
| 2026-06-25 | 4.8022 |
| 2026-07-02 | 4.7805 |
| 2026-07-09 | 4.7782 |
| 2026-07-16 | 4.7445 |
| 2026-07-23 | 4.7537 |
| 2026-07-30 | 4.7373 |
| 2026-08-06 | 4.6969 |
| 2026-08-13 | 4.6430 |
| 2026-08-20 | 4.6259 |
| 2026-08-27 | 4.6211 |
| 2026-09-03 | 4.6317 |
| 2026-09-10 | 4.6130 |
| 2026-09-17 | 4.6796 |
| 2026-09-24 | 4.7874 |
High
5.0639
Low
4.6130
Average
4.8073
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.