Skip to content

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

SCR/SLL over 1Y: show the values
PointSCR/SLL
2025-09-261537.60
2025-10-031573.49
2025-10-101552.94
2025-10-171583.30
2025-10-241636.31
2025-10-311529.91
2025-11-071560.59
2025-11-141577.06
2025-11-211602.07
2025-11-281712.54
2025-12-051646.22
2025-12-131561.55
2025-12-201643.72
2025-12-271556.80
2026-01-031512.46
2026-01-101576.25
2026-01-171702.67
2026-01-241542.78
2026-01-311641.42
2026-02-071563.65
2026-02-141678.52
2026-02-211566.18
2026-02-281565.40
2026-03-071623.25
2026-03-141585.29
2026-03-211539.85
2026-03-281453.26
2026-04-041559.14
2026-04-151485.91
2026-04-221424.56
2026-04-291534.53
2026-05-061517.11
2026-05-141599.61
2026-05-211589.70
2026-05-291605.89
2026-06-051633.18
2026-06-141567.36
2026-06-211556.51
2026-06-281532.38
2026-07-051580.18
2026-07-121547.24
2026-07-191567.33
2026-07-261670.28
2026-08-021553.69
2026-08-091553.94
2026-08-161561.96
2026-08-241574.14
2026-08-311594.99
2026-09-071613.32
2026-09-141617.83
2026-09-211587.70

High

1712.54

Low

1424.56

Average

1578.97

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=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&currencies=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.