Convert CHF to CZK
Swiss Franc → Czech Koruna
1 CHF = 25.775543 CZK(1 CZK = 0.0387965 CHF)
Currency converter
1 CHF =
25.7755 CZK
CHF to CZK: last 30 days
Over the last 30 days, 1 CHF traded between 25.6617 and 25.967 CZK, averaging 25.7524 CZK. The CHF/CZK rate is down 0.05% since 2026-08-28.
- 30-day high
- 25.967
- 2026-09-23
- 30-day low
- 25.6617
- 2026-09-08
- 30-day average
- 25.7524
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-28
25.967
25.66172026-08-28 → 2026-09-26
| Date | 1 CHF in CZK | Daily change |
|---|---|---|
| 2026-09-26 | 25.7755 | 0.00% |
| 2026-09-25 | 25.7755 | -0.60% |
| 2026-09-24 | 25.9316 | -0.14% |
| 2026-09-23 | 25.967 | +0.19% |
| 2026-09-22 | 25.9171 | +0.45% |
| 2026-09-21 | 25.802 | +0.31% |
| 2026-09-20 | 25.7228 | 0.00% |
| 2026-09-19 | 25.7228 | 0.00% |
| 2026-09-18 | 25.7228 | +0.17% |
| 2026-09-17 | 25.6789 | -0.20% |
| 2026-09-16 | 25.7308 | +0.00% |
| 2026-09-15 | 25.7303 | -0.11% |
| 2026-09-14 | 25.7597 | +0.33% |
| 2026-09-13 | 25.674 | 0.00% |
| 2026-09-12 | 25.674 | 0.00% |
| Date | 1 CHF in CZK | Daily change |
|---|---|---|
| 2026-09-11 | 25.674 | -0.14% |
| 2026-09-10 | 25.7112 | -0.28% |
| 2026-09-09 | 25.7834 | +0.47% |
| 2026-09-08 | 25.6617 | -0.26% |
| 2026-09-07 | 25.7278 | +0.03% |
| 2026-09-06 | 25.7192 | 0.00% |
| 2026-09-05 | 25.7192 | 0.00% |
| 2026-09-04 | 25.7192 | -0.29% |
| 2026-09-03 | 25.7941 | +0.49% |
| 2026-09-02 | 25.6696 | -0.19% |
| 2026-09-01 | 25.7177 | -0.04% |
| 2026-08-31 | 25.7275 | -0.23% |
| 2026-08-30 | 25.7877 | 0.00% |
| 2026-08-29 | 25.7877 | 0.00% |
| 2026-08-28 | 25.7877 | — |
CHF to CZK conversion table
1 CHF25.7755 CZK
5 CHF128.8777 CZK
10 CHF257.7554 CZK
25 CHF644.3886 CZK
50 CHF1,288.7771 CZK
100 CHF2,577.5543 CZK
500 CHF12,887.771 CZK
1,000 CHF25,775.543 CZK
5,000 CHF128,877.71 CZK
10,000 CHF257,755.43 CZK
Get the CHF/CZK rate in your app
One GET request returns the latest CHF → CZK 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/CZK"fetch('https://rate-api.com/api/v1/pair/CHF/CZK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CZK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CZK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CZK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CZK');
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']} CZK\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CZK"
},
"rate": 25.7755,
"timestamp": 1790429380,
"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
CZK to CHFCzech Koruna → Swiss Franc0.038796Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.