Convert RUB to TZS
Russian Ruble → Tanzanian Shilling
1 RUB = 31.129911 TZS(1 TZS = 0.0321234 RUB)
Currency converter
1 RUB =
31.1299 TZS
RUB to TZS: last 30 days
Over the last 30 days, 1 RUB traded between 30.3261 and 31.5354 TZS, averaging 31.0456 TZS. The RUB/TZS rate is up 0.52% since 2026-08-28.
- 30-day high
- 31.5354
- 2026-09-22
- 30-day low
- 30.3261
- 2026-09-03
- 30-day average
- 31.0456
- Days with data: 30
- 30-day change
- +0.52%
- since 2026-08-28
31.5354
30.32612026-08-28 → 2026-09-26
| Date | 1 RUB in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 31.1299 | 0.00% |
| 2026-09-25 | 31.1299 | -0.28% |
| 2026-09-24 | 31.2168 | -0.52% |
| 2026-09-23 | 31.3794 | -0.49% |
| 2026-09-22 | 31.5354 | +0.23% |
| 2026-09-21 | 31.4633 | +0.08% |
| 2026-09-20 | 31.4378 | +0.19% |
| 2026-09-19 | 31.3773 | +0.09% |
| 2026-09-18 | 31.3505 | -0.06% |
| 2026-09-17 | 31.3705 | -0.19% |
| 2026-09-16 | 31.4293 | +0.46% |
| 2026-09-15 | 31.2862 | -0.08% |
| 2026-09-14 | 31.3114 | +0.07% |
| 2026-09-13 | 31.2903 | -0.40% |
| 2026-09-12 | 31.4148 | -0.28% |
| Date | 1 RUB in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 31.5029 | +1.39% |
| 2026-09-10 | 31.072 | +0.87% |
| 2026-09-09 | 30.803 | +0.36% |
| 2026-09-08 | 30.6913 | +0.33% |
| 2026-09-07 | 30.5916 | +0.19% |
| 2026-09-06 | 30.5329 | -1.14% |
| 2026-09-05 | 30.8848 | +1.17% |
| 2026-09-04 | 30.5277 | +0.66% |
| 2026-09-03 | 30.3261 | -0.30% |
| 2026-09-02 | 30.4176 | -0.75% |
| 2026-09-01 | 30.648 | -0.65% |
| 2026-08-31 | 30.8499 | +0.41% |
| 2026-08-30 | 30.7254 | +0.07% |
| 2026-08-29 | 30.7046 | -0.85% |
| 2026-08-28 | 30.9685 | — |
RUB to TZS conversion table
1 RUB31.1299 TZS
5 RUB155.6496 TZS
10 RUB311.2991 TZS
25 RUB778.2478 TZS
50 RUB1,556.4955 TZS
100 RUB3,112.9911 TZS
500 RUB15,564.955 TZS
1,000 RUB31,129.911 TZS
5,000 RUB155,649.55 TZS
10,000 RUB311,299.11 TZS
Get the RUB/TZS rate in your app
One GET request returns the latest RUB → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/RUB/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TZS"
},
"rate": 31.1299,
"timestamp": 1790429337,
"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
TZS to RUBTanzanian Shilling → Russian Ruble0.032123Convert RUB to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.