MXN to AED exchange rate API
Mexican Peso to UAE Dirham · quoted 2026-09-25
0.20734
▲ +4.12% over 1Y
1 MXN = 0.20734 AED · 1 AED = 4.8230 MXN · Get this rate via the API
1 MXN buys 0.20734 AED as of 2026-09-25, so 1 AED buys 4.8230 MXN. Over the last year, MXN/AED traded between 0.19748 and 0.21678, averaged 0.20816 and rose 4.12%. The API holds daily MXN/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MXN/AED over 1Y: show the values
| Point | MXN/AED |
|---|---|
| 2025-09-25 | 0.19914 |
| 2025-10-02 | 0.19994 |
| 2025-10-09 | 0.20051 |
| 2025-10-16 | 0.19924 |
| 2025-10-23 | 0.19940 |
| 2025-10-30 | 0.19748 |
| 2025-11-06 | 0.19775 |
| 2025-11-13 | 0.20106 |
| 2025-11-20 | 0.19992 |
| 2025-11-27 | 0.20019 |
| 2025-12-04 | 0.20102 |
| 2025-12-11 | 0.20205 |
| 2025-12-18 | 0.20402 |
| 2025-12-25 | 0.20486 |
| 2026-01-01 | 0.20396 |
| 2026-01-08 | 0.20446 |
| 2026-01-15 | 0.20648 |
| 2026-01-22 | 0.21007 |
| 2026-01-29 | 0.21416 |
| 2026-02-05 | 0.21127 |
| 2026-02-12 | 0.21386 |
| 2026-02-19 | 0.21257 |
| 2026-02-26 | 0.21383 |
| 2026-03-05 | 0.20829 |
| 2026-03-12 | 0.20737 |
| 2026-03-19 | 0.20500 |
| 2026-03-26 | 0.20614 |
| 2026-04-02 | 0.20475 |
| 2026-04-09 | 0.21066 |
| 2026-04-16 | 0.21269 |
| 2026-04-23 | 0.21168 |
| 2026-04-30 | 0.20969 |
| 2026-05-07 | 0.21352 |
| 2026-05-14 | 0.21357 |
| 2026-05-21 | 0.21169 |
| 2026-05-28 | 0.21124 |
| 2026-06-04 | 0.21253 |
| 2026-06-11 | 0.21119 |
| 2026-06-18 | 0.21120 |
| 2026-06-25 | 0.20824 |
| 2026-07-02 | 0.20918 |
| 2026-07-09 | 0.20928 |
| 2026-07-16 | 0.21077 |
| 2026-07-23 | 0.21036 |
| 2026-07-30 | 0.21109 |
| 2026-08-06 | 0.21291 |
| 2026-08-13 | 0.21538 |
| 2026-08-20 | 0.21618 |
| 2026-08-27 | 0.21640 |
| 2026-09-03 | 0.21590 |
| 2026-09-10 | 0.21678 |
| 2026-09-17 | 0.21369 |
| 2026-09-24 | 0.20888 |
High
0.21678
Low
0.19748
Average
0.20816
Get this rate via the API
One GET request returns the MXN/AED 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=MXN¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AED").json()Replace YOUR_API_KEY with the key from your dashboard.
MXN/AED API questions
How do I get the MXN/AED exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AED, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/AED rate in rates.AED.
How far back does MXN/AED historical data go?
Daily MXN/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 MXN/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.