Skip to content

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

NZD/ZAR over 1Y: show the values
PointNZD/ZAR
2025-09-2510.0815
2025-10-0210.0183
2025-10-099.8808
2025-10-169.9327
2025-10-239.9641
2025-10-309.9396
2025-11-069.8284
2025-11-139.6336
2025-11-209.6786
2025-11-279.8125
2025-12-049.7894
2025-12-119.8460
2025-12-189.6739
2025-12-259.7252
2026-01-019.5264
2026-01-089.4920
2026-01-159.3998
2026-01-229.5357
2026-01-299.5274
2026-02-059.7016
2026-02-129.6355
2026-02-199.6624
2026-02-269.5108
2026-03-059.7707
2026-03-129.7512
2026-03-199.9043
2026-03-269.8622
2026-04-029.7103
2026-04-099.5913
2026-04-169.6591
2026-04-239.6962
2026-04-309.8452
2026-05-079.7203
2026-05-149.7291
2026-05-219.6964
2026-05-289.6352
2026-06-049.5512
2026-06-119.5482
2026-06-189.4681
2026-06-259.3384
2026-07-029.2874
2026-07-099.4001
2026-07-169.5862
2026-07-239.5120
2026-07-309.6865
2026-08-069.5950
2026-08-139.4205
2026-08-209.6113
2026-08-279.5142
2026-09-039.4172
2026-09-109.4062
2026-09-179.3330
2026-09-249.3190

High

10.0815

Low

9.2483

Average

9.6409

For developers

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

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