Convert CHF to TOP
Swiss Franc → Tongan Paʻanga
1 CHF = 2.907507 TOP(1 TOP = 0.343937 CHF)
Currency converter
1 CHF =
2.9075 TOP
CHF to TOP: last 30 days
Over the last 30 days, 1 CHF traded between 2.8851 and 2.9945 TOP, averaging 2.9281 TOP. The CHF/TOP rate is down 2.91% since 2026-08-28.
- 30-day high
- 2.9945
- 2026-08-28
- 30-day low
- 2.8851
- 2026-09-20
- 30-day average
- 2.9281
- Days with data: 30
- 30-day change
- -2.91%
- since 2026-08-28
2.9945
2.88512026-08-28 → 2026-09-26
| Date | 1 CHF in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 2.9075 | 0.00% |
| 2026-09-25 | 2.9075 | -0.07% |
| 2026-09-24 | 2.9096 | +0.21% |
| 2026-09-23 | 2.9035 | -0.42% |
| 2026-09-22 | 2.9157 | +0.43% |
| 2026-09-21 | 2.9033 | +0.63% |
| 2026-09-20 | 2.8851 | -0.62% |
| 2026-09-19 | 2.903 | -0.45% |
| 2026-09-18 | 2.9162 | +1.02% |
| 2026-09-17 | 2.8867 | -1.84% |
| 2026-09-16 | 2.9407 | +0.29% |
| 2026-09-15 | 2.9324 | -0.48% |
| 2026-09-14 | 2.9466 | +1.50% |
| 2026-09-13 | 2.9031 | -0.00% |
| 2026-09-12 | 2.9031 | -0.77% |
| Date | 1 CHF in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 2.9257 | +0.22% |
| 2026-09-10 | 2.9193 | -0.93% |
| 2026-09-09 | 2.9468 | +0.70% |
| 2026-09-08 | 2.9263 | -0.45% |
| 2026-09-07 | 2.9396 | +0.79% |
| 2026-09-06 | 2.9165 | -0.01% |
| 2026-09-05 | 2.9168 | -1.91% |
| 2026-09-04 | 2.9735 | +0.41% |
| 2026-09-03 | 2.9613 | +0.25% |
| 2026-09-02 | 2.954 | -0.58% |
| 2026-09-01 | 2.9713 | -0.12% |
| 2026-08-31 | 2.9749 | +1.67% |
| 2026-08-30 | 2.9259 | -0.22% |
| 2026-08-29 | 2.9323 | -2.08% |
| 2026-08-28 | 2.9945 | — |
CHF to TOP conversion table
1 CHF2.9075 TOP
5 CHF14.5375 TOP
10 CHF29.0751 TOP
25 CHF72.6877 TOP
50 CHF145.3753 TOP
100 CHF290.7507 TOP
500 CHF1,453.7533 TOP
1,000 CHF2,907.5067 TOP
5,000 CHF14,537.533 TOP
10,000 CHF29,075.067 TOP
Get the CHF/TOP rate in your app
One GET request returns the latest CHF → TOP 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/TOP"fetch('https://rate-api.com/api/v1/pair/CHF/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TOP');
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']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TOP"
},
"rate": 2.9075,
"timestamp": 1790429296,
"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
TOP to CHFTongan Paʻanga → Swiss Franc0.34394Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.