Skip to content

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

CHF/CZK over 5Y: show the values
PointCHF/CZK
2021-09-2723.4498
2021-11-0823.8429
2021-12-2024.2448
2022-01-3123.4256
2022-03-1424.2853
2022-04-2724.0004
2022-06-0823.4808
2022-07-2024.7504
2022-08-3125.0612
2022-10-1225.4150
2022-11-2324.8658
2023-01-0524.4212
2023-02-1623.9897
2023-03-3023.6345
2023-05-1624.3270
2023-06-2724.1179
2023-08-0825.2500
2023-09-1925.4633
2023-10-3125.5626
2023-12-1225.8604
2024-01-2626.3389
2024-03-0826.3955
2024-04-2325.9729
2024-06-0525.4060
2024-07-1726.0910
2024-08-2726.5191
2024-10-0126.8602
2024-10-3126.9093
2024-11-3027.1074
2024-12-3026.7366
2025-01-2926.6405
2025-02-2826.6436
2025-03-3026.1822
2025-04-2926.5354
2025-05-2926.6870
2025-06-2826.4251
2025-07-2826.3553
2025-08-2726.2481
2025-09-2626.0673
2025-10-2626.2649
2025-11-2525.8245
2025-12-2526.1569
2026-01-2426.2586
2026-02-2326.4877
2026-03-2526.6984
2026-04-2426.4953
2026-05-2426.6567
2026-06-2326.2396
2026-07-2326.0215
2026-08-2225.7700
2026-09-2125.8021

High

27.1074

Low

23.4256

Average

25.6186

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=CZK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=CZK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.