Convert EUR to TJS
Euro → Tajikistani Somoni
1 EUR = 10.511822 TJS(1 TJS = 0.095131 EUR)
Currency converter
1 EUR =
10.5118 TJS
EUR to TJS: last 30 days
Over the last 30 days, 1 EUR traded between 10.5118 and 10.7775 TJS, averaging 10.6691 TJS. The EUR/TJS rate is down 2.24% since 2026-08-28.
- 30-day high
- 10.7775
- 2026-08-30
- 30-day low
- 10.5118
- 2026-09-25
- 30-day average
- 10.6691
- Days with data: 30
- 30-day change
- -2.24%
- since 2026-08-28
10.7775
10.51182026-08-28 → 2026-09-26
| Date | 1 EUR in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 10.5118 | 0.00% |
| 2026-09-25 | 10.5118 | -0.11% |
| 2026-09-24 | 10.5239 | -0.17% |
| 2026-09-23 | 10.5415 | -0.44% |
| 2026-09-22 | 10.5882 | -0.13% |
| 2026-09-21 | 10.6016 | +0.11% |
| 2026-09-20 | 10.5896 | +0.13% |
| 2026-09-19 | 10.5756 | +0.05% |
| 2026-09-18 | 10.5705 | -0.60% |
| 2026-09-17 | 10.6339 | -0.10% |
| 2026-09-16 | 10.6445 | -0.12% |
| 2026-09-15 | 10.6573 | -0.19% |
| 2026-09-14 | 10.6772 | -0.44% |
| 2026-09-13 | 10.7248 | +0.06% |
| 2026-09-12 | 10.7185 | +0.09% |
| Date | 1 EUR in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 10.7093 | -0.19% |
| 2026-09-10 | 10.7292 | -0.29% |
| 2026-09-09 | 10.7603 | +0.38% |
| 2026-09-08 | 10.72 | +0.01% |
| 2026-09-07 | 10.7194 | -0.35% |
| 2026-09-06 | 10.7576 | +0.25% |
| 2026-09-05 | 10.7309 | +0.07% |
| 2026-09-04 | 10.7234 | +0.04% |
| 2026-09-03 | 10.7186 | +0.21% |
| 2026-09-02 | 10.6958 | +0.03% |
| 2026-09-01 | 10.693 | -0.54% |
| 2026-08-31 | 10.7512 | -0.24% |
| 2026-08-30 | 10.7775 | +0.13% |
| 2026-08-29 | 10.7635 | +0.11% |
| 2026-08-28 | 10.7522 | — |
EUR to TJS conversion table
1 EUR10.5118 TJS
5 EUR52.5591 TJS
10 EUR105.1182 TJS
25 EUR262.7955 TJS
50 EUR525.5911 TJS
100 EUR1,051.1822 TJS
500 EUR5,255.9109 TJS
1,000 EUR10,511.822 TJS
5,000 EUR52,559.109 TJS
10,000 EUR105,118.22 TJS
Get the EUR/TJS rate in your app
One GET request returns the latest EUR → 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/EUR/TJS"fetch('https://rate-api.com/api/v1/pair/EUR/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/TJS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "TJS"
},
"rate": 10.5118,
"timestamp": 1790429372,
"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 EURTajikistani Somoni → Euro0.095131Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.