Convert RUB to TJS
Russian Ruble → Tajikistani Somoni
1 RUB = 0.108436 TJS(1 TJS = 9.222036 RUB)
Currency converter
1 RUB =
0.10844 TJS
RUB to TJS: last 30 days
Over the last 30 days, 1 RUB traded between 0.10571 and 0.11028 TJS, averaging 0.10841 TJS. The RUB/TJS rate is up 0.36% since 2026-08-28.
- 30-day high
- 0.11028
- 2026-09-22
- 30-day low
- 0.10571
- 2026-09-03
- 30-day average
- 0.10841
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
0.11028
0.105712026-08-28 → 2026-09-26
| Date | 1 RUB in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 0.10844 | 0.00% |
| 2026-09-25 | 0.10844 | -0.63% |
| 2026-09-24 | 0.10913 | -0.42% |
| 2026-09-23 | 0.10959 | -0.63% |
| 2026-09-22 | 0.11028 | +0.59% |
| 2026-09-21 | 0.10963 | -0.24% |
| 2026-09-20 | 0.10989 | +0.50% |
| 2026-09-19 | 0.10934 | +0.17% |
| 2026-09-18 | 0.10916 | -0.73% |
| 2026-09-17 | 0.10996 | +0.35% |
| 2026-09-16 | 0.10958 | +0.27% |
| 2026-09-15 | 0.10929 | -0.06% |
| 2026-09-14 | 0.10935 | -0.38% |
| 2026-09-13 | 0.10977 | -0.05% |
| 2026-09-12 | 0.10983 | -0.19% |
| Date | 1 RUB in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 0.11003 | +1.25% |
| 2026-09-10 | 0.10867 | +1.02% |
| 2026-09-09 | 0.10757 | +0.50% |
| 2026-09-08 | 0.10703 | +0.51% |
| 2026-09-07 | 0.10649 | -0.42% |
| 2026-09-06 | 0.10694 | -0.60% |
| 2026-09-05 | 0.10759 | +1.04% |
| 2026-09-04 | 0.10647 | +0.72% |
| 2026-09-03 | 0.10571 | -0.65% |
| 2026-09-02 | 0.1064 | -0.45% |
| 2026-09-01 | 0.10688 | -0.89% |
| 2026-08-31 | 0.10785 | +0.22% |
| 2026-08-30 | 0.10761 | +0.32% |
| 2026-08-29 | 0.10727 | -0.72% |
| 2026-08-28 | 0.10805 | — |
RUB to TJS conversion table
1 RUB0.10844 TJS
5 RUB0.54218 TJS
10 RUB1.0844 TJS
25 RUB2.7109 TJS
50 RUB5.4218 TJS
100 RUB10.8436 TJS
500 RUB54.218 TJS
1,000 RUB108.4359 TJS
5,000 RUB542.1796 TJS
10,000 RUB1,084.3592 TJS
Get the RUB/TJS rate in your app
One GET request returns the latest RUB → TJS 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/TJS"fetch('https://rate-api.com/api/v1/pair/RUB/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TJS');
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']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TJS"
},
"rate": 0.1084,
"timestamp": 1790429298,
"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
TJS to RUBTajikistani Somoni → Russian Ruble9.222Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.