Convert RUB to TND
Russian Ruble → Tunisian Dinar
1 RUB = 0.0347909 TND(1 TND = 28.743187 RUB)
Currency converter
1 RUB =
0.034791 TND
RUB to TND: last 30 days
Over the last 30 days, 1 RUB traded between 0.033357 and 0.035158 TND, averaging 0.034264 TND. The RUB/TND rate is up 2.40% since 2026-08-28.
- 30-day high
- 0.035158
- 2026-09-22
- 30-day low
- 0.033357
- 2026-09-03
- 30-day average
- 0.034264
- Days with data: 30
- 30-day change
- +2.40%
- since 2026-08-28
0.035158
0.0333572026-08-28 → 2026-09-26
| Date | 1 RUB in TND | Daily change |
|---|---|---|
| 2026-09-26 | 0.034791 | 0.00% |
| 2026-09-25 | 0.034791 | -0.12% |
| 2026-09-24 | 0.034831 | -0.48% |
| 2026-09-23 | 0.035 | -0.45% |
| 2026-09-22 | 0.035158 | +0.48% |
| 2026-09-21 | 0.034991 | -0.01% |
| 2026-09-20 | 0.034995 | +0.45% |
| 2026-09-19 | 0.034838 | +1.08% |
| 2026-09-18 | 0.034468 | -0.96% |
| 2026-09-17 | 0.034803 | +0.50% |
| 2026-09-16 | 0.034629 | -0.17% |
| 2026-09-15 | 0.034688 | +1.21% |
| 2026-09-14 | 0.034271 | -0.23% |
| 2026-09-13 | 0.034349 | -0.18% |
| 2026-09-12 | 0.034413 | -0.62% |
| Date | 1 RUB in TND | Daily change |
|---|---|---|
| 2026-09-11 | 0.034627 | +1.46% |
| 2026-09-10 | 0.034129 | +1.07% |
| 2026-09-09 | 0.033768 | +0.38% |
| 2026-09-08 | 0.033641 | -0.11% |
| 2026-09-07 | 0.033678 | +0.08% |
| 2026-09-06 | 0.033653 | -0.65% |
| 2026-09-05 | 0.033873 | +1.01% |
| 2026-09-04 | 0.033535 | +0.53% |
| 2026-09-03 | 0.033357 | -0.79% |
| 2026-09-02 | 0.033622 | -0.32% |
| 2026-09-01 | 0.03373 | +0.62% |
| 2026-08-31 | 0.033522 | -1.12% |
| 2026-08-30 | 0.033901 | +0.02% |
| 2026-08-29 | 0.033895 | -0.23% |
| 2026-08-28 | 0.033974 | — |
RUB to TND conversion table
1 RUB0.034791 TND
5 RUB0.17395 TND
10 RUB0.34791 TND
25 RUB0.86977 TND
50 RUB1.7395 TND
100 RUB3.4791 TND
500 RUB17.3954 TND
1,000 RUB34.7909 TND
5,000 RUB173.9543 TND
10,000 RUB347.9085 TND
Get the RUB/TND rate in your app
One GET request returns the latest RUB → TND 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/TND"fetch('https://rate-api.com/api/v1/pair/RUB/TND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TND');
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']} TND\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TND"
},
"rate": 0.0348,
"timestamp": 1790429331,
"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
TND to RUBTunisian Dinar → Russian Ruble28.7432Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.