Convert INR to TTD
Indian Rupee → Trinidad & Tobago Dollar
1 INR = 0.0709648 TTD(1 TTD = 14.091494 INR)
Currency converter
1 INR =
0.070965 TTD
INR to TTD: last 30 days
Over the last 30 days, 1 INR traded between 0.070518 and 0.07177 TTD, averaging 0.071089 TTD. The INR/TTD rate is down 0.21% since 2026-08-28.
- 30-day high
- 0.07177
- 2026-09-07
- 30-day low
- 0.070518
- 2026-09-20
- 30-day average
- 0.071089
- Days with data: 30
- 30-day change
- -0.21%
- since 2026-08-28
0.07177
0.0705182026-08-28 → 2026-09-26
| Date | 1 INR in TTD | Daily change |
|---|---|---|
| 2026-09-26 | 0.070965 | 0.00% |
| 2026-09-25 | 0.070965 | +0.09% |
| 2026-09-24 | 0.070903 | -0.11% |
| 2026-09-23 | 0.070982 | -0.12% |
| 2026-09-22 | 0.071067 | +0.31% |
| 2026-09-21 | 0.070846 | +0.47% |
| 2026-09-20 | 0.070518 | -0.47% |
| 2026-09-19 | 0.07085 | +0.07% |
| 2026-09-18 | 0.0708 | -0.10% |
| 2026-09-17 | 0.070872 | +0.28% |
| 2026-09-16 | 0.070673 | -0.05% |
| 2026-09-15 | 0.070708 | -0.47% |
| 2026-09-14 | 0.071045 | +0.49% |
| 2026-09-13 | 0.070699 | -0.45% |
| 2026-09-12 | 0.071017 | -0.05% |
| Date | 1 INR in TTD | Daily change |
|---|---|---|
| 2026-09-11 | 0.071052 | -0.10% |
| 2026-09-10 | 0.071125 | -0.12% |
| 2026-09-09 | 0.071213 | -0.28% |
| 2026-09-08 | 0.071413 | -0.50% |
| 2026-09-07 | 0.07177 | +0.51% |
| 2026-09-06 | 0.071408 | -0.49% |
| 2026-09-05 | 0.071761 | +0.26% |
| 2026-09-04 | 0.071575 | -0.03% |
| 2026-09-03 | 0.071596 | +0.30% |
| 2026-09-02 | 0.071383 | +0.34% |
| 2026-09-01 | 0.071139 | -0.69% |
| 2026-08-31 | 0.07163 | +1.26% |
| 2026-08-30 | 0.070737 | -0.17% |
| 2026-08-29 | 0.070855 | -0.36% |
| 2026-08-28 | 0.071111 | — |
INR to TTD conversion table
1 INR0.070965 TTD
5 INR0.35482 TTD
10 INR0.70965 TTD
25 INR1.7741 TTD
50 INR3.5482 TTD
100 INR7.0965 TTD
500 INR35.4824 TTD
1,000 INR70.9648 TTD
5,000 INR354.824 TTD
10,000 INR709.648 TTD
Get the INR/TTD rate in your app
One GET request returns the latest INR → 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/INR/TTD"fetch('https://rate-api.com/api/v1/pair/INR/TTD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TTD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TTD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TTD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TTD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} TTD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TTD"
},
"rate": 0.071,
"timestamp": 1790429399,
"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 INRTrinidad & Tobago Dollar → Indian Rupee14.0915Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.