Skip to content

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

MXN/AED over 1Y: show the values
PointMXN/AED
2025-09-250.19914
2025-10-020.19994
2025-10-090.20051
2025-10-160.19924
2025-10-230.19940
2025-10-300.19748
2025-11-060.19775
2025-11-130.20106
2025-11-200.19992
2025-11-270.20019
2025-12-040.20102
2025-12-110.20205
2025-12-180.20402
2025-12-250.20486
2026-01-010.20396
2026-01-080.20446
2026-01-150.20648
2026-01-220.21007
2026-01-290.21416
2026-02-050.21127
2026-02-120.21386
2026-02-190.21257
2026-02-260.21383
2026-03-050.20829
2026-03-120.20737
2026-03-190.20500
2026-03-260.20614
2026-04-020.20475
2026-04-090.21066
2026-04-160.21269
2026-04-230.21168
2026-04-300.20969
2026-05-070.21352
2026-05-140.21357
2026-05-210.21169
2026-05-280.21124
2026-06-040.21253
2026-06-110.21119
2026-06-180.21120
2026-06-250.20824
2026-07-020.20918
2026-07-090.20928
2026-07-160.21077
2026-07-230.21036
2026-07-300.21109
2026-08-060.21291
2026-08-130.21538
2026-08-200.21618
2026-08-270.21640
2026-09-030.21590
2026-09-100.21678
2026-09-170.21369
2026-09-240.20888

High

0.21678

Low

0.19748

Average

0.20816

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=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&currencies=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.