Skip to content

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

NZD/ZAR over 5Y: show the values
PointNZD/ZAR
2021-09-2710.5427
2021-11-0810.7557
2021-12-2010.6253
2022-01-3110.2299
2022-03-1410.2312
2022-04-2710.4483
2022-06-089.8910
2022-07-2010.6650
2022-08-3110.4563
2022-10-1210.1817
2022-11-2310.5936
2023-01-0510.7682
2023-02-1611.3935
2023-03-3011.2507
2023-05-1611.9059
2023-06-2711.4005
2023-08-0811.4192
2023-09-1911.2545
2023-10-3110.9475
2023-12-1211.6256
2024-01-2611.4749
2024-03-0811.5313
2024-04-2311.3781
2024-06-0511.7124
2024-07-1711.0583
2024-08-2711.0475
2024-10-0110.9169
2024-10-3110.5307
2024-11-3010.6437
2024-12-3010.5951
2025-01-2910.5313
2025-02-2810.3298
2025-03-3010.5113
2025-04-2911.0406
2025-05-2910.6544
2025-06-2810.8266
2025-07-2810.6739
2025-08-2710.3507
2025-09-2610.0548
2025-10-269.9188
2025-11-259.6530
2025-12-259.7252
2026-01-249.5984
2026-02-239.5534
2026-03-259.8419
2026-04-249.7284
2026-05-249.6210
2026-06-239.3588
2026-07-239.5120
2026-08-229.5763
2026-09-219.3246

High

11.9059

Low

9.2483

Average

10.5213

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.