Convert TJS to INR
Tajikistani Somoni → Indian Rupee
1 TJS = 10.394059 INR(1 INR = 0.0962088 TJS)
Currency converter
1 TJS =
10.3941 INR
TJS to INR: last 30 days
Over the last 30 days, 1 TJS traded between 10.2082 and 10.4005 INR, averaging 10.3255 INR. The TJS/INR rate is up 0.63% since 2026-08-28.
- 30-day high
- 10.4005
- 2026-09-16
- 30-day low
- 10.2082
- 2026-09-06
- 30-day average
- 10.3255
- Days with data: 30
- 30-day change
- +0.63%
- since 2026-08-28
10.4005
10.20822026-08-28 → 2026-09-26
| Date | 1 TJS in INR | Daily change |
|---|---|---|
| 2026-09-26 | 10.3941 | 0.00% |
| 2026-09-25 | 10.3941 | +0.28% |
| 2026-09-24 | 10.3648 | +0.01% |
| 2026-09-23 | 10.3638 | +0.14% |
| 2026-09-22 | 10.3488 | -0.35% |
| 2026-09-21 | 10.3849 | +0.09% |
| 2026-09-20 | 10.3761 | -0.13% |
| 2026-09-19 | 10.3898 | -0.05% |
| 2026-09-18 | 10.3948 | +0.35% |
| 2026-09-17 | 10.3583 | -0.41% |
| 2026-09-16 | 10.4005 | +0.10% |
| 2026-09-15 | 10.3898 | +0.50% |
| 2026-09-14 | 10.338 | +0.09% |
| 2026-09-13 | 10.3287 | -0.06% |
| 2026-09-12 | 10.3348 | -0.09% |
| Date | 1 TJS in INR | Daily change |
|---|---|---|
| 2026-09-11 | 10.3437 | +0.11% |
| 2026-09-10 | 10.3328 | +0.33% |
| 2026-09-09 | 10.2992 | +0.25% |
| 2026-09-08 | 10.2738 | +0.29% |
| 2026-09-07 | 10.2446 | +0.36% |
| 2026-09-06 | 10.2082 | -0.25% |
| 2026-09-05 | 10.2336 | -0.07% |
| 2026-09-04 | 10.2407 | +0.02% |
| 2026-09-03 | 10.2392 | -0.40% |
| 2026-09-02 | 10.2802 | -0.11% |
| 2026-09-01 | 10.2915 | +0.26% |
| 2026-08-31 | 10.2647 | -0.39% |
| 2026-08-30 | 10.305 | -0.13% |
| 2026-08-29 | 10.3184 | -0.11% |
| 2026-08-28 | 10.3292 | — |
TJS to INR conversion table
1 TJS10.3941 INR
5 TJS51.9703 INR
10 TJS103.9406 INR
25 TJS259.8515 INR
50 TJS519.703 INR
100 TJS1,039.4059 INR
500 TJS5,197.0297 INR
1,000 TJS10,394.059 INR
5,000 TJS51,970.297 INR
10,000 TJS103,940.59 INR
Get the TJS/INR rate in your app
One GET request returns the latest TJS → 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/TJS/INR"fetch('https://rate-api.com/api/v1/pair/TJS/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TJS = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TJS/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TJS = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TJS/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TJS = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TJS",
"to": "INR"
},
"rate": 10.3941,
"timestamp": 1790435133,
"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 TJSIndian Rupee → Tajikistani Somoni0.096209Convert TJS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.