Skip to content

RUB to SOS exchange rate API

Russian Ruble to Somali Shilling · quoted 2026-09-26

6.7674

▲ +8.36% over 5Y

1 RUB = 6.7674 SOS · 1 SOS = 0.14777 RUB · Get this rate via the API

1 RUB buys 6.7674 SOS as of 2026-09-26, so 1 SOS buys 0.14777 RUB. Over the last 5 years, RUB/SOS traded between 5.1618 and 7.7556, averaged 6.7956 and rose 8.36%. The API holds daily RUB/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/SOS over 5Y

RUB/SOS over 5Y: show the values
PointRUB/SOS
2024-08-246.2453
2024-10-075.9942
2024-11-065.8130
2024-12-065.6523
2025-01-055.1618
2025-02-045.7214
2025-03-066.3215
2025-04-066.7403
2025-05-067.0968
2025-06-077.2264
2025-07-077.2573
2025-08-067.0450
2025-09-057.0247
2025-10-066.9470
2025-11-057.0554
2025-12-057.4132
2026-01-057.0683
2026-02-047.4214
2026-03-067.2471
2026-04-057.1338
2026-05-057.6198
2026-06-067.7556
2026-07-087.4730
2026-08-076.8848
2026-09-076.5977

High

7.7556

Low

5.1618

Average

6.7956

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/SOS API questions

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

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

How far back does RUB/SOS historical data go?

Daily RUB/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 RUB/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.