ZAR to MXN exchange rate API
Rand to Mexican Peso · quoted 2026-09-25
1.0805
▼ +19.01% over 5Y
1 ZAR = 1.0805 MXN · 1 MXN = 0.92551 ZAR · Get this rate via the API
1 ZAR buys 1.0805 MXN as of 2026-09-25, so 1 MXN buys 0.92551 ZAR. Over the last 5 years, ZAR/MXN traded between 0.88990 and 1.3835, averaged 1.0827 and fell 19.01%. The API holds daily ZAR/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
ZAR/MXN over 5Y: show the values
| Point | ZAR/MXN |
|---|---|
| 2021-09-27 | 1.3341 |
| 2021-11-08 | 1.3599 |
| 2021-12-20 | 1.3149 |
| 2022-01-31 | 1.3345 |
| 2022-03-14 | 1.3835 |
| 2022-04-27 | 1.2842 |
| 2022-06-08 | 1.2784 |
| 2022-07-20 | 1.2015 |
| 2022-08-31 | 1.1838 |
| 2022-10-12 | 1.0998 |
| 2022-11-23 | 1.1293 |
| 2023-01-05 | 1.1333 |
| 2023-02-16 | 1.0240 |
| 2023-03-30 | 1.0019 |
| 2023-05-16 | 0.9148 |
| 2023-06-27 | 0.9251 |
| 2023-08-08 | 0.9096 |
| 2023-09-19 | 0.9023 |
| 2023-10-31 | 0.9601 |
| 2023-12-12 | 0.9174 |
| 2024-01-26 | 0.9134 |
| 2024-03-08 | 0.9042 |
| 2024-04-23 | 0.8899 |
| 2024-06-05 | 0.9322 |
| 2024-07-17 | 0.9779 |
| 2024-08-27 | 1.0959 |
| 2024-10-01 | 1.1381 |
| 2024-10-31 | 1.1366 |
| 2024-11-30 | 1.1280 |
| 2024-12-30 | 1.0877 |
| 2025-01-29 | 1.0974 |
| 2025-02-28 | 1.1056 |
| 2025-03-30 | 1.1080 |
| 2025-04-29 | 1.0569 |
| 2025-05-29 | 1.0868 |
| 2025-06-28 | 1.0527 |
| 2025-07-28 | 1.0439 |
| 2025-08-27 | 1.0544 |
| 2025-09-26 | 1.0593 |
| 2025-10-26 | 1.0703 |
| 2025-11-25 | 1.0714 |
| 2025-12-25 | 1.0766 |
| 2026-01-24 | 1.0760 |
| 2026-02-23 | 1.0740 |
| 2026-03-25 | 1.0504 |
| 2026-04-24 | 1.0499 |
| 2026-05-24 | 1.0553 |
| 2026-06-23 | 1.0608 |
| 2026-07-23 | 1.0621 |
| 2026-08-22 | 1.0565 |
| 2026-09-21 | 1.0573 |
High
1.3835
Low
0.88990
Average
1.0827
Get this rate via the API
One GET request returns the ZAR/MXN 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=ZAR¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/MXN API questions
How do I get the ZAR/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/MXN rate in rates.MXN.
How far back does ZAR/MXN historical data go?
Daily ZAR/MXN 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 ZAR/MXN 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.