Convert CHF to TTD
Swiss Franc → Trinidad & Tobago Dollar
1 CHF = 8.209263 TTD(1 TTD = 0.121814 CHF)
Currency converter
1 CHF =
8.2093 TTD
CHF to TTD: last 30 days
Over the last 30 days, 1 CHF traded between 8.189 and 8.4341 TTD, averaging 8.3135 TTD. The CHF/TTD rate is down 2.67% since 2026-08-28.
- 30-day high
- 8.4341
- 2026-08-28
- 30-day low
- 8.189
- 2026-09-20
- 30-day average
- 8.3135
- Days with data: 30
- 30-day change
- -2.67%
- since 2026-08-28
8.4341
8.1892026-08-28 → 2026-09-26
| Date | 1 CHF in TTD | Daily change |
|---|---|---|
| 2026-09-26 | 8.2093 | 0.00% |
| 2026-09-25 | 8.2093 | -0.13% |
| 2026-09-24 | 8.2197 | -0.47% |
| 2026-09-23 | 8.2585 | -0.38% |
| 2026-09-22 | 8.2903 | +0.31% |
| 2026-09-21 | 8.2644 | +0.92% |
| 2026-09-20 | 8.189 | -0.47% |
| 2026-09-19 | 8.2276 | +0.07% |
| 2026-09-18 | 8.2218 | -0.30% |
| 2026-09-17 | 8.2468 | -0.40% |
| 2026-09-16 | 8.2803 | -0.15% |
| 2026-09-15 | 8.293 | -0.27% |
| 2026-09-14 | 8.3152 | +0.35% |
| 2026-09-13 | 8.2865 | -0.45% |
| 2026-09-12 | 8.3238 | -0.05% |
| Date | 1 CHF in TTD | Daily change |
|---|---|---|
| 2026-09-11 | 8.3279 | -0.38% |
| 2026-09-10 | 8.36 | -0.38% |
| 2026-09-09 | 8.3921 | +0.57% |
| 2026-09-08 | 8.3449 | -0.42% |
| 2026-09-07 | 8.3801 | +0.51% |
| 2026-09-06 | 8.3379 | -0.49% |
| 2026-09-05 | 8.3791 | +0.26% |
| 2026-09-04 | 8.3573 | -0.13% |
| 2026-09-03 | 8.3681 | +0.47% |
| 2026-09-02 | 8.3288 | -0.06% |
| 2026-09-01 | 8.3336 | -1.16% |
| 2026-08-31 | 8.4312 | +0.49% |
| 2026-08-30 | 8.3898 | -0.17% |
| 2026-08-29 | 8.4038 | -0.36% |
| 2026-08-28 | 8.4341 | — |
CHF to TTD conversion table
1 CHF8.2093 TTD
5 CHF41.0463 TTD
10 CHF82.0926 TTD
25 CHF205.2316 TTD
50 CHF410.4632 TTD
100 CHF820.9263 TTD
500 CHF4,104.6315 TTD
1,000 CHF8,209.2631 TTD
5,000 CHF41,046.315 TTD
10,000 CHF82,092.631 TTD
Get the CHF/TTD rate in your app
One GET request returns the latest CHF → TTD 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/TTD"fetch('https://rate-api.com/api/v1/pair/CHF/TTD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TTD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TTD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TTD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TTD');
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']} TTD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TTD"
},
"rate": 8.2093,
"timestamp": 1790432064,
"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
TTD to CHFTrinidad & Tobago Dollar → Swiss Franc0.12181Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.