Skip to content

SZL to NGN exchange rate API

Lilangeni to Naira · quoted 2026-09-26

81.4972

▼ +8.88% over 5Y

1 SZL = 81.4972 NGN · 1 NGN = 0.01227 SZL · Get this rate via the API

1 SZL buys 81.4972 NGN as of 2026-09-26, so 1 NGN buys 0.01227 SZL. Over the last 5 years, SZL/NGN traded between 78.9458 and 95.0050, averaged 85.0455 and fell 8.88%. The API holds daily SZL/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/NGN over 5Y

SZL/NGN over 5Y: show the values
PointSZL/NGN
2024-08-2489.4387
2024-10-0795.0050
2024-11-0694.4798
2024-12-0688.9491
2025-01-0581.9900
2025-02-0478.9458
2025-03-0681.7881
2025-04-0680.0269
2025-05-0687.6390
2025-06-0787.6065
2025-07-0786.7556
2025-08-0685.4167
2025-09-0585.9854
2025-10-0685.0930
2025-11-0582.1426
2025-12-0585.2457
2026-01-0587.2769
2026-02-0487.0291
2026-03-0683.5537
2026-04-0581.2002
2026-05-0581.4602
2026-06-0682.1420
2026-07-0884.4114
2026-08-0783.4021
2026-09-0782.7030

High

95.0050

Low

78.9458

Average

85.0455

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/NGN API questions

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

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

How far back does SZL/NGN historical data go?

Daily SZL/NGN 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/NGN 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.