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: show the values
| Point | SZL/SLL |
|---|---|
| 2025-12-31 | 1380.18 |
| 2026-01-07 | 1397.31 |
| 2026-01-14 | 1403.66 |
| 2026-01-21 | 1403.47 |
| 2026-01-28 | 1434.67 |
| 2026-02-04 | 1436.92 |
| 2026-02-11 | 1438.60 |
| 2026-02-18 | 1432.54 |
| 2026-02-25 | 1436.44 |
| 2026-03-04 | 1386.41 |
| 2026-03-11 | 1407.18 |
| 2026-03-18 | 1369.26 |
| 2026-03-25 | 1347.75 |
| 2026-04-01 | 1356.52 |
| 2026-04-08 | 1391.63 |
| 2026-04-19 | 1277.58 |
| 2026-04-26 | 1263.64 |
| 2026-05-03 | 1258.65 |
| 2026-05-10 | 1282.45 |
| 2026-05-18 | 1263.22 |
| 2026-05-26 | 1399.58 |
| 2026-06-02 | 1513.25 |
| 2026-06-11 | 1380.44 |
| 2026-06-18 | 1398.99 |
| 2026-06-25 | 1380.59 |
| 2026-07-02 | 1278.53 |
| 2026-07-09 | 1396.57 |
| 2026-07-16 | 1397.75 |
| 2026-07-23 | 1402.17 |
| 2026-07-30 | 1374.68 |
| 2026-08-06 | 1403.24 |
| 2026-08-13 | 1462.15 |
| 2026-08-21 | 1422.08 |
| 2026-08-28 | 1432.48 |
| 2026-09-04 | 1537.33 |
| 2026-09-11 | 1414.50 |
| 2026-09-18 | 1285.29 |
| 2026-09-25 | 1395.85 |
High
1537.33
Low
1258.65
Average
1385.93
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.