Convert RUB to STN
Russian Ruble → São Tomé and Príncipe Dobra
1 RUB = 0.252733 STN(1 STN = 3.956751 RUB)
Currency converter
1 RUB =
0.25273 STN
RUB to STN: last 30 days
Over the last 30 days, 1 RUB traded between 0.24391 and 0.25685 STN, averaging 0.25036 STN. The RUB/STN rate is up 1.45% since 2026-08-28.
- 30-day high
- 0.25685
- 2026-09-22
- 30-day low
- 0.24391
- 2026-09-03
- 30-day average
- 0.25036
- Days with data: 30
- 30-day change
- +1.45%
- since 2026-08-28
0.25685
0.243912026-08-28 → 2026-09-26
| Date | 1 RUB in STN | Daily change |
|---|---|---|
| 2026-09-26 | 0.25273 | 0.00% |
| 2026-09-25 | 0.25273 | -0.52% |
| 2026-09-24 | 0.25405 | -0.26% |
| 2026-09-23 | 0.2547 | -0.84% |
| 2026-09-22 | 0.25685 | +0.58% |
| 2026-09-21 | 0.25537 | +0.42% |
| 2026-09-20 | 0.25431 | +0.46% |
| 2026-09-19 | 0.25316 | -0.97% |
| 2026-09-18 | 0.25562 | +0.61% |
| 2026-09-17 | 0.25406 | +0.07% |
| 2026-09-16 | 0.25387 | +0.56% |
| 2026-09-15 | 0.25246 | +0.16% |
| 2026-09-14 | 0.25205 | +0.66% |
| 2026-09-13 | 0.2504 | -0.53% |
| 2026-09-12 | 0.25173 | -0.48% |
| Date | 1 RUB in STN | Daily change |
|---|---|---|
| 2026-09-11 | 0.25294 | +1.39% |
| 2026-09-10 | 0.24946 | +0.41% |
| 2026-09-09 | 0.24844 | +0.87% |
| 2026-09-08 | 0.24629 | +0.29% |
| 2026-09-07 | 0.24558 | -0.01% |
| 2026-09-06 | 0.24561 | +0.18% |
| 2026-09-05 | 0.24516 | +0.03% |
| 2026-09-04 | 0.2451 | +0.48% |
| 2026-09-03 | 0.24391 | -0.56% |
| 2026-09-02 | 0.24528 | -0.38% |
| 2026-09-01 | 0.24622 | -1.07% |
| 2026-08-31 | 0.24889 | +0.50% |
| 2026-08-30 | 0.24765 | +0.20% |
| 2026-08-29 | 0.24716 | -0.79% |
| 2026-08-28 | 0.24912 | — |
RUB to STN conversion table
1 RUB0.25273 STN
5 RUB1.2637 STN
10 RUB2.5273 STN
25 RUB6.3183 STN
50 RUB12.6366 STN
100 RUB25.2733 STN
500 RUB126.3663 STN
1,000 RUB252.7326 STN
5,000 RUB1,263.6631 STN
10,000 RUB2,527.3261 STN
Get the RUB/STN rate in your app
One GET request returns the latest RUB → STN 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/STN"fetch('https://rate-api.com/api/v1/pair/RUB/STN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} STN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/STN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} STN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/STN');
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']} STN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "STN"
},
"rate": 0.2527,
"timestamp": 1790429315,
"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
STN to RUBSão Tomé and Príncipe Dobra → Russian Ruble3.9568Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.