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: show the values
| Point | AUD/MXN |
|---|---|
| 2021-09-27 | 14.5727 |
| 2021-11-08 | 15.1235 |
| 2021-12-20 | 14.7844 |
| 2022-01-31 | 14.6559 |
| 2022-03-14 | 15.0830 |
| 2022-04-27 | 14.5845 |
| 2022-06-08 | 14.1086 |
| 2022-07-20 | 14.1509 |
| 2022-08-31 | 13.8472 |
| 2022-10-12 | 12.5296 |
| 2022-11-23 | 12.8856 |
| 2023-01-05 | 13.2396 |
| 2023-02-16 | 12.8206 |
| 2023-03-30 | 12.1037 |
| 2023-05-16 | 11.6405 |
| 2023-06-27 | 11.4296 |
| 2023-08-08 | 11.1830 |
| 2023-09-19 | 11.0473 |
| 2023-10-31 | 11.4434 |
| 2023-12-12 | 11.4294 |
| 2024-01-26 | 11.3197 |
| 2024-03-08 | 11.1896 |
| 2024-04-23 | 11.0506 |
| 2024-06-05 | 11.7360 |
| 2024-07-17 | 11.9828 |
| 2024-08-27 | 13.1747 |
| 2024-10-01 | 13.5929 |
| 2024-10-31 | 13.1703 |
| 2024-11-30 | 13.2655 |
| 2024-12-30 | 12.7027 |
| 2025-01-29 | 12.7437 |
| 2025-02-28 | 12.6749 |
| 2025-03-30 | 12.8163 |
| 2025-04-29 | 12.5576 |
| 2025-05-29 | 12.4967 |
| 2025-06-28 | 12.2866 |
| 2025-07-28 | 12.1625 |
| 2025-08-27 | 12.1192 |
| 2025-09-26 | 12.0661 |
| 2025-10-26 | 12.0374 |
| 2025-11-25 | 11.9194 |
| 2025-12-25 | 12.0199 |
| 2026-01-24 | 11.9662 |
| 2026-02-23 | 12.1572 |
| 2026-03-25 | 12.3708 |
| 2026-04-24 | 12.4227 |
| 2026-05-24 | 12.3682 |
| 2026-06-23 | 12.1294 |
| 2026-07-23 | 12.2095 |
| 2026-08-22 | 12.1331 |
| 2026-09-21 | 12.2707 |
High
15.1235
Low
11.0473
Average
12.6192
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.