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: show the values
| Point | SCR/SOS |
|---|---|
| 2025-09-25 | 39.2965 |
| 2025-10-02 | 38.8327 |
| 2025-10-09 | 38.8541 |
| 2025-10-16 | 38.8751 |
| 2025-10-23 | 41.0934 |
| 2025-10-30 | 40.2333 |
| 2025-11-06 | 40.0594 |
| 2025-11-13 | 38.6611 |
| 2025-11-20 | 39.9854 |
| 2025-11-27 | 38.5994 |
| 2025-12-04 | 39.7618 |
| 2025-12-12 | 37.8902 |
| 2025-12-19 | 41.4672 |
| 2025-12-26 | 38.3435 |
| 2026-01-02 | 37.5366 |
| 2026-01-09 | 44.9343 |
| 2026-01-16 | 37.5156 |
| 2026-01-23 | 38.8763 |
| 2026-01-30 | 39.7390 |
| 2026-02-06 | 39.6778 |
| 2026-02-13 | 39.7430 |
| 2026-02-20 | 37.7530 |
| 2026-02-27 | 41.8175 |
| 2026-03-06 | 38.1156 |
| 2026-03-13 | 38.2975 |
| 2026-03-20 | 37.9602 |
| 2026-03-27 | 39.5374 |
| 2026-04-03 | 39.8277 |
| 2026-04-10 | 37.6527 |
| 2026-04-17 | 41.5381 |
| 2026-04-24 | 41.5872 |
| 2026-05-01 | 39.0768 |
| 2026-05-08 | 41.3981 |
| 2026-05-16 | 42.0075 |
| 2026-05-24 | 38.3666 |
| 2026-05-31 | 38.6819 |
| 2026-06-09 | 41.1694 |
| 2026-06-16 | 39.9933 |
| 2026-06-23 | 40.1700 |
| 2026-06-30 | 39.4487 |
| 2026-07-07 | 39.0214 |
| 2026-07-14 | 39.9599 |
| 2026-07-21 | 40.2615 |
| 2026-07-28 | 40.6873 |
| 2026-08-04 | 39.2604 |
| 2026-08-11 | 40.3921 |
| 2026-08-18 | 39.2162 |
| 2026-08-26 | 40.1917 |
| 2026-09-02 | 39.4830 |
| 2026-09-09 | 39.9416 |
| 2026-09-16 | 39.8984 |
| 2026-09-23 | 39.3257 |
High
44.9343
Low
37.5156
Average
39.6666
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.