NZD to ZAR exchange rate API
New Zealand Dollar to Rand · quoted 2026-09-25
9.2483
▼ +12.28% over 5Y
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 5 years, NZD/ZAR traded between 9.2483 and 11.9059, averaged 10.5213 and fell 12.28%. 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 5Y: show the values
| Point | NZD/ZAR |
|---|---|
| 2021-09-27 | 10.5427 |
| 2021-11-08 | 10.7557 |
| 2021-12-20 | 10.6253 |
| 2022-01-31 | 10.2299 |
| 2022-03-14 | 10.2312 |
| 2022-04-27 | 10.4483 |
| 2022-06-08 | 9.8910 |
| 2022-07-20 | 10.6650 |
| 2022-08-31 | 10.4563 |
| 2022-10-12 | 10.1817 |
| 2022-11-23 | 10.5936 |
| 2023-01-05 | 10.7682 |
| 2023-02-16 | 11.3935 |
| 2023-03-30 | 11.2507 |
| 2023-05-16 | 11.9059 |
| 2023-06-27 | 11.4005 |
| 2023-08-08 | 11.4192 |
| 2023-09-19 | 11.2545 |
| 2023-10-31 | 10.9475 |
| 2023-12-12 | 11.6256 |
| 2024-01-26 | 11.4749 |
| 2024-03-08 | 11.5313 |
| 2024-04-23 | 11.3781 |
| 2024-06-05 | 11.7124 |
| 2024-07-17 | 11.0583 |
| 2024-08-27 | 11.0475 |
| 2024-10-01 | 10.9169 |
| 2024-10-31 | 10.5307 |
| 2024-11-30 | 10.6437 |
| 2024-12-30 | 10.5951 |
| 2025-01-29 | 10.5313 |
| 2025-02-28 | 10.3298 |
| 2025-03-30 | 10.5113 |
| 2025-04-29 | 11.0406 |
| 2025-05-29 | 10.6544 |
| 2025-06-28 | 10.8266 |
| 2025-07-28 | 10.6739 |
| 2025-08-27 | 10.3507 |
| 2025-09-26 | 10.0548 |
| 2025-10-26 | 9.9188 |
| 2025-11-25 | 9.6530 |
| 2025-12-25 | 9.7252 |
| 2026-01-24 | 9.5984 |
| 2026-02-23 | 9.5534 |
| 2026-03-25 | 9.8419 |
| 2026-04-24 | 9.7284 |
| 2026-05-24 | 9.6210 |
| 2026-06-23 | 9.3588 |
| 2026-07-23 | 9.5120 |
| 2026-08-22 | 9.5763 |
| 2026-09-21 | 9.3246 |
High
11.9059
Low
9.2483
Average
10.5213
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.