Skip to content

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

SZL/NIO over 1Y: show the values
PointSZL/NIO
2025-09-262.1091
2025-10-032.1220
2025-10-102.1416
2025-10-172.1150
2025-10-242.1201
2025-10-312.1305
2025-11-072.1161
2025-11-142.1609
2025-11-212.1360
2025-11-282.1449
2025-12-052.1650
2025-12-132.1769
2025-12-202.1948
2025-12-272.2082
2026-01-032.2254
2026-01-102.2295
2026-01-172.2365
2026-01-242.2784
2026-01-312.2760
2026-02-072.2888
2026-02-142.3004
2026-02-212.2887
2026-02-282.3047
2026-03-072.2193
2026-03-142.1664
2026-03-212.1450
2026-03-282.1398
2026-04-042.1628
2026-04-112.2349
2026-04-182.2480
2026-04-252.2141
2026-05-022.2035
2026-05-092.2428
2026-05-172.1977
2026-05-252.2484
2026-06-012.2673
2026-06-102.2239
2026-06-172.2710
2026-06-242.2206
2026-07-012.2395
2026-07-082.2628
2026-07-152.2475
2026-07-222.2372
2026-07-292.1966
2026-08-052.2490
2026-08-122.2714
2026-08-202.2789
2026-08-272.3036
2026-09-032.2919
2026-09-102.2920
2026-09-172.2448
2026-09-242.2500

High

2.3047

Low

2.1091

Average

2.2169

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=NIO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.