Skip to content

MXN to AUD exchange rate API

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

0.08051

▼ +0.06% over 6M

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 6 months, MXN/AUD traded between 0.07960 and 0.08293, averaged 0.08152 and fell 0.06%. 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 6M

MXN/AUD over 6M: show the values
PointMXN/AUD
2026-03-300.08056
2026-04-060.08120
2026-04-130.08174
2026-04-200.08053
2026-04-270.08012
2026-05-040.07960
2026-05-110.08020
2026-05-180.08071
2026-05-250.08077
2026-06-010.08045
2026-06-080.08117
2026-06-150.08221
2026-06-220.08233
2026-06-290.08293
2026-07-060.08248
2026-07-130.08235
2026-07-200.08160
2026-07-270.08184
2026-08-030.08240
2026-08-100.08254
2026-08-170.08252
2026-08-240.08249
2026-08-310.08209
2026-09-070.08196
2026-09-140.08216
2026-09-210.08149

High

0.08293

Low

0.07960

Average

0.08152

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.