Convert TND to RUB
Tunisian Dinar → Russian Ruble
1 TND = 28.743187 RUB(1 RUB = 0.0347909 TND)
Currency converter
1 TND =
28.7432 RUB
TND to RUB: last 30 days
Over the last 30 days, 1 TND traded between 28.4433 and 29.9783 RUB, averaging 29.1925 RUB. The TND/RUB rate is down 2.35% since 2026-08-28.
- 30-day high
- 29.9783
- 2026-09-03
- 30-day low
- 28.4433
- 2026-09-22
- 30-day average
- 29.1925
- Days with data: 30
- 30-day change
- -2.35%
- since 2026-08-28
29.9783
28.44332026-08-28 → 2026-09-26
| Date | 1 TND in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 28.7432 | 0.00% |
| 2026-09-25 | 28.7432 | +0.12% |
| 2026-09-24 | 28.71 | +0.48% |
| 2026-09-23 | 28.5717 | +0.45% |
| 2026-09-22 | 28.4433 | -0.48% |
| 2026-09-21 | 28.5791 | +0.01% |
| 2026-09-20 | 28.5759 | -0.45% |
| 2026-09-19 | 28.7041 | -1.06% |
| 2026-09-18 | 29.0127 | +0.97% |
| 2026-09-17 | 28.7335 | -0.50% |
| 2026-09-16 | 28.8773 | +0.17% |
| 2026-09-15 | 28.8286 | -1.20% |
| 2026-09-14 | 29.1788 | +0.23% |
| 2026-09-13 | 29.1125 | +0.19% |
| 2026-09-12 | 29.0587 | +0.62% |
| Date | 1 TND in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 28.8796 | -1.44% |
| 2026-09-10 | 29.3005 | -1.06% |
| 2026-09-09 | 29.6137 | -0.38% |
| 2026-09-08 | 29.7254 | +0.11% |
| 2026-09-07 | 29.6927 | -0.08% |
| 2026-09-06 | 29.715 | +0.65% |
| 2026-09-05 | 29.5222 | -1.00% |
| 2026-09-04 | 29.8195 | -0.53% |
| 2026-09-03 | 29.9783 | +0.79% |
| 2026-09-02 | 29.7429 | +0.32% |
| 2026-09-01 | 29.6473 | -0.62% |
| 2026-08-31 | 29.8309 | +1.13% |
| 2026-08-30 | 29.4973 | -0.02% |
| 2026-08-29 | 29.5026 | +0.23% |
| 2026-08-28 | 29.4339 | — |
TND to RUB conversion table
1 TND28.7432 RUB
5 TND143.7159 RUB
10 TND287.4319 RUB
25 TND718.5797 RUB
50 TND1,437.1594 RUB
100 TND2,874.3187 RUB
500 TND14,371.594 RUB
1,000 TND28,743.187 RUB
5,000 TND143,715.94 RUB
10,000 TND287,431.87 RUB
Get the TND/RUB rate in your app
One GET request returns the latest TND → 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/TND/RUB"fetch('https://rate-api.com/api/v1/pair/TND/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TND = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TND/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TND = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TND/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TND = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "TND",
"to": "RUB"
},
"rate": 28.7432,
"timestamp": 1790432080,
"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 TNDRussian Ruble → Tunisian Dinar0.034791Convert TND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.