Convert INR to TZS
Indian Rupee → Tanzanian Shilling
1 INR = 27.627548 TZS(1 TZS = 0.0361958 INR)
Currency converter
1 INR =
27.6275 TZS
INR to TZS: last 30 days
Over the last 30 days, 1 INR traded between 27.5413 and 28.052 TZS, averaging 27.7322 TZS. The INR/TZS rate is down 0.41% since 2026-08-29.
- 30-day high
- 28.052
- 2026-09-05
- 30-day low
- 27.5413
- 2026-09-17
- 30-day average
- 27.7322
- Days with data: 30
- 30-day change
- -0.41%
- since 2026-08-29
28.052
27.54132026-08-29 → 2026-09-27
| Date | 1 INR in TZS | Daily change |
|---|---|---|
| 2026-09-27 | 27.6275 | 0.00% |
| 2026-09-26 | 27.6275 | +0.03% |
| 2026-09-25 | 27.6197 | +0.07% |
| 2026-09-24 | 27.5995 | -0.11% |
| 2026-09-23 | 27.6288 | -0.01% |
| 2026-09-22 | 27.6321 | -0.01% |
| 2026-09-21 | 27.6362 | +0.24% |
| 2026-09-20 | 27.5704 | -0.18% |
| 2026-09-19 | 27.6193 | -0.04% |
| 2026-09-18 | 27.6294 | +0.32% |
| 2026-09-17 | 27.5413 | -0.13% |
| 2026-09-16 | 27.5769 | +0.08% |
| 2026-09-15 | 27.5536 | -0.52% |
| 2026-09-14 | 27.6986 | +0.36% |
| 2026-09-13 | 27.5983 | -0.29% |
| Date | 1 INR in TZS | Daily change |
|---|---|---|
| 2026-09-12 | 27.6773 | -0.01% |
| 2026-09-11 | 27.6789 | +0.03% |
| 2026-09-10 | 27.6716 | -0.47% |
| 2026-09-09 | 27.8032 | -0.38% |
| 2026-09-08 | 27.9103 | -0.47% |
| 2026-09-07 | 28.041 | +0.25% |
| 2026-09-06 | 27.97 | -0.29% |
| 2026-09-05 | 28.052 | +0.19% |
| 2026-09-04 | 27.9976 | -0.07% |
| 2026-09-03 | 28.0177 | +0.75% |
| 2026-09-02 | 27.8088 | -0.19% |
| 2026-09-01 | 27.8622 | -0.02% |
| 2026-08-31 | 27.8679 | +0.58% |
| 2026-08-30 | 27.7071 | -0.12% |
| 2026-08-29 | 27.7399 | — |
INR to TZS conversion table
1 INR27.6275 TZS
5 INR138.1377 TZS
10 INR276.2755 TZS
25 INR690.6887 TZS
50 INR1,381.3774 TZS
100 INR2,762.7548 TZS
500 INR13,813.774 TZS
1,000 INR27,627.548 TZS
5,000 INR138,137.74 TZS
10,000 INR276,275.48 TZS
Get the INR/TZS rate in your app
One GET request returns the latest INR → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/INR/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TZS"
},
"rate": 27.6275,
"timestamp": 1790490128,
"date": "2026-09-27"
}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
TZS to INRTanzanian Shilling → Indian Rupee0.036196Convert INR to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.