SCR to SLL exchange rate API
Seychelles Rupee to Leone · quoted 2026-09-26
1652.84
▲ +7.49% over 1Y
1 SCR = 1652.84 SLL · 1 SLL = 0.000605 SCR · Get this rate via the API
1 SCR buys 1652.84 SLL as of 2026-09-26, so 1 SLL buys 0.000605 SCR. Over the last year, SCR/SLL traded between 1424.56 and 1712.54, averaged 1578.97 and rose 7.49%. The API holds daily SCR/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/SLL over 1Y: show the values
| Point | SCR/SLL |
|---|---|
| 2025-09-26 | 1537.60 |
| 2025-10-03 | 1573.49 |
| 2025-10-10 | 1552.94 |
| 2025-10-17 | 1583.30 |
| 2025-10-24 | 1636.31 |
| 2025-10-31 | 1529.91 |
| 2025-11-07 | 1560.59 |
| 2025-11-14 | 1577.06 |
| 2025-11-21 | 1602.07 |
| 2025-11-28 | 1712.54 |
| 2025-12-05 | 1646.22 |
| 2025-12-13 | 1561.55 |
| 2025-12-20 | 1643.72 |
| 2025-12-27 | 1556.80 |
| 2026-01-03 | 1512.46 |
| 2026-01-10 | 1576.25 |
| 2026-01-17 | 1702.67 |
| 2026-01-24 | 1542.78 |
| 2026-01-31 | 1641.42 |
| 2026-02-07 | 1563.65 |
| 2026-02-14 | 1678.52 |
| 2026-02-21 | 1566.18 |
| 2026-02-28 | 1565.40 |
| 2026-03-07 | 1623.25 |
| 2026-03-14 | 1585.29 |
| 2026-03-21 | 1539.85 |
| 2026-03-28 | 1453.26 |
| 2026-04-04 | 1559.14 |
| 2026-04-15 | 1485.91 |
| 2026-04-22 | 1424.56 |
| 2026-04-29 | 1534.53 |
| 2026-05-06 | 1517.11 |
| 2026-05-14 | 1599.61 |
| 2026-05-21 | 1589.70 |
| 2026-05-29 | 1605.89 |
| 2026-06-05 | 1633.18 |
| 2026-06-14 | 1567.36 |
| 2026-06-21 | 1556.51 |
| 2026-06-28 | 1532.38 |
| 2026-07-05 | 1580.18 |
| 2026-07-12 | 1547.24 |
| 2026-07-19 | 1567.33 |
| 2026-07-26 | 1670.28 |
| 2026-08-02 | 1553.69 |
| 2026-08-09 | 1553.94 |
| 2026-08-16 | 1561.96 |
| 2026-08-24 | 1574.14 |
| 2026-08-31 | 1594.99 |
| 2026-09-07 | 1613.32 |
| 2026-09-14 | 1617.83 |
| 2026-09-21 | 1587.70 |
High
1712.54
Low
1424.56
Average
1578.97
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/SLL API questions
How do I get the SCR/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/SLL rate in rates.SLL.
How far back does SCR/SLL historical data go?
Daily SCR/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 SCR/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.