Convert JPY to TJS
Japanese Yen → Tajikistani Somoni
1 JPY = 0.0584965 TJS(1 TJS = 17.095039 JPY)
Currency converter
1 JPY =
0.058497 TJS
JPY to TJS: last 30 days
Over the last 30 days, 1 JPY traded between 0.057605 and 0.060251 TJS, averaging 0.058947 TJS. The JPY/TJS rate is up 1.15% since 2026-08-28.
- 30-day high
- 0.060251
- 2026-09-09
- 30-day low
- 0.057605
- 2026-09-01
- 30-day average
- 0.058947
- Days with data: 30
- 30-day change
- +1.15%
- since 2026-08-28
0.060251
0.0576052026-08-28 → 2026-09-26
| Date | 1 JPY in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 0.058497 | 0.00% |
| 2026-09-25 | 0.058497 | +0.37% |
| 2026-09-24 | 0.058281 | -0.37% |
| 2026-09-23 | 0.058499 | -0.45% |
| 2026-09-22 | 0.058766 | +0.17% |
| 2026-09-21 | 0.058669 | +0.25% |
| 2026-09-20 | 0.058525 | +0.13% |
| 2026-09-19 | 0.058448 | +0.05% |
| 2026-09-18 | 0.058419 | -1.80% |
| 2026-09-17 | 0.059491 | -0.03% |
| 2026-09-16 | 0.059506 | -0.14% |
| 2026-09-15 | 0.059587 | -0.37% |
| 2026-09-14 | 0.05981 | -0.42% |
| 2026-09-13 | 0.060061 | +0.06% |
| 2026-09-12 | 0.060026 | +0.09% |
| Date | 1 JPY in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 0.059975 | +0.11% |
| 2026-09-10 | 0.059908 | -0.57% |
| 2026-09-09 | 0.060251 | +0.72% |
| 2026-09-08 | 0.05982 | +0.37% |
| 2026-09-07 | 0.059602 | +0.61% |
| 2026-09-06 | 0.05924 | +0.25% |
| 2026-09-05 | 0.059093 | +0.07% |
| 2026-09-04 | 0.059052 | -0.17% |
| 2026-09-03 | 0.059152 | +2.19% |
| 2026-09-02 | 0.057883 | +0.48% |
| 2026-09-01 | 0.057605 | -0.76% |
| 2026-08-31 | 0.058045 | +0.13% |
| 2026-08-30 | 0.05797 | +0.13% |
| 2026-08-29 | 0.057895 | +0.11% |
| 2026-08-28 | 0.057834 | — |
JPY to TJS conversion table
1 JPY0.058497 TJS
5 JPY0.29248 TJS
10 JPY0.58497 TJS
25 JPY1.4624 TJS
50 JPY2.9248 TJS
100 JPY5.8497 TJS
500 JPY29.2483 TJS
1,000 JPY58.4965 TJS
5,000 JPY292.4825 TJS
10,000 JPY584.965 TJS
Get the JPY/TJS rate in your app
One GET request returns the latest JPY → 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/JPY/TJS"fetch('https://rate-api.com/api/v1/pair/JPY/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TJS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TJS"
},
"rate": 0.0585,
"timestamp": 1790432065,
"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 JPYTajikistani Somoni → Japanese Yen17.095Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.