NZD to ZAR exchange rate API
New Zealand Dollar to Rand · quoted 2026-09-25
9.2483
▼ +3.06% over YTD
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 year to date, NZD/ZAR traded between 9.2483 and 9.8419, averaged 9.5612 and fell 3.06%. 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 YTD: show the values
| Point | NZD/ZAR |
|---|---|
| 2025-12-31 | 9.5407 |
| 2026-01-07 | 9.5174 |
| 2026-01-14 | 9.4085 |
| 2026-01-21 | 9.5644 |
| 2026-01-28 | 9.5764 |
| 2026-02-04 | 9.6103 |
| 2026-02-11 | 9.6224 |
| 2026-02-18 | 9.6196 |
| 2026-02-25 | 9.4742 |
| 2026-03-04 | 9.6624 |
| 2026-03-11 | 9.7056 |
| 2026-03-18 | 9.8251 |
| 2026-03-25 | 9.8419 |
| 2026-04-01 | 9.6878 |
| 2026-04-08 | 9.5203 |
| 2026-04-15 | 9.6790 |
| 2026-04-22 | 9.7267 |
| 2026-04-29 | 9.7244 |
| 2026-05-06 | 9.7884 |
| 2026-05-13 | 9.7581 |
| 2026-05-20 | 9.7014 |
| 2026-05-27 | 9.6275 |
| 2026-06-03 | 9.5945 |
| 2026-06-10 | 9.6367 |
| 2026-06-17 | 9.4239 |
| 2026-06-24 | 9.3749 |
| 2026-07-01 | 9.3210 |
| 2026-07-08 | 9.3327 |
| 2026-07-15 | 9.5298 |
| 2026-07-22 | 9.5855 |
| 2026-07-29 | 9.6714 |
| 2026-08-05 | 9.5970 |
| 2026-08-12 | 9.4673 |
| 2026-08-19 | 9.5509 |
| 2026-08-26 | 9.4844 |
| 2026-09-02 | 9.3790 |
| 2026-09-09 | 9.3903 |
| 2026-09-16 | 9.3744 |
| 2026-09-23 | 9.3041 |
High
9.8419
Low
9.2483
Average
9.5612
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.