Convert TVD to INR
Tuvaluan Dollar → Indian Rupee
1 TVD = 67.361591 INR(1 INR = 0.0148453 TVD)
Currency converter
1 TVD =
67.3616 INR
TVD to INR: last 30 days
Over the last 30 days, 1 TVD traded between 67.3616 and 68.9003 INR, averaging 68.1708 INR. The TVD/INR rate is down 1.91% since 2026-08-28.
- 30-day high
- 68.9003
- 2026-09-10
- 30-day low
- 67.3616
- 2026-09-25
- 30-day average
- 68.1708
- Days with data: 30
- 30-day change
- -1.91%
- since 2026-08-28
68.9003
67.36162026-08-28 → 2026-09-26
| Date | 1 TVD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 67.3616 | 0.00% |
| 2026-09-25 | 67.3616 | -0.10% |
| 2026-09-24 | 67.4275 | -0.35% |
| 2026-09-23 | 67.6638 | -0.61% |
| 2026-09-22 | 68.079 | -0.35% |
| 2026-09-21 | 68.3186 | -0.00% |
| 2026-09-20 | 68.3207 | +0.00% |
| 2026-09-19 | 68.3196 | +0.19% |
| 2026-09-18 | 68.1886 | -0.00% |
| 2026-09-17 | 68.1908 | -0.30% |
| 2026-09-16 | 68.3964 | +0.11% |
| 2026-09-15 | 68.321 | -0.00% |
| 2026-09-14 | 68.3238 | -0.29% |
| 2026-09-13 | 68.5227 | -0.00% |
| 2026-09-12 | 68.5248 | +0.22% |
| Date | 1 TVD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 68.3725 | -0.77% |
| 2026-09-10 | 68.9003 | +0.28% |
| 2026-09-09 | 68.7074 | +0.42% |
| 2026-09-08 | 68.4226 | +0.52% |
| 2026-09-07 | 68.0682 | -0.00% |
| 2026-09-06 | 68.0709 | -0.00% |
| 2026-09-05 | 68.0717 | -0.06% |
| 2026-09-04 | 68.1092 | +0.54% |
| 2026-09-03 | 67.7418 | -0.08% |
| 2026-09-02 | 67.7988 | -0.37% |
| 2026-09-01 | 68.0477 | -0.22% |
| 2026-08-31 | 68.196 | -0.18% |
| 2026-08-30 | 68.3166 | +0.01% |
| 2026-08-29 | 68.3107 | -0.52% |
| 2026-08-28 | 68.6702 | — |
TVD to INR conversion table
1 TVD67.3616 INR
5 TVD336.808 INR
10 TVD673.6159 INR
25 TVD1,684.0398 INR
50 TVD3,368.0795 INR
100 TVD6,736.1591 INR
500 TVD33,680.795 INR
1,000 TVD67,361.591 INR
5,000 TVD336,807.95 INR
10,000 TVD673,615.91 INR
Get the TVD/INR rate in your app
One GET request returns the latest TVD → INR 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/TVD/INR"fetch('https://rate-api.com/api/v1/pair/TVD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TVD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TVD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TVD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TVD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TVD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TVD",
"to": "INR"
},
"rate": 67.3616,
"timestamp": 1790432189,
"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
INR to TVDIndian Rupee → Tuvaluan Dollar0.014845Convert TVD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.