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: show the values
| Point | SCR/SOS |
|---|---|
| 2025-12-31 | 39.1036 |
| 2026-01-07 | 40.1604 |
| 2026-01-14 | 39.2856 |
| 2026-01-21 | 40.1679 |
| 2026-01-28 | 38.9313 |
| 2026-02-04 | 38.2485 |
| 2026-02-11 | 38.1683 |
| 2026-02-18 | 39.5094 |
| 2026-02-25 | 37.9714 |
| 2026-03-04 | 41.6589 |
| 2026-03-11 | 42.1016 |
| 2026-03-18 | 39.8930 |
| 2026-03-25 | 39.3159 |
| 2026-04-01 | 38.4614 |
| 2026-04-08 | 40.8952 |
| 2026-04-15 | 40.5183 |
| 2026-04-22 | 38.8720 |
| 2026-04-29 | 41.8220 |
| 2026-05-06 | 41.2633 |
| 2026-05-14 | 40.0769 |
| 2026-05-21 | 39.7573 |
| 2026-05-29 | 39.9262 |
| 2026-06-05 | 40.8682 |
| 2026-06-14 | 39.2506 |
| 2026-06-21 | 38.9365 |
| 2026-06-28 | 38.3774 |
| 2026-07-05 | 39.5628 |
| 2026-07-12 | 38.5002 |
| 2026-07-19 | 39.1479 |
| 2026-07-26 | 39.4044 |
| 2026-08-02 | 38.7275 |
| 2026-08-09 | 39.5923 |
| 2026-08-16 | 38.5620 |
| 2026-08-24 | 39.1831 |
| 2026-08-31 | 39.8096 |
| 2026-09-07 | 40.2232 |
| 2026-09-14 | 40.3038 |
| 2026-09-21 | 39.4952 |
High
42.1016
Low
37.9714
Average
39.6505
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.