Convert TOP to RUB
Tongan Paʻanga → Russian Ruble
1 TOP = 35.300603 RUB(1 RUB = 0.0283281 TOP)
Currency converter
1 TOP =
35.3006 RUB
TOP to RUB: last 30 days
Over the last 30 days, 1 TOP traded between 34.9582 and 36.6746 RUB, averaging 35.6874 RUB. The TOP/RUB rate is down 0.53% since 2026-08-28.
- 30-day high
- 36.6746
- 2026-09-06
- 30-day low
- 34.9582
- 2026-09-16
- 30-day average
- 35.6874
- Days with data: 30
- 30-day change
- -0.53%
- since 2026-08-28
36.6746
34.95822026-08-28 → 2026-09-26
| Date | 1 TOP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 35.3006 | 0.00% |
| 2026-09-25 | 35.3006 | +0.21% |
| 2026-09-24 | 35.2273 | -0.16% |
| 2026-09-23 | 35.2822 | +0.64% |
| 2026-09-22 | 35.0573 | -0.67% |
| 2026-09-21 | 35.2922 | -0.02% |
| 2026-09-20 | 35.2995 | +0.25% |
| 2026-09-19 | 35.2114 | +0.33% |
| 2026-09-18 | 35.0947 | -0.83% |
| 2026-09-17 | 35.3901 | +1.24% |
| 2026-09-16 | 34.9582 | -0.76% |
| 2026-09-15 | 35.2246 | +0.25% |
| 2026-09-14 | 35.1368 | -1.33% |
| 2026-09-13 | 35.6099 | +0.11% |
| 2026-09-12 | 35.5704 | +1.06% |
| Date | 1 TOP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 35.1984 | -1.84% |
| 2026-09-10 | 35.8567 | -0.66% |
| 2026-09-09 | 36.0961 | -0.60% |
| 2026-09-08 | 36.3148 | -0.26% |
| 2026-09-07 | 36.4098 | -0.72% |
| 2026-09-06 | 36.6746 | +0.87% |
| 2026-09-05 | 36.3594 | +0.96% |
| 2026-09-04 | 36.0135 | -1.24% |
| 2026-09-03 | 36.4641 | +0.98% |
| 2026-09-02 | 36.1102 | +0.75% |
| 2026-09-01 | 35.842 | +0.28% |
| 2026-08-31 | 35.7418 | -2.22% |
| 2026-08-30 | 36.5539 | +0.03% |
| 2026-08-29 | 36.5421 | +2.97% |
| 2026-08-28 | 35.4889 | — |
TOP to RUB conversion table
1 TOP35.3006 RUB
5 TOP176.503 RUB
10 TOP353.006 RUB
25 TOP882.5151 RUB
50 TOP1,765.0301 RUB
100 TOP3,530.0603 RUB
500 TOP17,650.301 RUB
1,000 TOP35,300.603 RUB
5,000 TOP176,503.01 RUB
10,000 TOP353,006.03 RUB
Get the TOP/RUB rate in your app
One GET request returns the latest TOP → 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/TOP/RUB"fetch('https://rate-api.com/api/v1/pair/TOP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TOP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "RUB"
},
"rate": 35.3006,
"timestamp": 1790432041,
"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 TOPRussian Ruble → Tongan Paʻanga0.028328Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.