Convert TJS to JPY
Tajikistani Somoni → Japanese Yen
1 TJS = 17.095039 JPY(1 JPY = 0.0584965 TJS)
Currency converter
1 TJS =
17.095 JPY
TJS to JPY: last 30 days
Over the last 30 days, 1 TJS traded between 16.5972 and 17.3595 JPY, averaging 16.9674 JPY. The TJS/JPY rate is down 1.13% since 2026-08-28.
- 30-day high
- 17.3595
- 2026-09-01
- 30-day low
- 16.5972
- 2026-09-09
- 30-day average
- 16.9674
- Days with data: 30
- 30-day change
- -1.13%
- since 2026-08-28
17.3595
16.59722026-08-28 → 2026-09-26
| Date | 1 TJS in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 17.095 | 0.00% |
| 2026-09-25 | 17.095 | -0.37% |
| 2026-09-24 | 17.1581 | +0.37% |
| 2026-09-23 | 17.0943 | +0.46% |
| 2026-09-22 | 17.0167 | -0.17% |
| 2026-09-21 | 17.0449 | -0.25% |
| 2026-09-20 | 17.0868 | -0.13% |
| 2026-09-19 | 17.1093 | -0.05% |
| 2026-09-18 | 17.1176 | +1.83% |
| 2026-09-17 | 16.8093 | +0.03% |
| 2026-09-16 | 16.8049 | +0.14% |
| 2026-09-15 | 16.7822 | +0.37% |
| 2026-09-14 | 16.7197 | +0.42% |
| 2026-09-13 | 16.6496 | -0.06% |
| 2026-09-12 | 16.6595 | -0.09% |
| Date | 1 TJS in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 16.6738 | -0.11% |
| 2026-09-10 | 16.6923 | +0.57% |
| 2026-09-09 | 16.5972 | -0.71% |
| 2026-09-08 | 16.7167 | -0.36% |
| 2026-09-07 | 16.7779 | -0.61% |
| 2026-09-06 | 16.8805 | -0.25% |
| 2026-09-05 | 16.9224 | -0.07% |
| 2026-09-04 | 16.9342 | +0.17% |
| 2026-09-03 | 16.9056 | -2.15% |
| 2026-09-02 | 17.2763 | -0.48% |
| 2026-09-01 | 17.3595 | +0.76% |
| 2026-08-31 | 17.228 | -0.13% |
| 2026-08-30 | 17.2502 | -0.13% |
| 2026-08-29 | 17.2726 | -0.11% |
| 2026-08-28 | 17.2908 | — |
TJS to JPY conversion table
1 TJS17.095 JPY
5 TJS85.4752 JPY
10 TJS170.9504 JPY
25 TJS427.376 JPY
50 TJS854.7519 JPY
100 TJS1,709.5039 JPY
500 TJS8,547.5194 JPY
1,000 TJS17,095.039 JPY
5,000 TJS85,475.194 JPY
10,000 TJS170,950.39 JPY
Get the TJS/JPY rate in your app
One GET request returns the latest TJS → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/TJS/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TJS = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TJS/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TJS = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TJS/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "TJS",
"to": "JPY"
},
"rate": 17.095,
"timestamp": 1790435063,
"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
JPY to TJSJapanese Yen → Tajikistani Somoni0.058497Convert TJS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.