Convert TND to INR
Tunisian Dinar → Indian Rupee
1 TND = 32.396143 INR(1 INR = 0.0308679 TND)
Currency converter
1 TND =
32.3961 INR
TND to INR: last 30 days
Over the last 30 days, 1 TND traded between 32.3936 and 33.023 INR, averaging 32.6708 INR. The TND/INR rate is down 1.38% since 2026-08-28.
- 30-day high
- 33.023
- 2026-08-31
- 30-day low
- 32.3936
- 2026-09-07
- 30-day average
- 32.6708
- Days with data: 30
- 30-day change
- -1.38%
- since 2026-08-28
33.023
32.39362026-08-28 → 2026-09-26
| Date | 1 TND in INR | Daily change |
|---|---|---|
| 2026-09-26 | 32.3961 | 0.00% |
| 2026-09-25 | 32.3961 | -0.24% |
| 2026-09-24 | 32.4728 | +0.07% |
| 2026-09-23 | 32.4503 | -0.03% |
| 2026-09-22 | 32.4612 | -0.23% |
| 2026-09-21 | 32.5367 | -0.15% |
| 2026-09-20 | 32.5843 | -0.08% |
| 2026-09-19 | 32.6096 | -0.94% |
| 2026-09-18 | 32.9202 | +0.59% |
| 2026-09-17 | 32.7285 | -0.56% |
| 2026-09-16 | 32.9113 | +0.54% |
| 2026-09-15 | 32.734 | -0.76% |
| 2026-09-14 | 32.9847 | -0.07% |
| 2026-09-13 | 33.0072 | +0.07% |
| 2026-09-12 | 32.9827 | +0.34% |
| Date | 1 TND in INR | Daily change |
|---|---|---|
| 2026-09-11 | 32.8695 | -0.10% |
| 2026-09-10 | 32.901 | +0.28% |
| 2026-09-09 | 32.8088 | +0.37% |
| 2026-09-08 | 32.6872 | +0.91% |
| 2026-09-07 | 32.3936 | -0.14% |
| 2026-09-06 | 32.4378 | -0.20% |
| 2026-09-05 | 32.5034 | -0.03% |
| 2026-09-04 | 32.5143 | +0.20% |
| 2026-09-03 | 32.4483 | -0.26% |
| 2026-09-02 | 32.5331 | -0.24% |
| 2026-09-01 | 32.6116 | -1.25% |
| 2026-08-31 | 33.023 | +0.95% |
| 2026-08-30 | 32.7107 | +0.17% |
| 2026-08-29 | 32.6557 | -0.59% |
| 2026-08-28 | 32.8498 | — |
TND to INR conversion table
1 TND32.3961 INR
5 TND161.9807 INR
10 TND323.9614 INR
25 TND809.9036 INR
50 TND1,619.8072 INR
100 TND3,239.6143 INR
500 TND16,198.072 INR
1,000 TND32,396.143 INR
5,000 TND161,980.72 INR
10,000 TND323,961.43 INR
Get the TND/INR rate in your app
One GET request returns the latest TND → 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/TND/INR"fetch('https://rate-api.com/api/v1/pair/TND/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TND = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TND/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TND = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TND/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TND = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TND",
"to": "INR"
},
"rate": 32.3961,
"timestamp": 1790435168,
"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 TNDIndian Rupee → Tunisian Dinar0.030868Convert TND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.