SZL to NIO exchange rate API
Lilangeni to Cordoba Oro · quoted 2026-09-26
2.2530
▲ +6.82% over 1Y
1 SZL = 2.2530 NIO · 1 NIO = 0.44386 SZL · Get this rate via the API
1 SZL buys 2.2530 NIO as of 2026-09-26, so 1 NIO buys 0.44386 SZL. Over the last year, SZL/NIO traded between 2.1091 and 2.3047, averaged 2.2169 and rose 6.82%. The API holds daily SZL/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/NIO over 1Y: show the values
| Point | SZL/NIO |
|---|---|
| 2025-09-26 | 2.1091 |
| 2025-10-03 | 2.1220 |
| 2025-10-10 | 2.1416 |
| 2025-10-17 | 2.1150 |
| 2025-10-24 | 2.1201 |
| 2025-10-31 | 2.1305 |
| 2025-11-07 | 2.1161 |
| 2025-11-14 | 2.1609 |
| 2025-11-21 | 2.1360 |
| 2025-11-28 | 2.1449 |
| 2025-12-05 | 2.1650 |
| 2025-12-13 | 2.1769 |
| 2025-12-20 | 2.1948 |
| 2025-12-27 | 2.2082 |
| 2026-01-03 | 2.2254 |
| 2026-01-10 | 2.2295 |
| 2026-01-17 | 2.2365 |
| 2026-01-24 | 2.2784 |
| 2026-01-31 | 2.2760 |
| 2026-02-07 | 2.2888 |
| 2026-02-14 | 2.3004 |
| 2026-02-21 | 2.2887 |
| 2026-02-28 | 2.3047 |
| 2026-03-07 | 2.2193 |
| 2026-03-14 | 2.1664 |
| 2026-03-21 | 2.1450 |
| 2026-03-28 | 2.1398 |
| 2026-04-04 | 2.1628 |
| 2026-04-11 | 2.2349 |
| 2026-04-18 | 2.2480 |
| 2026-04-25 | 2.2141 |
| 2026-05-02 | 2.2035 |
| 2026-05-09 | 2.2428 |
| 2026-05-17 | 2.1977 |
| 2026-05-25 | 2.2484 |
| 2026-06-01 | 2.2673 |
| 2026-06-10 | 2.2239 |
| 2026-06-17 | 2.2710 |
| 2026-06-24 | 2.2206 |
| 2026-07-01 | 2.2395 |
| 2026-07-08 | 2.2628 |
| 2026-07-15 | 2.2475 |
| 2026-07-22 | 2.2372 |
| 2026-07-29 | 2.1966 |
| 2026-08-05 | 2.2490 |
| 2026-08-12 | 2.2714 |
| 2026-08-20 | 2.2789 |
| 2026-08-27 | 2.3036 |
| 2026-09-03 | 2.2919 |
| 2026-09-10 | 2.2920 |
| 2026-09-17 | 2.2448 |
| 2026-09-24 | 2.2500 |
High
2.3047
Low
2.1091
Average
2.2169
Get this rate via the API
One GET request returns the SZL/NIO 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=SZL¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/NIO API questions
How do I get the SZL/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/NIO rate in rates.NIO.
How far back does SZL/NIO historical data go?
Daily SZL/NIO 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 SZL/NIO 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.