Convert INR to TVD
Indian Rupee → Tuvaluan Dollar
1 INR = 0.0148453 TVD(1 TVD = 67.361591 INR)
Currency converter
1 INR =
0.014845 TVD
INR to TVD: last 30 days
Over the last 30 days, 1 INR traded between 0.014514 and 0.014845 TVD, averaging 0.014669 TVD. The INR/TVD rate is up 1.94% since 2026-08-28.
- 30-day high
- 0.014845
- 2026-09-25
- 30-day low
- 0.014514
- 2026-09-10
- 30-day average
- 0.014669
- Days with data: 30
- 30-day change
- +1.94%
- since 2026-08-28
0.014845
0.0145142026-08-28 → 2026-09-26
| Date | 1 INR in TVD | Daily change |
|---|---|---|
| 2026-09-26 | 0.014845 | 0.00% |
| 2026-09-25 | 0.014845 | +0.10% |
| 2026-09-24 | 0.014831 | +0.35% |
| 2026-09-23 | 0.014779 | +0.61% |
| 2026-09-22 | 0.014689 | +0.35% |
| 2026-09-21 | 0.014637 | +0.00% |
| 2026-09-20 | 0.014637 | -0.00% |
| 2026-09-19 | 0.014637 | -0.19% |
| 2026-09-18 | 0.014665 | +0.00% |
| 2026-09-17 | 0.014665 | +0.30% |
| 2026-09-16 | 0.014621 | -0.11% |
| 2026-09-15 | 0.014637 | +0.00% |
| 2026-09-14 | 0.014636 | +0.29% |
| 2026-09-13 | 0.014594 | +0.00% |
| 2026-09-12 | 0.014593 | -0.22% |
| Date | 1 INR in TVD | Daily change |
|---|---|---|
| 2026-09-11 | 0.014626 | +0.77% |
| 2026-09-10 | 0.014514 | -0.28% |
| 2026-09-09 | 0.014554 | -0.41% |
| 2026-09-08 | 0.014615 | -0.52% |
| 2026-09-07 | 0.014691 | +0.00% |
| 2026-09-06 | 0.014691 | +0.00% |
| 2026-09-05 | 0.01469 | +0.06% |
| 2026-09-04 | 0.014682 | -0.54% |
| 2026-09-03 | 0.014762 | +0.08% |
| 2026-09-02 | 0.01475 | +0.37% |
| 2026-09-01 | 0.014696 | +0.22% |
| 2026-08-31 | 0.014664 | +0.18% |
| 2026-08-30 | 0.014638 | -0.01% |
| 2026-08-29 | 0.014639 | +0.53% |
| 2026-08-28 | 0.014562 | — |
INR to TVD conversion table
1 INR0.014845 TVD
5 INR0.074226 TVD
10 INR0.14845 TVD
25 INR0.37113 TVD
50 INR0.74226 TVD
100 INR1.4845 TVD
500 INR7.4226 TVD
1,000 INR14.8453 TVD
5,000 INR74.2263 TVD
10,000 INR148.4526 TVD
Get the INR/TVD rate in your app
One GET request returns the latest INR → TVD 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/TVD"fetch('https://rate-api.com/api/v1/pair/INR/TVD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TVD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TVD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TVD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TVD');
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']} TVD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TVD"
},
"rate": 0.0148,
"timestamp": 1790429438,
"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
TVD to INRTuvaluan Dollar → Indian Rupee67.3616Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.