Convert RUB to TOP
Russian Ruble → Tongan Paʻanga
1 RUB = 0.0283281 TOP(1 TOP = 35.300603 RUB)
Currency converter
1 RUB =
0.028328 TOP
RUB to TOP: last 30 days
Over the last 30 days, 1 RUB traded between 0.027267 and 0.028606 TOP, averaging 0.028027 TOP. The RUB/TOP rate is up 0.53% since 2026-08-28.
- 30-day high
- 0.028606
- 2026-09-16
- 30-day low
- 0.027267
- 2026-09-06
- 30-day average
- 0.028027
- Days with data: 30
- 30-day change
- +0.53%
- since 2026-08-28
0.028606
0.0272672026-08-28 → 2026-09-26
| Date | 1 RUB in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 0.028328 | 0.00% |
| 2026-09-25 | 0.028328 | -0.21% |
| 2026-09-24 | 0.028387 | +0.16% |
| 2026-09-23 | 0.028343 | -0.64% |
| 2026-09-22 | 0.028525 | +0.67% |
| 2026-09-21 | 0.028335 | +0.02% |
| 2026-09-20 | 0.028329 | -0.25% |
| 2026-09-19 | 0.0284 | -0.33% |
| 2026-09-18 | 0.028494 | +0.84% |
| 2026-09-17 | 0.028256 | -1.22% |
| 2026-09-16 | 0.028606 | +0.76% |
| 2026-09-15 | 0.028389 | -0.25% |
| 2026-09-14 | 0.02846 | +1.35% |
| 2026-09-13 | 0.028082 | -0.11% |
| 2026-09-12 | 0.028113 | -1.05% |
| Date | 1 RUB in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 0.02841 | +1.87% |
| 2026-09-10 | 0.027889 | +0.67% |
| 2026-09-09 | 0.027704 | +0.61% |
| 2026-09-08 | 0.027537 | +0.26% |
| 2026-09-07 | 0.027465 | +0.73% |
| 2026-09-06 | 0.027267 | -0.86% |
| 2026-09-05 | 0.027503 | -0.95% |
| 2026-09-04 | 0.027767 | +1.25% |
| 2026-09-03 | 0.027424 | -0.97% |
| 2026-09-02 | 0.027693 | -0.74% |
| 2026-09-01 | 0.0279 | -0.28% |
| 2026-08-31 | 0.027978 | +2.27% |
| 2026-08-30 | 0.027357 | -0.03% |
| 2026-08-29 | 0.027366 | -2.88% |
| 2026-08-28 | 0.028178 | — |
RUB to TOP conversion table
1 RUB0.028328 TOP
5 RUB0.14164 TOP
10 RUB0.28328 TOP
25 RUB0.7082 TOP
50 RUB1.4164 TOP
100 RUB2.8328 TOP
500 RUB14.1641 TOP
1,000 RUB28.3281 TOP
5,000 RUB141.6406 TOP
10,000 RUB283.2813 TOP
Get the RUB/TOP rate in your app
One GET request returns the latest RUB → TOP 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/TOP"fetch('https://rate-api.com/api/v1/pair/RUB/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TOP');
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']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TOP"
},
"rate": 0.0283,
"timestamp": 1790429287,
"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
TOP to RUBTongan Paʻanga → Russian Ruble35.3006Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.