Skip to content

SCR to SOS exchange rate API

Seychelles Rupee to Somali Shilling · quoted 2026-09-25

40.3169

▲ +3.10% over YTD

1 SCR = 40.3169 SOS · 1 SOS = 0.02480 SCR · Get this rate via the API

1 SCR buys 40.3169 SOS as of 2026-09-25, so 1 SOS buys 0.02480 SCR. Over the year to date, SCR/SOS traded between 37.9714 and 42.1016, averaged 39.6505 and rose 3.10%. The API holds daily SCR/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/SOS over YTD

SCR/SOS over YTD: show the values
PointSCR/SOS
2025-12-3139.1036
2026-01-0740.1604
2026-01-1439.2856
2026-01-2140.1679
2026-01-2838.9313
2026-02-0438.2485
2026-02-1138.1683
2026-02-1839.5094
2026-02-2537.9714
2026-03-0441.6589
2026-03-1142.1016
2026-03-1839.8930
2026-03-2539.3159
2026-04-0138.4614
2026-04-0840.8952
2026-04-1540.5183
2026-04-2238.8720
2026-04-2941.8220
2026-05-0641.2633
2026-05-1440.0769
2026-05-2139.7573
2026-05-2939.9262
2026-06-0540.8682
2026-06-1439.2506
2026-06-2138.9365
2026-06-2838.3774
2026-07-0539.5628
2026-07-1238.5002
2026-07-1939.1479
2026-07-2639.4044
2026-08-0238.7275
2026-08-0939.5923
2026-08-1638.5620
2026-08-2439.1831
2026-08-3139.8096
2026-09-0740.2232
2026-09-1440.3038
2026-09-2139.4952

High

42.1016

Low

37.9714

Average

39.6505

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/SOS API questions

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

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

How far back does SCR/SOS historical data go?

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