Skip to content

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

NZD/ZAR over YTD: show the values
PointNZD/ZAR
2025-12-319.5407
2026-01-079.5174
2026-01-149.4085
2026-01-219.5644
2026-01-289.5764
2026-02-049.6103
2026-02-119.6224
2026-02-189.6196
2026-02-259.4742
2026-03-049.6624
2026-03-119.7056
2026-03-189.8251
2026-03-259.8419
2026-04-019.6878
2026-04-089.5203
2026-04-159.6790
2026-04-229.7267
2026-04-299.7244
2026-05-069.7884
2026-05-139.7581
2026-05-209.7014
2026-05-279.6275
2026-06-039.5945
2026-06-109.6367
2026-06-179.4239
2026-06-249.3749
2026-07-019.3210
2026-07-089.3327
2026-07-159.5298
2026-07-229.5855
2026-07-299.6714
2026-08-059.5970
2026-08-129.4673
2026-08-199.5509
2026-08-269.4844
2026-09-029.3790
2026-09-099.3903
2026-09-169.3744
2026-09-239.3041

High

9.8419

Low

9.2483

Average

9.5612

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.