Skip to content

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

ZAR/MXN over 5Y: show the values
PointZAR/MXN
2021-09-271.3341
2021-11-081.3599
2021-12-201.3149
2022-01-311.3345
2022-03-141.3835
2022-04-271.2842
2022-06-081.2784
2022-07-201.2015
2022-08-311.1838
2022-10-121.0998
2022-11-231.1293
2023-01-051.1333
2023-02-161.0240
2023-03-301.0019
2023-05-160.9148
2023-06-270.9251
2023-08-080.9096
2023-09-190.9023
2023-10-310.9601
2023-12-120.9174
2024-01-260.9134
2024-03-080.9042
2024-04-230.8899
2024-06-050.9322
2024-07-170.9779
2024-08-271.0959
2024-10-011.1381
2024-10-311.1366
2024-11-301.1280
2024-12-301.0877
2025-01-291.0974
2025-02-281.1056
2025-03-301.1080
2025-04-291.0569
2025-05-291.0868
2025-06-281.0527
2025-07-281.0439
2025-08-271.0544
2025-09-261.0593
2025-10-261.0703
2025-11-251.0714
2025-12-251.0766
2026-01-241.0760
2026-02-231.0740
2026-03-251.0504
2026-04-241.0499
2026-05-241.0553
2026-06-231.0608
2026-07-231.0621
2026-08-221.0565
2026-09-211.0573

High

1.3835

Low

0.88990

Average

1.0827

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=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&currencies=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.