Convert RUB to SSP
Russian Ruble → South Sudanese Pound
1 RUB = 67.196635 SSP(1 SSP = 0.0148817 RUB)
Currency converter
1 RUB =
67.1966 SSP
RUB to SSP: last 30 days
Over the last 30 days, 1 RUB traded between 65.016 and 68.2033 SSP, averaging 66.4656 SSP. The RUB/SSP rate is up 2.41% since 2026-08-28.
- 30-day high
- 68.2033
- 2026-09-22
- 30-day low
- 65.016
- 2026-09-02
- 30-day average
- 66.4656
- Days with data: 30
- 30-day change
- +2.41%
- since 2026-08-28
68.2033
65.0162026-08-28 → 2026-09-26
| Date | 1 RUB in SSP | Daily change |
|---|---|---|
| 2026-09-26 | 67.1966 | 0.00% |
| 2026-09-25 | 67.1966 | -0.20% |
| 2026-09-24 | 67.3335 | -0.64% |
| 2026-09-23 | 67.767 | -0.64% |
| 2026-09-22 | 68.2033 | +0.49% |
| 2026-09-21 | 67.8724 | -0.09% |
| 2026-09-20 | 67.9314 | +0.37% |
| 2026-09-19 | 67.6804 | +0.97% |
| 2026-09-18 | 67.0301 | -0.23% |
| 2026-09-17 | 67.1871 | -0.03% |
| 2026-09-16 | 67.2085 | +0.63% |
| 2026-09-15 | 66.7897 | -0.06% |
| 2026-09-14 | 66.8284 | -0.29% |
| 2026-09-13 | 67.026 | -0.11% |
| 2026-09-12 | 67.1004 | -0.23% |
| Date | 1 RUB in SSP | Daily change |
|---|---|---|
| 2026-09-11 | 67.2574 | +1.00% |
| 2026-09-10 | 66.5945 | +1.43% |
| 2026-09-09 | 65.6572 | +0.25% |
| 2026-09-08 | 65.4938 | +0.44% |
| 2026-09-07 | 65.2091 | -0.05% |
| 2026-09-06 | 65.2425 | -0.85% |
| 2026-09-05 | 65.8016 | +1.20% |
| 2026-09-04 | 65.0242 | -0.09% |
| 2026-09-03 | 65.0802 | +0.10% |
| 2026-09-02 | 65.016 | -0.28% |
| 2026-09-01 | 65.1998 | -0.54% |
| 2026-08-31 | 65.552 | +0.08% |
| 2026-08-30 | 65.4972 | +0.19% |
| 2026-08-29 | 65.3754 | -0.36% |
| 2026-08-28 | 65.6148 | — |
RUB to SSP conversion table
1 RUB67.1966 SSP
5 RUB335.9832 SSP
10 RUB671.9664 SSP
25 RUB1,679.9159 SSP
50 RUB3,359.8317 SSP
100 RUB6,719.6635 SSP
500 RUB33,598.317 SSP
1,000 RUB67,196.635 SSP
5,000 RUB335,983.17 SSP
10,000 RUB671,966.35 SSP
Get the RUB/SSP rate in your app
One GET request returns the latest RUB → SSP 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/SSP"fetch('https://rate-api.com/api/v1/pair/RUB/SSP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} SSP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/SSP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} SSP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/SSP');
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']} SSP\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "SSP"
},
"rate": 67.1966,
"timestamp": 1790429309,
"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
SSP to RUBSouth Sudanese Pound → Russian Ruble0.014882Convert RUB to other currencies
Convert other currencies to SSP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.