Skip to content

AUD to MXN exchange rate API

Australian Dollar to Mexican Peso · quoted 2026-09-26

12.4222

▼ +14.76% over 5Y

1 AUD = 12.4222 MXN · 1 MXN = 0.08050 AUD · Get this rate via the API

1 AUD buys 12.4222 MXN as of 2026-09-26, so 1 MXN buys 0.08050 AUD. Over the last 5 years, AUD/MXN traded between 11.0473 and 15.1235, averaged 12.6192 and fell 14.76%. The API holds daily AUD/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

AUD/MXN over 5Y

AUD/MXN over 5Y: show the values
PointAUD/MXN
2021-09-2714.5727
2021-11-0815.1235
2021-12-2014.7844
2022-01-3114.6559
2022-03-1415.0830
2022-04-2714.5845
2022-06-0814.1086
2022-07-2014.1509
2022-08-3113.8472
2022-10-1212.5296
2022-11-2312.8856
2023-01-0513.2396
2023-02-1612.8206
2023-03-3012.1037
2023-05-1611.6405
2023-06-2711.4296
2023-08-0811.1830
2023-09-1911.0473
2023-10-3111.4434
2023-12-1211.4294
2024-01-2611.3197
2024-03-0811.1896
2024-04-2311.0506
2024-06-0511.7360
2024-07-1711.9828
2024-08-2713.1747
2024-10-0113.5929
2024-10-3113.1703
2024-11-3013.2655
2024-12-3012.7027
2025-01-2912.7437
2025-02-2812.6749
2025-03-3012.8163
2025-04-2912.5576
2025-05-2912.4967
2025-06-2812.2866
2025-07-2812.1625
2025-08-2712.1192
2025-09-2612.0661
2025-10-2612.0374
2025-11-2511.9194
2025-12-2512.0199
2026-01-2411.9662
2026-02-2312.1572
2026-03-2512.3708
2026-04-2412.4227
2026-05-2412.3682
2026-06-2312.1294
2026-07-2312.2095
2026-08-2212.1331
2026-09-2112.2707

High

15.1235

Low

11.0473

Average

12.6192

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/MXN API questions

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

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

How far back does AUD/MXN historical data go?

Daily AUD/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.