Skip to content

RUB to SOS exchange rate API

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

6.7674

▼ +5.85% over YTD

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 year to date, RUB/SOS traded between 6.5977 and 8.0256, averaged 7.2995 and fell 5.85%. 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 YTD

RUB/SOS over YTD: show the values
PointRUB/SOS
2025-12-317.1882
2026-01-076.9945
2026-01-147.2461
2026-01-217.2941
2026-01-287.4682
2026-02-047.4214
2026-02-117.3951
2026-02-187.4561
2026-02-257.4484
2026-03-047.3613
2026-03-117.2271
2026-03-186.9040
2026-03-257.0971
2026-04-017.0281
2026-04-087.2852
2026-04-157.5861
2026-04-227.6166
2026-04-297.5874
2026-05-067.5543
2026-05-147.7778
2026-05-218.0118
2026-05-298.0256
2026-06-057.7894
2026-06-147.8862
2026-06-217.8221
2026-06-287.2397
2026-07-057.4268
2026-07-127.4297
2026-07-197.2988
2026-07-267.3083
2026-08-027.1994
2026-08-097.1377
2026-08-166.7346
2026-08-246.8809
2026-08-316.6469
2026-09-076.5977
2026-09-146.7605
2026-09-216.7787

High

8.0256

Low

6.5977

Average

7.2995

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.