MXN to AUD exchange rate API
Mexican Peso to Australian Dollar · quoted 2026-09-26
0.08051
▼ +2.85% over 1Y
1 MXN = 0.08051 AUD · 1 AUD = 12.4204 MXN · Get this rate via the API
1 MXN buys 0.08051 AUD as of 2026-09-26, so 1 AUD buys 12.4204 MXN. Over the last year, MXN/AUD traded between 0.07942 and 0.08447, averaged 0.08210 and fell 2.85%. The API holds daily MXN/AUD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
MXN/AUD over 1Y: show the values
| Point | MXN/AUD |
|---|---|
| 2025-09-26 | 0.08288 |
| 2025-10-03 | 0.08228 |
| 2025-10-10 | 0.08303 |
| 2025-10-17 | 0.08368 |
| 2025-10-24 | 0.08358 |
| 2025-10-31 | 0.08247 |
| 2025-11-07 | 0.08313 |
| 2025-11-14 | 0.08339 |
| 2025-11-21 | 0.08408 |
| 2025-11-28 | 0.08352 |
| 2025-12-05 | 0.08280 |
| 2025-12-12 | 0.08315 |
| 2025-12-19 | 0.08407 |
| 2025-12-26 | 0.08314 |
| 2026-01-02 | 0.08326 |
| 2026-01-09 | 0.08310 |
| 2026-01-16 | 0.08447 |
| 2026-01-23 | 0.08351 |
| 2026-01-30 | 0.08254 |
| 2026-02-06 | 0.08243 |
| 2026-02-13 | 0.08236 |
| 2026-02-20 | 0.08249 |
| 2026-02-27 | 0.08176 |
| 2026-03-06 | 0.08025 |
| 2026-03-13 | 0.07966 |
| 2026-03-20 | 0.07942 |
| 2026-03-27 | 0.08045 |
| 2026-04-03 | 0.08119 |
| 2026-04-10 | 0.08151 |
| 2026-04-17 | 0.08092 |
| 2026-04-24 | 0.08050 |
| 2026-05-01 | 0.07955 |
| 2026-05-08 | 0.08020 |
| 2026-05-15 | 0.08051 |
| 2026-05-22 | 0.08099 |
| 2026-05-29 | 0.08042 |
| 2026-06-05 | 0.08109 |
| 2026-06-12 | 0.08253 |
| 2026-06-19 | 0.08224 |
| 2026-06-26 | 0.08272 |
| 2026-07-03 | 0.08261 |
| 2026-07-10 | 0.08210 |
| 2026-07-17 | 0.08200 |
| 2026-07-24 | 0.08187 |
| 2026-07-31 | 0.08203 |
| 2026-08-07 | 0.08279 |
| 2026-08-14 | 0.08308 |
| 2026-08-21 | 0.08256 |
| 2026-08-28 | 0.08201 |
| 2026-09-04 | 0.08215 |
| 2026-09-11 | 0.08212 |
| 2026-09-18 | 0.08176 |
| 2026-09-25 | 0.08037 |
High
0.08447
Low
0.07942
Average
0.08210
Get this rate via the API
One GET request returns the MXN/AUD 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=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AUD").json()Replace YOUR_API_KEY with the key from your dashboard.
MXN/AUD API questions
How do I get the MXN/AUD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/AUD rate in rates.AUD.
How far back does MXN/AUD historical data go?
Daily MXN/AUD 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 MXN/AUD 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.