Convert TTD to RUB
Trinidad & Tobago Dollar → Russian Ruble
1 TTD = 12.502552 RUB(1 RUB = 0.0799837 TTD)
Currency converter
1 TTD =
12.5026 RUB
TTD to RUB: last 30 days
Over the last 30 days, 1 TTD traded between 12.3296 and 12.904 RUB, averaging 12.5691 RUB. The TTD/RUB rate is down 0.78% since 2026-08-28.
- 30-day high
- 12.904
- 2026-09-03
- 30-day low
- 12.3296
- 2026-09-22
- 30-day average
- 12.5691
- Days with data: 30
- 30-day change
- -0.78%
- since 2026-08-28
12.904
12.32962026-08-28 → 2026-09-26
| Date | 1 TTD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 12.5026 | 0.00% |
| 2026-09-25 | 12.5026 | +0.27% |
| 2026-09-24 | 12.4695 | +0.53% |
| 2026-09-23 | 12.4042 | +0.61% |
| 2026-09-22 | 12.3296 | -0.55% |
| 2026-09-21 | 12.3982 | -0.31% |
| 2026-09-20 | 12.4364 | +0.10% |
| 2026-09-19 | 12.4239 | -0.19% |
| 2026-09-18 | 12.4478 | +0.49% |
| 2026-09-17 | 12.3877 | -0.22% |
| 2026-09-16 | 12.4153 | -0.32% |
| 2026-09-15 | 12.4554 | +0.03% |
| 2026-09-14 | 12.4515 | -0.19% |
| 2026-09-13 | 12.4755 | +0.56% |
| 2026-09-12 | 12.4058 | +0.32% |
| Date | 1 TTD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 12.3658 | -1.24% |
| 2026-09-10 | 12.5212 | -1.21% |
| 2026-09-09 | 12.6749 | -0.47% |
| 2026-09-08 | 12.7343 | -0.29% |
| 2026-09-07 | 12.7717 | -0.44% |
| 2026-09-06 | 12.8285 | +1.36% |
| 2026-09-05 | 12.6569 | -1.22% |
| 2026-09-04 | 12.8135 | -0.70% |
| 2026-09-03 | 12.904 | +0.75% |
| 2026-09-02 | 12.8074 | +0.22% |
| 2026-09-01 | 12.7792 | +1.33% |
| 2026-08-31 | 12.6111 | -1.07% |
| 2026-08-30 | 12.7481 | -0.02% |
| 2026-08-29 | 12.7506 | +1.19% |
| 2026-08-28 | 12.6003 | — |
TTD to RUB conversion table
1 TTD12.5026 RUB
5 TTD62.5128 RUB
10 TTD125.0255 RUB
25 TTD312.5638 RUB
50 TTD625.1276 RUB
100 TTD1,250.2552 RUB
500 TTD6,251.2759 RUB
1,000 TTD12,502.552 RUB
5,000 TTD62,512.759 RUB
10,000 TTD125,025.52 RUB
Get the TTD/RUB rate in your app
One GET request returns the latest TTD → 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/TTD/RUB"fetch('https://rate-api.com/api/v1/pair/TTD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TTD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TTD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TTD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TTD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TTD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "TTD",
"to": "RUB"
},
"rate": 12.5026,
"timestamp": 1790432059,
"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 TTDRussian Ruble → Trinidad & Tobago Dollar0.079984Convert TTD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.