Convert INR to TJS
Indian Rupee → Tajikistani Somoni
1 INR = 0.0962088 TJS(1 TJS = 10.394059 INR)
Currency converter
1 INR =
0.096209 TJS
INR to TJS: last 30 days
Over the last 30 days, 1 INR traded between 0.096149 and 0.09796 TJS, averaging 0.09685 TJS. The INR/TJS rate is down 0.62% since 2026-08-28.
- 30-day high
- 0.09796
- 2026-09-06
- 30-day low
- 0.096149
- 2026-09-16
- 30-day average
- 0.09685
- Days with data: 30
- 30-day change
- -0.62%
- since 2026-08-28
0.09796
0.0961492026-08-28 → 2026-09-26
| Date | 1 INR in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 0.096209 | 0.00% |
| 2026-09-25 | 0.096209 | -0.28% |
| 2026-09-24 | 0.096481 | -0.01% |
| 2026-09-23 | 0.09649 | -0.14% |
| 2026-09-22 | 0.09663 | +0.35% |
| 2026-09-21 | 0.096293 | -0.09% |
| 2026-09-20 | 0.096375 | +0.13% |
| 2026-09-19 | 0.096249 | +0.05% |
| 2026-09-18 | 0.096202 | -0.35% |
| 2026-09-17 | 0.096541 | +0.41% |
| 2026-09-16 | 0.096149 | -0.10% |
| 2026-09-15 | 0.096248 | -0.50% |
| 2026-09-14 | 0.096731 | -0.09% |
| 2026-09-13 | 0.096817 | +0.06% |
| 2026-09-12 | 0.09676 | +0.09% |
| Date | 1 INR in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 0.096677 | -0.11% |
| 2026-09-10 | 0.096779 | -0.33% |
| 2026-09-09 | 0.097095 | -0.25% |
| 2026-09-08 | 0.097335 | -0.28% |
| 2026-09-07 | 0.097613 | -0.35% |
| 2026-09-06 | 0.09796 | +0.25% |
| 2026-09-05 | 0.097718 | +0.07% |
| 2026-09-04 | 0.097649 | -0.02% |
| 2026-09-03 | 0.097664 | +0.40% |
| 2026-09-02 | 0.097274 | +0.11% |
| 2026-09-01 | 0.097168 | -0.26% |
| 2026-08-31 | 0.097421 | +0.39% |
| 2026-08-30 | 0.097041 | +0.13% |
| 2026-08-29 | 0.096915 | +0.11% |
| 2026-08-28 | 0.096813 | — |
INR to TJS conversion table
1 INR0.096209 TJS
5 INR0.48104 TJS
10 INR0.96209 TJS
25 INR2.4052 TJS
50 INR4.8104 TJS
100 INR9.6209 TJS
500 INR48.1044 TJS
1,000 INR96.2088 TJS
5,000 INR481.044 TJS
10,000 INR962.088 TJS
Get the INR/TJS rate in your app
One GET request returns the latest INR → TJS 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/TJS"fetch('https://rate-api.com/api/v1/pair/INR/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TJS');
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']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TJS"
},
"rate": 0.0962,
"timestamp": 1790429420,
"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
TJS to INRTajikistani Somoni → Indian Rupee10.3941Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.