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: show the values
| Point | NZD/SZL |
|---|---|
| 2025-09-26 | 10.0637 |
| 2025-10-03 | 10.0963 |
| 2025-10-10 | 9.8973 |
| 2025-10-17 | 9.9498 |
| 2025-10-24 | 9.9571 |
| 2025-10-31 | 9.8742 |
| 2025-11-07 | 9.7690 |
| 2025-11-14 | 9.6790 |
| 2025-11-21 | 9.6536 |
| 2025-11-28 | 9.7978 |
| 2025-12-05 | 9.8119 |
| 2025-12-13 | 9.7912 |
| 2025-12-20 | 9.6503 |
| 2025-12-27 | 9.7233 |
| 2026-01-03 | 9.5107 |
| 2026-01-10 | 9.4519 |
| 2026-01-17 | 9.4387 |
| 2026-01-24 | 9.5984 |
| 2026-01-31 | 9.7213 |
| 2026-02-07 | 9.6425 |
| 2026-02-14 | 9.6347 |
| 2026-02-21 | 9.5841 |
| 2026-02-28 | 9.5543 |
| 2026-03-07 | 9.7638 |
| 2026-03-14 | 9.7841 |
| 2026-03-21 | 9.9952 |
| 2026-03-28 | 9.8586 |
| 2026-04-04 | 9.6558 |
| 2026-04-11 | 9.5898 |
| 2026-04-18 | 9.6066 |
| 2026-04-25 | 9.7253 |
| 2026-05-02 | 9.8246 |
| 2026-05-09 | 9.7682 |
| 2026-05-17 | 9.7463 |
| 2026-05-25 | 9.5993 |
| 2026-06-01 | 9.6653 |
| 2026-06-10 | 9.6038 |
| 2026-06-17 | 9.4026 |
| 2026-06-24 | 9.3573 |
| 2026-07-01 | 9.3174 |
| 2026-07-08 | 9.2615 |
| 2026-07-15 | 9.5089 |
| 2026-07-22 | 9.5703 |
| 2026-07-29 | 9.6568 |
| 2026-08-05 | 9.5993 |
| 2026-08-12 | 9.5036 |
| 2026-08-20 | 9.5677 |
| 2026-08-27 | 9.5051 |
| 2026-09-03 | 9.4214 |
| 2026-09-10 | 9.3444 |
| 2026-09-17 | 9.3850 |
| 2026-09-24 | 9.2871 |
High
10.0963
Low
9.2395
Average
9.6409
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=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¤cies=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.