Convert CHF to TND
Swiss Franc → Tunisian Dinar
1 CHF = 3.57082 TND(1 TND = 0.280048 CHF)
Currency converter
1 CHF =
3.5708 TND
CHF to TND: last 30 days
Over the last 30 days, 1 CHF traded between 3.5275 and 3.632 TND, averaging 3.5795 TND. The CHF/TND rate is down 1.10% since 2026-08-28.
- 30-day high
- 3.632
- 2026-08-29
- 30-day low
- 3.5275
- 2026-09-18
- 30-day average
- 3.5795
- Days with data: 30
- 30-day change
- -1.10%
- since 2026-08-28
3.632
3.52752026-08-28 → 2026-09-26
| Date | 1 CHF in TND | Daily change |
|---|---|---|
| 2026-09-26 | 3.5708 | 0.00% |
| 2026-09-25 | 3.5708 | +0.02% |
| 2026-09-24 | 3.57 | -0.43% |
| 2026-09-23 | 3.5854 | -0.23% |
| 2026-09-22 | 3.5937 | +0.23% |
| 2026-09-21 | 3.5853 | +0.60% |
| 2026-09-20 | 3.5639 | +0.08% |
| 2026-09-19 | 3.5611 | +0.95% |
| 2026-09-18 | 3.5275 | -0.78% |
| 2026-09-17 | 3.5554 | -0.13% |
| 2026-09-16 | 3.56 | -0.64% |
| 2026-09-15 | 3.583 | +0.98% |
| 2026-09-14 | 3.5483 | -0.08% |
| 2026-09-13 | 3.551 | -0.07% |
| 2026-09-12 | 3.5536 | -0.34% |
| Date | 1 CHF in TND | Daily change |
|---|---|---|
| 2026-09-11 | 3.5659 | -0.19% |
| 2026-09-10 | 3.5725 | -0.54% |
| 2026-09-09 | 3.5919 | +0.47% |
| 2026-09-08 | 3.5749 | -0.82% |
| 2026-09-07 | 3.6045 | +0.14% |
| 2026-09-06 | 3.5996 | +0.20% |
| 2026-09-05 | 3.5924 | +0.03% |
| 2026-09-04 | 3.5912 | -0.30% |
| 2026-09-03 | 3.602 | +0.44% |
| 2026-09-02 | 3.5864 | -0.16% |
| 2026-09-01 | 3.5921 | +0.78% |
| 2026-08-31 | 3.5643 | -1.70% |
| 2026-08-30 | 3.6259 | -0.17% |
| 2026-08-29 | 3.632 | +0.59% |
| 2026-08-28 | 3.6106 | — |
CHF to TND conversion table
1 CHF3.5708 TND
5 CHF17.8541 TND
10 CHF35.7082 TND
25 CHF89.2705 TND
50 CHF178.541 TND
100 CHF357.082 TND
500 CHF1,785.4098 TND
1,000 CHF3,570.8196 TND
5,000 CHF17,854.098 TND
10,000 CHF35,708.196 TND
Get the CHF/TND rate in your app
One GET request returns the latest CHF → TND 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/TND"fetch('https://rate-api.com/api/v1/pair/CHF/TND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TND');
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']} TND\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TND"
},
"rate": 3.5708,
"timestamp": 1790429343,
"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
TND to CHFTunisian Dinar → Swiss Franc0.28005Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.