Skip to content

SCR to SOS exchange rate API

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

40.3169

▲ +2.60% over 1Y

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 last year, SCR/SOS traded between 37.5156 and 44.9343, averaged 39.6666 and rose 2.60%. 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 1Y

SCR/SOS over 1Y: show the values
PointSCR/SOS
2025-09-2539.2965
2025-10-0238.8327
2025-10-0938.8541
2025-10-1638.8751
2025-10-2341.0934
2025-10-3040.2333
2025-11-0640.0594
2025-11-1338.6611
2025-11-2039.9854
2025-11-2738.5994
2025-12-0439.7618
2025-12-1237.8902
2025-12-1941.4672
2025-12-2638.3435
2026-01-0237.5366
2026-01-0944.9343
2026-01-1637.5156
2026-01-2338.8763
2026-01-3039.7390
2026-02-0639.6778
2026-02-1339.7430
2026-02-2037.7530
2026-02-2741.8175
2026-03-0638.1156
2026-03-1338.2975
2026-03-2037.9602
2026-03-2739.5374
2026-04-0339.8277
2026-04-1037.6527
2026-04-1741.5381
2026-04-2441.5872
2026-05-0139.0768
2026-05-0841.3981
2026-05-1642.0075
2026-05-2438.3666
2026-05-3138.6819
2026-06-0941.1694
2026-06-1639.9933
2026-06-2340.1700
2026-06-3039.4487
2026-07-0739.0214
2026-07-1439.9599
2026-07-2140.2615
2026-07-2840.6873
2026-08-0439.2604
2026-08-1140.3921
2026-08-1839.2162
2026-08-2640.1917
2026-09-0239.4830
2026-09-0939.9416
2026-09-1639.8984
2026-09-2339.3257

High

44.9343

Low

37.5156

Average

39.6666

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.