Skip to content

SZL to SLL exchange rate API

Lilangeni to Leone · quoted 2026-09-27

1407.63

▲ +1.99% over YTD

1 SZL = 1407.63 SLL · 1 SLL = 0.000710 SZL · Get this rate via the API

1 SZL buys 1407.63 SLL as of 2026-09-27, so 1 SLL buys 0.000710 SZL. Over the year to date, SZL/SLL traded between 1258.65 and 1537.33, averaged 1385.93 and rose 1.99%. The API holds daily SZL/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/SLL over YTD

SZL/SLL over YTD: show the values
PointSZL/SLL
2025-12-311380.18
2026-01-071397.31
2026-01-141403.66
2026-01-211403.47
2026-01-281434.67
2026-02-041436.92
2026-02-111438.60
2026-02-181432.54
2026-02-251436.44
2026-03-041386.41
2026-03-111407.18
2026-03-181369.26
2026-03-251347.75
2026-04-011356.52
2026-04-081391.63
2026-04-191277.58
2026-04-261263.64
2026-05-031258.65
2026-05-101282.45
2026-05-181263.22
2026-05-261399.58
2026-06-021513.25
2026-06-111380.44
2026-06-181398.99
2026-06-251380.59
2026-07-021278.53
2026-07-091396.57
2026-07-161397.75
2026-07-231402.17
2026-07-301374.68
2026-08-061403.24
2026-08-131462.15
2026-08-211422.08
2026-08-281432.48
2026-09-041537.33
2026-09-111414.50
2026-09-181285.29
2026-09-251395.85

High

1537.33

Low

1258.65

Average

1385.93

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/SLL API questions

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

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

How far back does SZL/SLL historical data go?

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