Convert TJS to EUR
Tajikistani Somoni → Euro
1 TJS = 0.095131 EUR(1 EUR = 10.511822 TJS)
Currency converter
1 TJS =
0.095131 EUR
TJS to EUR: last 30 days
Over the last 30 days, 1 TJS traded between 0.092786 and 0.095131 EUR, averaging 0.093734 EUR. The TJS/EUR rate is up 2.29% since 2026-08-28.
- 30-day high
- 0.095131
- 2026-09-25
- 30-day low
- 0.092786
- 2026-08-30
- 30-day average
- 0.093734
- Days with data: 30
- 30-day change
- +2.29%
- since 2026-08-28
0.095131
0.0927862026-08-28 → 2026-09-26
| Date | 1 TJS in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.095131 | 0.00% |
| 2026-09-25 | 0.095131 | +0.11% |
| 2026-09-24 | 0.095022 | +0.17% |
| 2026-09-23 | 0.094863 | +0.44% |
| 2026-09-22 | 0.094445 | +0.13% |
| 2026-09-21 | 0.094325 | -0.11% |
| 2026-09-20 | 0.094433 | -0.13% |
| 2026-09-19 | 0.094557 | -0.05% |
| 2026-09-18 | 0.094603 | +0.60% |
| 2026-09-17 | 0.094039 | +0.10% |
| 2026-09-16 | 0.093945 | +0.12% |
| 2026-09-15 | 0.093832 | +0.19% |
| 2026-09-14 | 0.093657 | +0.45% |
| 2026-09-13 | 0.093242 | -0.06% |
| 2026-09-12 | 0.093297 | -0.09% |
| Date | 1 TJS in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.093377 | +0.19% |
| 2026-09-10 | 0.093203 | +0.29% |
| 2026-09-09 | 0.092934 | -0.37% |
| 2026-09-08 | 0.093283 | -0.01% |
| 2026-09-07 | 0.093288 | +0.36% |
| 2026-09-06 | 0.092958 | -0.25% |
| 2026-09-05 | 0.093188 | -0.07% |
| 2026-09-04 | 0.093254 | -0.04% |
| 2026-09-03 | 0.093296 | -0.21% |
| 2026-09-02 | 0.093494 | -0.03% |
| 2026-09-01 | 0.093519 | +0.54% |
| 2026-08-31 | 0.093013 | +0.24% |
| 2026-08-30 | 0.092786 | -0.13% |
| 2026-08-29 | 0.092906 | -0.11% |
| 2026-08-28 | 0.093004 | — |
TJS to EUR conversion table
1 TJS0.095131 EUR
5 TJS0.47565 EUR
10 TJS0.95131 EUR
25 TJS2.3783 EUR
50 TJS4.7565 EUR
100 TJS9.5131 EUR
500 TJS47.5655 EUR
1,000 TJS95.131 EUR
5,000 TJS475.6549 EUR
10,000 TJS951.3099 EUR
Get the TJS/EUR rate in your app
One GET request returns the latest TJS → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/TJS/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TJS = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TJS/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TJS = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TJS/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "TJS",
"to": "EUR"
},
"rate": 0.0951,
"timestamp": 1790435114,
"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
EUR to TJSEuro → Tajikistani Somoni10.5118Convert TJS to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.