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: show the values
| Point | SZL/SLL |
|---|---|
| 2025-09-27 | 1308.77 |
| 2025-10-04 | 1326.09 |
| 2025-10-11 | 1299.08 |
| 2025-10-18 | 1304.57 |
| 2025-10-25 | 1307.73 |
| 2025-11-01 | 1308.21 |
| 2025-11-08 | 1311.66 |
| 2025-11-15 | 1340.33 |
| 2025-11-22 | 1313.98 |
| 2025-11-29 | 1341.75 |
| 2025-12-06 | 1399.72 |
| 2025-12-14 | 1362.30 |
| 2025-12-21 | 1366.66 |
| 2025-12-28 | 1375.83 |
| 2026-01-04 | 1385.02 |
| 2026-01-11 | 1381.30 |
| 2026-01-18 | 1391.49 |
| 2026-01-25 | 1418.43 |
| 2026-02-01 | 1418.76 |
| 2026-02-08 | 1427.34 |
| 2026-02-15 | 1433.05 |
| 2026-02-22 | 1430.32 |
| 2026-03-01 | 1442.25 |
| 2026-03-08 | 1477.83 |
| 2026-03-15 | 1355.78 |
| 2026-03-22 | 1342.65 |
| 2026-03-29 | 1338.45 |
| 2026-04-05 | 1348.94 |
| 2026-04-16 | 1282.09 |
| 2026-04-23 | 1271.75 |
| 2026-04-30 | 1244.51 |
| 2026-05-07 | 1282.28 |
| 2026-05-15 | 1272.56 |
| 2026-05-23 | 1389.64 |
| 2026-05-30 | 1408.48 |
| 2026-06-06 | 1377.32 |
| 2026-06-15 | 1412.93 |
| 2026-06-22 | 1389.68 |
| 2026-06-29 | 1385.49 |
| 2026-07-06 | 1405.21 |
| 2026-07-13 | 1395.99 |
| 2026-07-20 | 1385.27 |
| 2026-07-27 | 1367.27 |
| 2026-08-03 | 1389.69 |
| 2026-08-10 | 1413.46 |
| 2026-08-17 | 1416.01 |
| 2026-08-25 | 1428.09 |
| 2026-09-01 | 1422.34 |
| 2026-09-08 | 1433.14 |
| 2026-09-15 | 1408.90 |
| 2026-09-22 | 1516.05 |
High
1516.05
Low
1244.51
Average
1372.39
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.