Skip to content

SZL to SLL exchange rate API

Lilangeni to Leone · quoted 2026-09-27

1407.63

▲ +7.55% over 1Y

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 last year, SZL/SLL traded between 1244.51 and 1516.05, averaged 1372.39 and rose 7.55%. 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 1Y

SZL/SLL over 1Y: show the values
PointSZL/SLL
2025-09-271308.77
2025-10-041326.09
2025-10-111299.08
2025-10-181304.57
2025-10-251307.73
2025-11-011308.21
2025-11-081311.66
2025-11-151340.33
2025-11-221313.98
2025-11-291341.75
2025-12-061399.72
2025-12-141362.30
2025-12-211366.66
2025-12-281375.83
2026-01-041385.02
2026-01-111381.30
2026-01-181391.49
2026-01-251418.43
2026-02-011418.76
2026-02-081427.34
2026-02-151433.05
2026-02-221430.32
2026-03-011442.25
2026-03-081477.83
2026-03-151355.78
2026-03-221342.65
2026-03-291338.45
2026-04-051348.94
2026-04-161282.09
2026-04-231271.75
2026-04-301244.51
2026-05-071282.28
2026-05-151272.56
2026-05-231389.64
2026-05-301408.48
2026-06-061377.32
2026-06-151412.93
2026-06-221389.68
2026-06-291385.49
2026-07-061405.21
2026-07-131395.99
2026-07-201385.27
2026-07-271367.27
2026-08-031389.69
2026-08-101413.46
2026-08-171416.01
2026-08-251428.09
2026-09-011422.34
2026-09-081433.14
2026-09-151408.90
2026-09-221516.05

High

1516.05

Low

1244.51

Average

1372.39

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.