Skip to content

NZD to SZL exchange rate API

New Zealand Dollar to Lilangeni · quoted 2026-09-26

9.2395

▼ +8.19% over 1Y

1 NZD = 9.2395 SZL · 1 SZL = 0.10823 NZD · Get this rate via the API

1 NZD buys 9.2395 SZL as of 2026-09-26, so 1 SZL buys 0.10823 NZD. Over the last year, NZD/SZL traded between 9.2395 and 10.0963, averaged 9.6409 and fell 8.19%. The API holds daily NZD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NZD/SZL over 1Y

NZD/SZL over 1Y: show the values
PointNZD/SZL
2025-09-2610.0637
2025-10-0310.0963
2025-10-109.8973
2025-10-179.9498
2025-10-249.9571
2025-10-319.8742
2025-11-079.7690
2025-11-149.6790
2025-11-219.6536
2025-11-289.7978
2025-12-059.8119
2025-12-139.7912
2025-12-209.6503
2025-12-279.7233
2026-01-039.5107
2026-01-109.4519
2026-01-179.4387
2026-01-249.5984
2026-01-319.7213
2026-02-079.6425
2026-02-149.6347
2026-02-219.5841
2026-02-289.5543
2026-03-079.7638
2026-03-149.7841
2026-03-219.9952
2026-03-289.8586
2026-04-049.6558
2026-04-119.5898
2026-04-189.6066
2026-04-259.7253
2026-05-029.8246
2026-05-099.7682
2026-05-179.7463
2026-05-259.5993
2026-06-019.6653
2026-06-109.6038
2026-06-179.4026
2026-06-249.3573
2026-07-019.3174
2026-07-089.2615
2026-07-159.5089
2026-07-229.5703
2026-07-299.6568
2026-08-059.5993
2026-08-129.5036
2026-08-209.5677
2026-08-279.5051
2026-09-039.4214
2026-09-109.3444
2026-09-179.3850
2026-09-249.2871

High

10.0963

Low

9.2395

Average

9.6409

For developers

Get this rate via the API

One GET request returns the NZD/SZL 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=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=SZL");
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=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/SZL API questions

How do I get the NZD/SZL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/SZL rate in rates.SZL.

How far back does NZD/SZL historical data go?

Daily NZD/SZL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NZD/SZL 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.