Skip to content

SLL to SCR exchange rate API

Leone to Seychelles Rupee · quoted 2026-09-26

0.000605

▼ +6.92% over 1Y

1 SLL = 0.000605 SCR · 1 SCR = 1652.89 SLL · Get this rate via the API

1 SLL buys 0.000605 SCR as of 2026-09-26, so 1 SCR buys 1652.89 SLL. Over the last year, SLL/SCR traded between 0.000583 and 0.000701, averaged 0.000634 and fell 6.92%. The API holds daily SLL/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SLL/SCR over 1Y

SLL/SCR over 1Y: show the values
PointSLL/SCR
2025-09-260.000650
2025-10-030.000635
2025-10-100.000643
2025-10-170.000631
2025-10-240.000611
2025-10-310.000653
2025-11-070.000640
2025-11-140.000634
2025-11-210.000624
2025-11-280.000583
2025-12-050.000607
2025-12-130.000640
2025-12-200.000608
2025-12-270.000642
2026-01-030.000661
2026-01-100.000634
2026-01-170.000587
2026-01-240.000648
2026-01-310.000609
2026-02-070.000639
2026-02-140.000595
2026-02-210.000638
2026-02-280.000638
2026-03-070.000616
2026-03-140.000630
2026-03-210.000649
2026-03-280.000688
2026-04-040.000641
2026-04-150.000672
2026-04-220.000701
2026-04-290.000651
2026-05-060.000659
2026-05-140.000625
2026-05-210.000629
2026-05-290.000622
2026-06-050.000612
2026-06-140.000638
2026-06-210.000642
2026-06-280.000652
2026-07-050.000632
2026-07-120.000646
2026-07-190.000638
2026-07-260.000598
2026-08-020.000643
2026-08-090.000643
2026-08-160.000640
2026-08-240.000635
2026-08-310.000626
2026-09-070.000619
2026-09-140.000618
2026-09-210.000629

High

0.000701

Low

0.000583

Average

0.000634

For developers

Get this rate via the API

One GET request returns the SLL/SCR 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=SLL&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=SCR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SLL/SCR API questions

How do I get the SLL/SCR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SLL/SCR rate in rates.SCR.

How far back does SLL/SCR historical data go?

Daily SLL/SCR 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 SLL/SCR 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.