Convert RUB to TTD
Russian Ruble → Trinidad & Tobago Dollar
1 RUB = 0.0799837 TTD(1 TTD = 12.502552 RUB)
Currency converter
1 RUB =
0.079984 TTD
RUB to TTD: last 30 days
Over the last 30 days, 1 RUB traded between 0.077495 and 0.081106 TTD, averaging 0.079574 TTD. The RUB/TTD rate is up 0.78% since 2026-08-28.
- 30-day high
- 0.081106
- 2026-09-22
- 30-day low
- 0.077495
- 2026-09-03
- 30-day average
- 0.079574
- Days with data: 30
- 30-day change
- +0.78%
- since 2026-08-28
0.081106
0.0774952026-08-28 → 2026-09-26
| Date | 1 RUB in TTD | Daily change |
|---|---|---|
| 2026-09-26 | 0.079984 | 0.00% |
| 2026-09-25 | 0.079984 | -0.26% |
| 2026-09-24 | 0.080196 | -0.52% |
| 2026-09-23 | 0.080618 | -0.60% |
| 2026-09-22 | 0.081106 | +0.56% |
| 2026-09-21 | 0.080657 | +0.31% |
| 2026-09-20 | 0.080409 | -0.10% |
| 2026-09-19 | 0.08049 | +0.19% |
| 2026-09-18 | 0.080336 | -0.48% |
| 2026-09-17 | 0.080725 | +0.22% |
| 2026-09-16 | 0.080545 | +0.32% |
| 2026-09-15 | 0.080287 | -0.03% |
| 2026-09-14 | 0.080312 | +0.19% |
| 2026-09-13 | 0.080157 | -0.56% |
| 2026-09-12 | 0.080607 | -0.32% |
| Date | 1 RUB in TTD | Daily change |
|---|---|---|
| 2026-09-11 | 0.080868 | +1.26% |
| 2026-09-10 | 0.079865 | +1.23% |
| 2026-09-09 | 0.078896 | +0.47% |
| 2026-09-08 | 0.078528 | +0.29% |
| 2026-09-07 | 0.078298 | +0.44% |
| 2026-09-06 | 0.077951 | -1.34% |
| 2026-09-05 | 0.079008 | +1.24% |
| 2026-09-04 | 0.078043 | +0.71% |
| 2026-09-03 | 0.077495 | -0.75% |
| 2026-09-02 | 0.07808 | -0.22% |
| 2026-09-01 | 0.078252 | -1.32% |
| 2026-08-31 | 0.079295 | +1.09% |
| 2026-08-30 | 0.078443 | +0.02% |
| 2026-08-29 | 0.078428 | -1.18% |
| 2026-08-28 | 0.079363 | — |
RUB to TTD conversion table
1 RUB0.079984 TTD
5 RUB0.39992 TTD
10 RUB0.79984 TTD
25 RUB1.9996 TTD
50 RUB3.9992 TTD
100 RUB7.9984 TTD
500 RUB39.9918 TTD
1,000 RUB79.9837 TTD
5,000 RUB399.9184 TTD
10,000 RUB799.8367 TTD
Get the RUB/TTD rate in your app
One GET request returns the latest RUB → TTD 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/TTD"fetch('https://rate-api.com/api/v1/pair/RUB/TTD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} TTD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/TTD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} TTD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/TTD');
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']} TTD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "TTD"
},
"rate": 0.08,
"timestamp": 1790429293,
"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
TTD to RUBTrinidad & Tobago Dollar → Russian Ruble12.5026Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.