Convert TZS to RUB
Tanzanian Shilling → Russian Ruble
1 TZS = 0.0321234 RUB(1 RUB = 31.129911 TZS)
Currency converter
1 TZS =
0.032123 RUB
TZS to RUB: last 30 days
Over the last 30 days, 1 TZS traded between 0.03171 and 0.032975 RUB, averaging 0.032215 RUB. The TZS/RUB rate is down 0.52% since 2026-08-28.
- 30-day high
- 0.032975
- 2026-09-03
- 30-day low
- 0.03171
- 2026-09-22
- 30-day average
- 0.032215
- Days with data: 30
- 30-day change
- -0.52%
- since 2026-08-28
0.032975
0.031712026-08-28 → 2026-09-26
| Date | 1 TZS in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.032123 | 0.00% |
| 2026-09-25 | 0.032123 | +0.28% |
| 2026-09-24 | 0.032034 | +0.52% |
| 2026-09-23 | 0.031868 | +0.50% |
| 2026-09-22 | 0.03171 | -0.23% |
| 2026-09-21 | 0.031783 | -0.08% |
| 2026-09-20 | 0.031809 | -0.19% |
| 2026-09-19 | 0.03187 | -0.09% |
| 2026-09-18 | 0.031897 | +0.06% |
| 2026-09-17 | 0.031877 | +0.19% |
| 2026-09-16 | 0.031817 | -0.46% |
| 2026-09-15 | 0.031963 | +0.08% |
| 2026-09-14 | 0.031937 | -0.07% |
| 2026-09-13 | 0.031959 | +0.40% |
| 2026-09-12 | 0.031832 | +0.28% |
| Date | 1 TZS in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.031743 | -1.37% |
| 2026-09-10 | 0.032183 | -0.87% |
| 2026-09-09 | 0.032464 | -0.36% |
| 2026-09-08 | 0.032582 | -0.33% |
| 2026-09-07 | 0.032689 | -0.19% |
| 2026-09-06 | 0.032752 | +1.15% |
| 2026-09-05 | 0.032378 | -1.16% |
| 2026-09-04 | 0.032757 | -0.66% |
| 2026-09-03 | 0.032975 | +0.30% |
| 2026-09-02 | 0.032876 | +0.76% |
| 2026-09-01 | 0.032629 | +0.66% |
| 2026-08-31 | 0.032415 | -0.40% |
| 2026-08-30 | 0.032546 | -0.07% |
| 2026-08-29 | 0.032568 | +0.86% |
| 2026-08-28 | 0.032291 | — |
TZS to RUB conversion table
1 TZS0.032123 RUB
5 TZS0.16062 RUB
10 TZS0.32123 RUB
25 TZS0.80309 RUB
50 TZS1.6062 RUB
100 TZS3.2123 RUB
500 TZS16.0617 RUB
1,000 TZS32.1234 RUB
5,000 TZS160.6172 RUB
10,000 TZS321.2345 RUB
Get the TZS/RUB rate in your app
One GET request returns the latest TZS → 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/TZS/RUB"fetch('https://rate-api.com/api/v1/pair/TZS/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TZS = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TZS/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TZS = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TZS/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TZS = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "TZS",
"to": "RUB"
},
"rate": 0.0321,
"timestamp": 1790432095,
"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 TZSRussian Ruble → Tanzanian Shilling31.1299Convert TZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.