CHF to CZK exchange rate API
Swiss Franc to Czech Koruna · quoted 2026-09-24
25.9224
▲ +10.54% over 5Y
1 CHF = 25.9224 CZK · 1 CZK = 0.03858 CHF · Get this rate via the API
1 CHF buys 25.9224 CZK as of 2026-09-24, so 1 CZK buys 0.03858 CHF. Over the last 5 years, CHF/CZK traded between 23.4256 and 27.1074, averaged 25.6186 and rose 10.54%. The API holds daily CHF/CZK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
CHF/CZK over 5Y: show the values
| Point | CHF/CZK |
|---|---|
| 2021-09-27 | 23.4498 |
| 2021-11-08 | 23.8429 |
| 2021-12-20 | 24.2448 |
| 2022-01-31 | 23.4256 |
| 2022-03-14 | 24.2853 |
| 2022-04-27 | 24.0004 |
| 2022-06-08 | 23.4808 |
| 2022-07-20 | 24.7504 |
| 2022-08-31 | 25.0612 |
| 2022-10-12 | 25.4150 |
| 2022-11-23 | 24.8658 |
| 2023-01-05 | 24.4212 |
| 2023-02-16 | 23.9897 |
| 2023-03-30 | 23.6345 |
| 2023-05-16 | 24.3270 |
| 2023-06-27 | 24.1179 |
| 2023-08-08 | 25.2500 |
| 2023-09-19 | 25.4633 |
| 2023-10-31 | 25.5626 |
| 2023-12-12 | 25.8604 |
| 2024-01-26 | 26.3389 |
| 2024-03-08 | 26.3955 |
| 2024-04-23 | 25.9729 |
| 2024-06-05 | 25.4060 |
| 2024-07-17 | 26.0910 |
| 2024-08-27 | 26.5191 |
| 2024-10-01 | 26.8602 |
| 2024-10-31 | 26.9093 |
| 2024-11-30 | 27.1074 |
| 2024-12-30 | 26.7366 |
| 2025-01-29 | 26.6405 |
| 2025-02-28 | 26.6436 |
| 2025-03-30 | 26.1822 |
| 2025-04-29 | 26.5354 |
| 2025-05-29 | 26.6870 |
| 2025-06-28 | 26.4251 |
| 2025-07-28 | 26.3553 |
| 2025-08-27 | 26.2481 |
| 2025-09-26 | 26.0673 |
| 2025-10-26 | 26.2649 |
| 2025-11-25 | 25.8245 |
| 2025-12-25 | 26.1569 |
| 2026-01-24 | 26.2586 |
| 2026-02-23 | 26.4877 |
| 2026-03-25 | 26.6984 |
| 2026-04-24 | 26.4953 |
| 2026-05-24 | 26.6567 |
| 2026-06-23 | 26.2396 |
| 2026-07-23 | 26.0215 |
| 2026-08-22 | 25.7700 |
| 2026-09-21 | 25.8021 |
High
27.1074
Low
23.4256
Average
25.6186
Get this rate via the API
One GET request returns the CHF/CZK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/CZK API questions
How do I get the CHF/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/CZK rate in rates.CZK.
How far back does CHF/CZK historical data go?
Daily CHF/CZK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/CZK exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.