Convert CHF to TZS
Swiss Franc → Tanzanian Shilling
1 CHF = 3,195.0725 TZS(1 TZS = 0.000312982 CHF)
Currency converter
1 CHF =
3,195.0725 TZS
CHF to TZS: last 30 days
Over the last 30 days, 1 CHF traded between 3,195.0725 and 3,291.1087 TZS, averaging 3,243.5757 TZS. The CHF/TZS rate is down 2.92% since 2026-08-28.
- 30-day high
- 3,291.1087
- 2026-08-28
- 30-day low
- 3,195.0725
- 2026-09-25
- 30-day average
- 3,243.5757
- Days with data: 30
- 30-day change
- -2.92%
- since 2026-08-28
3,291.1087
3,195.07252026-08-28 → 2026-09-26
| Date | 1 CHF in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 3,195.0725 | 0.00% |
| 2026-09-25 | 3,195.0725 | -0.14% |
| 2026-09-24 | 3,199.5765 | -0.47% |
| 2026-09-23 | 3,214.5342 | -0.28% |
| 2026-09-22 | 3,223.4435 | -0.01% |
| 2026-09-21 | 3,223.8499 | +0.69% |
| 2026-09-20 | 3,201.6604 | -0.18% |
| 2026-09-19 | 3,207.343 | -0.04% |
| 2026-09-18 | 3,208.511 | +0.12% |
| 2026-09-17 | 3,204.7819 | -0.81% |
| 2026-09-16 | 3,231.0274 | -0.02% |
| 2026-09-15 | 3,231.6161 | -0.32% |
| 2026-09-14 | 3,241.8519 | +0.22% |
| 2026-09-13 | 3,234.7471 | -0.29% |
| 2026-09-12 | 3,244.0092 | -0.01% |
| Date | 1 CHF in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 3,244.1991 | -0.26% |
| 2026-09-10 | 3,252.519 | -0.73% |
| 2026-09-09 | 3,276.5021 | +0.46% |
| 2026-09-08 | 3,261.4542 | -0.39% |
| 2026-09-07 | 3,274.173 | +0.25% |
| 2026-09-06 | 3,265.8907 | -0.29% |
| 2026-09-05 | 3,275.4579 | +0.19% |
| 2026-09-04 | 3,269.1038 | -0.17% |
| 2026-09-03 | 3,274.6883 | +0.93% |
| 2026-09-02 | 3,244.6291 | -0.59% |
| 2026-09-01 | 3,263.9362 | -0.49% |
| 2026-08-31 | 3,280.1723 | -0.18% |
| 2026-08-30 | 3,286.2228 | -0.12% |
| 2026-08-29 | 3,290.1176 | -0.03% |
| 2026-08-28 | 3,291.1087 | — |
CHF to TZS conversion table
1 CHF3,195.0725 TZS
5 CHF15,975.362 TZS
10 CHF31,950.725 TZS
25 CHF79,876.812 TZS
50 CHF159,753.62 TZS
100 CHF319,507.25 TZS
500 CHF1,597,536.2 TZS
1,000 CHF3,195,072.5 TZS
5,000 CHF15,975,362 TZS
10,000 CHF31,950,725 TZS
Get the CHF/TZS rate in your app
One GET request returns the latest CHF → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/CHF/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TZS"
},
"rate": 3195.0725,
"timestamp": 1790437924,
"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
TZS to CHFTanzanian Shilling → Swiss Franc0.00031298Convert CHF to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.