NZD to ZAR exchange rate API
New Zealand Dollar to Rand · quoted 2026-09-25
9.2483
▼ +8.26% over 1Y
1 NZD = 9.2483 ZAR · 1 ZAR = 0.10813 NZD · Get this rate via the API
1 NZD buys 9.2483 ZAR as of 2026-09-25, so 1 ZAR buys 0.10813 NZD. Over the last year, NZD/ZAR traded between 9.2483 and 10.0815, averaged 9.6409 and fell 8.26%. The API holds daily NZD/ZAR rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
NZD/ZAR over 1Y: show the values
| Point | NZD/ZAR |
|---|---|
| 2025-09-25 | 10.0815 |
| 2025-10-02 | 10.0183 |
| 2025-10-09 | 9.8808 |
| 2025-10-16 | 9.9327 |
| 2025-10-23 | 9.9641 |
| 2025-10-30 | 9.9396 |
| 2025-11-06 | 9.8284 |
| 2025-11-13 | 9.6336 |
| 2025-11-20 | 9.6786 |
| 2025-11-27 | 9.8125 |
| 2025-12-04 | 9.7894 |
| 2025-12-11 | 9.8460 |
| 2025-12-18 | 9.6739 |
| 2025-12-25 | 9.7252 |
| 2026-01-01 | 9.5264 |
| 2026-01-08 | 9.4920 |
| 2026-01-15 | 9.3998 |
| 2026-01-22 | 9.5357 |
| 2026-01-29 | 9.5274 |
| 2026-02-05 | 9.7016 |
| 2026-02-12 | 9.6355 |
| 2026-02-19 | 9.6624 |
| 2026-02-26 | 9.5108 |
| 2026-03-05 | 9.7707 |
| 2026-03-12 | 9.7512 |
| 2026-03-19 | 9.9043 |
| 2026-03-26 | 9.8622 |
| 2026-04-02 | 9.7103 |
| 2026-04-09 | 9.5913 |
| 2026-04-16 | 9.6591 |
| 2026-04-23 | 9.6962 |
| 2026-04-30 | 9.8452 |
| 2026-05-07 | 9.7203 |
| 2026-05-14 | 9.7291 |
| 2026-05-21 | 9.6964 |
| 2026-05-28 | 9.6352 |
| 2026-06-04 | 9.5512 |
| 2026-06-11 | 9.5482 |
| 2026-06-18 | 9.4681 |
| 2026-06-25 | 9.3384 |
| 2026-07-02 | 9.2874 |
| 2026-07-09 | 9.4001 |
| 2026-07-16 | 9.5862 |
| 2026-07-23 | 9.5120 |
| 2026-07-30 | 9.6865 |
| 2026-08-06 | 9.5950 |
| 2026-08-13 | 9.4205 |
| 2026-08-20 | 9.6113 |
| 2026-08-27 | 9.5142 |
| 2026-09-03 | 9.4172 |
| 2026-09-10 | 9.4062 |
| 2026-09-17 | 9.3330 |
| 2026-09-24 | 9.3190 |
High
10.0815
Low
9.2483
Average
9.6409
Get this rate via the API
One GET request returns the NZD/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=NZD¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/ZAR API questions
How do I get the NZD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/ZAR rate in rates.ZAR.
How far back does NZD/ZAR historical data go?
Daily NZD/ZAR rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free NZD/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.