Convert CHF to TJS
Swiss Franc → Tajikistani Somoni
1 CHF = 11.12951 TJS(1 TJS = 0.0898512 CHF)
Currency converter
1 CHF =
11.1295 TJS
CHF to TJS: last 30 days
Over the last 30 days, 1 CHF traded between 11.1295 and 11.5096 TJS, averaging 11.3262 TJS. The CHF/TJS rate is down 3.07% since 2026-08-28.
- 30-day high
- 11.5096
- 2026-08-30
- 30-day low
- 11.1295
- 2026-09-25
- 30-day average
- 11.3262
- Days with data: 30
- 30-day change
- -3.07%
- since 2026-08-28
11.5096
11.12952026-08-28 → 2026-09-26
| Date | 1 CHF in TJS | Daily change |
|---|---|---|
| 2026-09-26 | 11.1295 | 0.00% |
| 2026-09-25 | 11.1295 | -0.50% |
| 2026-09-24 | 11.1849 | -0.37% |
| 2026-09-23 | 11.2263 | -0.41% |
| 2026-09-22 | 11.2724 | +0.35% |
| 2026-09-21 | 11.2329 | +0.37% |
| 2026-09-20 | 11.1917 | +0.13% |
| 2026-09-19 | 11.177 | +0.05% |
| 2026-09-18 | 11.1716 | -0.55% |
| 2026-09-17 | 11.2338 | -0.28% |
| 2026-09-16 | 11.2652 | -0.21% |
| 2026-09-15 | 11.2884 | -0.29% |
| 2026-09-14 | 11.3214 | -0.23% |
| 2026-09-13 | 11.3478 | +0.06% |
| 2026-09-12 | 11.3411 | +0.09% |
| Date | 1 CHF in TJS | Daily change |
|---|---|---|
| 2026-09-11 | 11.3314 | -0.39% |
| 2026-09-10 | 11.3754 | -0.58% |
| 2026-09-09 | 11.4422 | +0.60% |
| 2026-09-08 | 11.3741 | -0.21% |
| 2026-09-07 | 11.3977 | -0.35% |
| 2026-09-06 | 11.4382 | +0.25% |
| 2026-09-05 | 11.4099 | +0.07% |
| 2026-09-04 | 11.4019 | -0.11% |
| 2026-09-03 | 11.415 | +0.58% |
| 2026-09-02 | 11.3496 | -0.29% |
| 2026-09-01 | 11.3828 | -0.73% |
| 2026-08-31 | 11.4669 | -0.37% |
| 2026-08-30 | 11.5096 | +0.13% |
| 2026-08-29 | 11.4947 | +0.11% |
| 2026-08-28 | 11.4826 | — |
CHF to TJS conversion table
1 CHF11.1295 TJS
5 CHF55.6475 TJS
10 CHF111.2951 TJS
25 CHF278.2377 TJS
50 CHF556.4755 TJS
100 CHF1,112.951 TJS
500 CHF5,564.7548 TJS
1,000 CHF11,129.51 TJS
5,000 CHF55,647.548 TJS
10,000 CHF111,295.1 TJS
Get the CHF/TJS rate in your app
One GET request returns the latest CHF → 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/CHF/TJS"fetch('https://rate-api.com/api/v1/pair/CHF/TJS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TJS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TJS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TJS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TJS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} TJS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TJS"
},
"rate": 11.1295,
"timestamp": 1790429309,
"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 CHFTajikistani Somoni → Swiss Franc0.089851Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.