Convert CZK to CHF
Czech Koruna → Swiss Franc
1 CZK = 0.0387965 CHF(1 CHF = 25.775543 CZK)
Currency converter
1 CZK =
0.038796 CHF
CZK to CHF: last 30 days
Over the last 30 days, 1 CZK traded between 0.03851 and 0.038969 CHF, averaging 0.038832 CHF. The CZK/CHF rate is up 0.05% since 2026-08-28.
- 30-day high
- 0.038969
- 2026-09-08
- 30-day low
- 0.03851
- 2026-09-23
- 30-day average
- 0.038832
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
0.038969
0.038512026-08-28 → 2026-09-26
| Date | 1 CZK in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.038796 | 0.00% |
| 2026-09-25 | 0.038796 | +0.61% |
| 2026-09-24 | 0.038563 | +0.14% |
| 2026-09-23 | 0.03851 | -0.19% |
| 2026-09-22 | 0.038585 | -0.44% |
| 2026-09-21 | 0.038757 | -0.31% |
| 2026-09-20 | 0.038876 | 0.00% |
| 2026-09-19 | 0.038876 | 0.00% |
| 2026-09-18 | 0.038876 | -0.17% |
| 2026-09-17 | 0.038942 | +0.20% |
| 2026-09-16 | 0.038864 | -0.00% |
| 2026-09-15 | 0.038865 | +0.11% |
| 2026-09-14 | 0.03882 | -0.33% |
| 2026-09-13 | 0.03895 | 0.00% |
| 2026-09-12 | 0.03895 | 0.00% |
| Date | 1 CZK in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.03895 | +0.15% |
| 2026-09-10 | 0.038894 | +0.28% |
| 2026-09-09 | 0.038785 | -0.47% |
| 2026-09-08 | 0.038969 | +0.26% |
| 2026-09-07 | 0.038868 | -0.03% |
| 2026-09-06 | 0.038881 | 0.00% |
| 2026-09-05 | 0.038881 | 0.00% |
| 2026-09-04 | 0.038881 | +0.29% |
| 2026-09-03 | 0.038769 | -0.48% |
| 2026-09-02 | 0.038957 | +0.19% |
| 2026-09-01 | 0.038884 | +0.04% |
| 2026-08-31 | 0.038869 | +0.23% |
| 2026-08-30 | 0.038778 | 0.00% |
| 2026-08-29 | 0.038778 | 0.00% |
| 2026-08-28 | 0.038778 | — |
CZK to CHF conversion table
1 CZK0.038796 CHF
5 CZK0.19398 CHF
10 CZK0.38796 CHF
25 CZK0.96991 CHF
50 CZK1.9398 CHF
100 CZK3.8796 CHF
500 CZK19.3982 CHF
1,000 CZK38.7965 CHF
5,000 CZK193.9823 CHF
10,000 CZK387.9647 CHF
Get the CZK/CHF rate in your app
One GET request returns the latest CZK → CHF 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/CZK/CHF"fetch('https://rate-api.com/api/v1/pair/CZK/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CZK = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CZK/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CZK = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CZK/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CZK = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "CZK",
"to": "CHF"
},
"rate": 0.0388,
"timestamp": 1790432117,
"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
CHF to CZKSwiss Franc → Czech Koruna25.7755Convert CZK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.