AED to MXN exchange rate API
UAE Dirham to Mexican Peso · quoted 2026-09-26
4.8145
▼ +1.61% over YTD
1 AED = 4.8145 MXN · 1 MXN = 0.20771 AED · Get this rate via the API
1 AED buys 4.8145 MXN as of 2026-09-26, so 1 MXN buys 0.20771 AED. Over the year to date, AED/MXN traded between 4.6018 and 4.8955, averaged 4.7350 and fell 1.61%. 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 YTD: show the values
| Point | AED/MXN |
|---|---|
| 2025-12-31 | 4.8933 |
| 2026-01-07 | 4.8955 |
| 2026-01-14 | 4.8493 |
| 2026-01-21 | 4.7586 |
| 2026-01-28 | 4.6706 |
| 2026-02-04 | 4.6944 |
| 2026-02-11 | 4.6771 |
| 2026-02-18 | 4.6592 |
| 2026-02-25 | 4.6688 |
| 2026-03-04 | 4.7775 |
| 2026-03-11 | 4.8053 |
| 2026-03-18 | 4.8281 |
| 2026-03-25 | 4.8366 |
| 2026-04-01 | 4.8606 |
| 2026-04-08 | 4.7373 |
| 2026-04-15 | 4.7114 |
| 2026-04-22 | 4.7152 |
| 2026-04-29 | 4.7369 |
| 2026-05-06 | 4.6992 |
| 2026-05-13 | 4.6891 |
| 2026-05-20 | 4.7286 |
| 2026-05-27 | 4.7153 |
| 2026-06-03 | 4.7075 |
| 2026-06-10 | 4.7587 |
| 2026-06-17 | 4.6856 |
| 2026-06-24 | 4.7970 |
| 2026-07-01 | 4.7738 |
| 2026-07-08 | 4.7850 |
| 2026-07-15 | 4.7456 |
| 2026-07-22 | 4.7437 |
| 2026-07-29 | 4.7579 |
| 2026-08-05 | 4.6861 |
| 2026-08-12 | 4.6452 |
| 2026-08-19 | 4.6384 |
| 2026-08-26 | 4.6096 |
| 2026-09-02 | 4.6286 |
| 2026-09-09 | 4.6018 |
| 2026-09-16 | 4.6660 |
| 2026-09-23 | 4.7480 |
High
4.8955
Low
4.6018
Average
4.7350
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.