Skip to content

MXN to ZAR exchange rate API

Mexican Peso to Rand · quoted 2026-09-27

0.92014

▲ +23.13% over 5Y

1 MXN = 0.92014 ZAR · 1 ZAR = 1.0868 MXN · Get this rate via the API

1 MXN buys 0.92014 ZAR as of 2026-09-27, so 1 ZAR buys 1.0868 MXN. Over the last 5 years, MXN/ZAR traded between 0.72486 and 1.1340, averaged 0.93643 and rose 23.13%. The API holds daily MXN/ZAR rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/ZAR over 5Y

MXN/ZAR over 5Y: show the values
PointMXN/ZAR
2021-09-280.74732
2021-11-090.73922
2021-12-210.76286
2022-02-010.74205
2022-03-150.72486
2022-04-280.78064
2022-06-090.78066
2022-07-210.83661
2022-09-010.84932
2022-10-130.91633
2022-11-240.87963
2023-01-060.89858
2023-02-170.97637
2023-03-310.98413
2023-05-171.09607
2023-06-281.09630
2023-08-091.11065
2023-09-201.10590
2023-11-011.03638
2023-12-131.10167
2024-01-291.09392
2024-03-111.11269
2024-04-241.13404
2024-06-061.07857
2024-07-181.02724
2024-08-280.90416
2024-10-020.89135
2024-11-010.87969
2024-12-010.88682
2024-12-310.91037
2025-01-300.90254
2025-03-010.91042
2025-03-310.90099
2025-04-300.95079
2025-05-300.92765
2025-06-290.94616
2025-07-290.95503
2025-08-280.94723
2025-09-270.94823
2025-10-270.93443
2025-11-260.93329
2025-12-260.92954
2026-01-250.92727
2026-02-240.92626
2026-03-260.95732
2026-04-250.95137
2026-05-250.94563
2026-06-240.94290
2026-07-240.96395
2026-08-230.94702
2026-09-220.94160

High

1.1340

Low

0.72486

Average

0.93643

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/ZAR API questions

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

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

How far back does MXN/ZAR historical data go?

Daily MXN/ZAR 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/ZAR 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.