Convert SSP to RUB
South Sudanese Pound → Russian Ruble
1 SSP = 0.0148817 RUB(1 RUB = 67.196635 SSP)
Currency converter
1 SSP =
0.014882 RUB
SSP to RUB: last 30 days
Over the last 30 days, 1 SSP traded between 0.014662 and 0.015381 RUB, averaging 0.015049 RUB. The SSP/RUB rate is down 2.35% since 2026-08-28.
- 30-day high
- 0.015381
- 2026-09-02
- 30-day low
- 0.014662
- 2026-09-22
- 30-day average
- 0.015049
- Days with data: 30
- 30-day change
- -2.35%
- since 2026-08-28
0.015381
0.0146622026-08-28 → 2026-09-26
| Date | 1 SSP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.014882 | 0.00% |
| 2026-09-25 | 0.014882 | +0.20% |
| 2026-09-24 | 0.014851 | +0.64% |
| 2026-09-23 | 0.014756 | +0.64% |
| 2026-09-22 | 0.014662 | -0.49% |
| 2026-09-21 | 0.014734 | +0.09% |
| 2026-09-20 | 0.014721 | -0.37% |
| 2026-09-19 | 0.014775 | -0.96% |
| 2026-09-18 | 0.014919 | +0.23% |
| 2026-09-17 | 0.014884 | +0.03% |
| 2026-09-16 | 0.014879 | -0.62% |
| 2026-09-15 | 0.014972 | +0.06% |
| 2026-09-14 | 0.014964 | +0.30% |
| 2026-09-13 | 0.01492 | +0.11% |
| 2026-09-12 | 0.014903 | +0.23% |
| Date | 1 SSP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.014868 | -0.99% |
| 2026-09-10 | 0.015016 | -1.41% |
| 2026-09-09 | 0.015231 | -0.25% |
| 2026-09-08 | 0.015269 | -0.43% |
| 2026-09-07 | 0.015335 | +0.05% |
| 2026-09-06 | 0.015327 | +0.86% |
| 2026-09-05 | 0.015197 | -1.18% |
| 2026-09-04 | 0.015379 | +0.09% |
| 2026-09-03 | 0.015366 | -0.10% |
| 2026-09-02 | 0.015381 | +0.28% |
| 2026-09-01 | 0.015337 | +0.54% |
| 2026-08-31 | 0.015255 | -0.08% |
| 2026-08-30 | 0.015268 | -0.19% |
| 2026-08-29 | 0.015296 | +0.37% |
| 2026-08-28 | 0.01524 | — |
SSP to RUB conversion table
1 SSP0.014882 RUB
5 SSP0.074408 RUB
10 SSP0.14882 RUB
25 SSP0.37204 RUB
50 SSP0.74408 RUB
100 SSP1.4882 RUB
500 SSP7.4408 RUB
1,000 SSP14.8817 RUB
5,000 SSP74.4085 RUB
10,000 SSP148.817 RUB
Get the SSP/RUB rate in your app
One GET request returns the latest SSP → RUB 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/SSP/RUB"fetch('https://rate-api.com/api/v1/pair/SSP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SSP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SSP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SSP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SSP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SSP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SSP",
"to": "RUB"
},
"rate": 0.0149,
"timestamp": 1790432088,
"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
RUB to SSPRussian Ruble → South Sudanese Pound67.1966Convert SSP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.