Skip to content

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

MXN/AUD over 1Y: show the values
PointMXN/AUD
2025-09-260.08288
2025-10-030.08228
2025-10-100.08303
2025-10-170.08368
2025-10-240.08358
2025-10-310.08247
2025-11-070.08313
2025-11-140.08339
2025-11-210.08408
2025-11-280.08352
2025-12-050.08280
2025-12-120.08315
2025-12-190.08407
2025-12-260.08314
2026-01-020.08326
2026-01-090.08310
2026-01-160.08447
2026-01-230.08351
2026-01-300.08254
2026-02-060.08243
2026-02-130.08236
2026-02-200.08249
2026-02-270.08176
2026-03-060.08025
2026-03-130.07966
2026-03-200.07942
2026-03-270.08045
2026-04-030.08119
2026-04-100.08151
2026-04-170.08092
2026-04-240.08050
2026-05-010.07955
2026-05-080.08020
2026-05-150.08051
2026-05-220.08099
2026-05-290.08042
2026-06-050.08109
2026-06-120.08253
2026-06-190.08224
2026-06-260.08272
2026-07-030.08261
2026-07-100.08210
2026-07-170.08200
2026-07-240.08187
2026-07-310.08203
2026-08-070.08279
2026-08-140.08308
2026-08-210.08256
2026-08-280.08201
2026-09-040.08215
2026-09-110.08212
2026-09-180.08176
2026-09-250.08037

High

0.08447

Low

0.07942

Average

0.08210

For developers

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