Convert TZS to INR
Tanzanian Shilling → Indian Rupee
1 TZS = 0.036206 INR(1 INR = 27.619734 TZS)
Currency converter
1 TZS =
0.036206 INR
TZS to INR: last 30 days
Over the last 30 days, 1 TZS traded between 0.035648 and 0.036309 INR, averaging 0.036055 INR. The TZS/INR rate is up 0.47% since 2026-08-28.
- 30-day high
- 0.036309
- 2026-09-17
- 30-day low
- 0.035648
- 2026-09-05
- 30-day average
- 0.036055
- Days with data: 30
- 30-day change
- +0.47%
- since 2026-08-28
0.036309
0.0356482026-08-28 → 2026-09-26
| Date | 1 TZS in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.036206 | 0.00% |
| 2026-09-25 | 0.036206 | -0.07% |
| 2026-09-24 | 0.036233 | +0.11% |
| 2026-09-23 | 0.036194 | +0.01% |
| 2026-09-22 | 0.03619 | +0.01% |
| 2026-09-21 | 0.036184 | -0.24% |
| 2026-09-20 | 0.036271 | +0.18% |
| 2026-09-19 | 0.036207 | +0.04% |
| 2026-09-18 | 0.036193 | -0.32% |
| 2026-09-17 | 0.036309 | +0.13% |
| 2026-09-16 | 0.036262 | -0.08% |
| 2026-09-15 | 0.036293 | +0.53% |
| 2026-09-14 | 0.036103 | -0.36% |
| 2026-09-13 | 0.036234 | +0.29% |
| 2026-09-12 | 0.036131 | +0.01% |
| Date | 1 TZS in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.036129 | -0.03% |
| 2026-09-10 | 0.036138 | +0.48% |
| 2026-09-09 | 0.035967 | +0.39% |
| 2026-09-08 | 0.035829 | +0.47% |
| 2026-09-07 | 0.035662 | -0.25% |
| 2026-09-06 | 0.035753 | +0.29% |
| 2026-09-05 | 0.035648 | -0.19% |
| 2026-09-04 | 0.035717 | +0.07% |
| 2026-09-03 | 0.035692 | -0.75% |
| 2026-09-02 | 0.03596 | +0.19% |
| 2026-09-01 | 0.035891 | +0.02% |
| 2026-08-31 | 0.035884 | -0.58% |
| 2026-08-30 | 0.036092 | +0.12% |
| 2026-08-29 | 0.036049 | +0.03% |
| 2026-08-28 | 0.036038 | — |
TZS to INR conversion table
1 TZS0.036206 INR
5 TZS0.18103 INR
10 TZS0.36206 INR
25 TZS0.90515 INR
50 TZS1.8103 INR
100 TZS3.6206 INR
500 TZS18.103 INR
1,000 TZS36.206 INR
5,000 TZS181.03 INR
10,000 TZS362.06 INR
Get the TZS/INR rate in your app
One GET request returns the latest TZS → 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/TZS/INR"fetch('https://rate-api.com/api/v1/pair/TZS/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TZS = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TZS/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TZS = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TZS/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TZS = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TZS",
"to": "INR"
},
"rate": 0.0362,
"timestamp": 1790435181,
"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 TZSIndian Rupee → Tanzanian Shilling27.6197Convert TZS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.