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: show the values
| Point | MXN/ZAR |
|---|---|
| 2021-09-28 | 0.74732 |
| 2021-11-09 | 0.73922 |
| 2021-12-21 | 0.76286 |
| 2022-02-01 | 0.74205 |
| 2022-03-15 | 0.72486 |
| 2022-04-28 | 0.78064 |
| 2022-06-09 | 0.78066 |
| 2022-07-21 | 0.83661 |
| 2022-09-01 | 0.84932 |
| 2022-10-13 | 0.91633 |
| 2022-11-24 | 0.87963 |
| 2023-01-06 | 0.89858 |
| 2023-02-17 | 0.97637 |
| 2023-03-31 | 0.98413 |
| 2023-05-17 | 1.09607 |
| 2023-06-28 | 1.09630 |
| 2023-08-09 | 1.11065 |
| 2023-09-20 | 1.10590 |
| 2023-11-01 | 1.03638 |
| 2023-12-13 | 1.10167 |
| 2024-01-29 | 1.09392 |
| 2024-03-11 | 1.11269 |
| 2024-04-24 | 1.13404 |
| 2024-06-06 | 1.07857 |
| 2024-07-18 | 1.02724 |
| 2024-08-28 | 0.90416 |
| 2024-10-02 | 0.89135 |
| 2024-11-01 | 0.87969 |
| 2024-12-01 | 0.88682 |
| 2024-12-31 | 0.91037 |
| 2025-01-30 | 0.90254 |
| 2025-03-01 | 0.91042 |
| 2025-03-31 | 0.90099 |
| 2025-04-30 | 0.95079 |
| 2025-05-30 | 0.92765 |
| 2025-06-29 | 0.94616 |
| 2025-07-29 | 0.95503 |
| 2025-08-28 | 0.94723 |
| 2025-09-27 | 0.94823 |
| 2025-10-27 | 0.93443 |
| 2025-11-26 | 0.93329 |
| 2025-12-26 | 0.92954 |
| 2026-01-25 | 0.92727 |
| 2026-02-24 | 0.92626 |
| 2026-03-26 | 0.95732 |
| 2026-04-25 | 0.95137 |
| 2026-05-25 | 0.94563 |
| 2026-06-24 | 0.94290 |
| 2026-07-24 | 0.96395 |
| 2026-08-23 | 0.94702 |
| 2026-09-22 | 0.94160 |
High
1.1340
Low
0.72486
Average
0.93643
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.