Skip to content

RUB to SOS exchange rate API

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

6.7674

▼ +0.59% over 1Y

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 year, RUB/SOS traded between 6.5333 and 8.0168, averaged 7.2597 and fell 0.59%. 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 1Y

RUB/SOS over 1Y: show the values
PointRUB/SOS
2025-09-266.8077
2025-10-036.9648
2025-10-107.0374
2025-10-177.0825
2025-10-247.0003
2025-10-317.4101
2025-11-077.0391
2025-11-147.1102
2025-11-217.1183
2025-11-287.2966
2025-12-057.4132
2025-12-137.1651
2025-12-207.0764
2025-12-277.2475
2026-01-037.0985
2026-01-107.2037
2026-01-177.3397
2026-01-247.6650
2026-01-317.6013
2026-02-077.5756
2026-02-147.4865
2026-02-217.4448
2026-02-287.4132
2026-03-077.2031
2026-03-147.1417
2026-03-216.9000
2026-03-287.0192
2026-04-047.0984
2026-04-117.4121
2026-04-187.4969
2026-04-257.5882
2026-05-027.6161
2026-05-097.6981
2026-05-177.8422
2026-05-258.0031
2026-06-018.0168
2026-06-107.9385
2026-06-177.8703
2026-06-247.6684
2026-07-017.2469
2026-07-087.4730
2026-07-157.3766
2026-07-227.2960
2026-07-297.2314
2026-08-057.0761
2026-08-126.9200
2026-08-206.7523
2026-08-276.6976
2026-09-036.5333
2026-09-106.7177
2026-09-176.8179
2026-09-246.7470

High

8.0168

Low

6.5333

Average

7.2597

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.