Convert RUB to SBD
Russian Ruble → Solomon Islands Dollar
1 RUB = 0.0945479 SBD(1 SBD = 10.576649 RUB)
Currency converter
1 RUB =
0.094548 SBD
RUB to SBD: last 30 days
Over the last 30 days, 1 RUB traded between 0.091694 and 0.09572 SBD, averaging 0.093912 SBD. The RUB/SBD rate is up 1.04% since 2026-08-28.
- 30-day high
- 0.09572
- 2026-09-22
- 30-day low
- 0.091694
- 2026-09-03
- 30-day average
- 0.093912
- Days with data: 30
- 30-day change
- +1.04%
- since 2026-08-28
0.09572
0.0916942026-08-28 → 2026-09-26
| Date | 1 RUB in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 0.094548 | 0.00% |
| 2026-09-25 | 0.094548 | -0.07% |
| 2026-09-24 | 0.09461 | -0.27% |
| 2026-09-23 | 0.09487 | -0.89% |
| 2026-09-22 | 0.09572 | +0.77% |
| 2026-09-21 | 0.094992 | -0.36% |
| 2026-09-20 | 0.095334 | +0.37% |
| 2026-09-19 | 0.094982 | +0.32% |
| 2026-09-18 | 0.094681 | -0.28% |
| 2026-09-17 | 0.094944 | -0.34% |
| 2026-09-16 | 0.095264 | +0.44% |
| 2026-09-15 | 0.094847 | +0.15% |
| 2026-09-14 | 0.094703 | -0.38% |
| 2026-09-13 | 0.095069 | -0.11% |
| 2026-09-12 | 0.095174 | +0.18% |
| Date | 1 RUB in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 0.095005 | +1.30% |
| 2026-09-10 | 0.093788 | +0.95% |
| 2026-09-09 | 0.092908 | +0.51% |
| 2026-09-08 | 0.092435 | +0.43% |
| 2026-09-07 | 0.092042 | -0.41% |
| 2026-09-06 | 0.092423 | -0.85% |
| 2026-09-05 | 0.093215 | +1.00% |
| 2026-09-04 | 0.09229 | +0.65% |
| 2026-09-03 | 0.091694 | -0.50% |
| 2026-09-02 | 0.092154 | -0.60% |
| 2026-09-01 | 0.092708 | -0.31% |
| 2026-08-31 | 0.092998 | -0.00% |
| 2026-08-30 | 0.093002 | +0.19% |
| 2026-08-29 | 0.092826 | -0.80% |
| 2026-08-28 | 0.093577 | — |
RUB to SBD conversion table
1 RUB0.094548 SBD
5 RUB0.47274 SBD
10 RUB0.94548 SBD
25 RUB2.3637 SBD
50 RUB4.7274 SBD
100 RUB9.4548 SBD
500 RUB47.274 SBD
1,000 RUB94.5479 SBD
5,000 RUB472.7395 SBD
10,000 RUB945.4791 SBD
Get the RUB/SBD rate in your app
One GET request returns the latest RUB → SBD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/RUB/SBD"fetch('https://rate-api.com/api/v1/pair/RUB/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SBD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SBD"
},
"rate": 0.0945,
"timestamp": 1790447427,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
SBD to RUBSolomon Islands Dollar → Russian Ruble10.5766Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.