Skip to content

CHF to CZK exchange rate API

Swiss Franc to Czech Koruna · quoted 2026-09-24

25.9037

▼ +0.45% over 1Y

1 CHF = 25.9037 CZK · 1 CZK = 0.03860 CHF · Get this rate via the API

1 CHF buys 25.9037 CZK as of 2026-09-24, so 1 CZK buys 0.03860 CHF. Over the last year, CHF/CZK traded between 25.6696 and 26.9926, averaged 26.2301 and fell 0.45%. 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 1Y

CHF/CZK over 1Y: show the values
PointCHF/CZK
2025-09-2426.0204
2025-10-0125.9210
2025-10-0826.1892
2025-10-1526.0935
2025-10-2226.3416
2025-10-2926.2319
2025-11-0526.1792
2025-11-1226.1935
2025-11-1926.0222
2025-11-2625.8730
2025-12-0325.8408
2025-12-1025.9139
2025-12-1726.0888
2025-12-2426.1428
2025-12-3126.0221
2026-01-0726.1071
2026-01-1425.9959
2026-01-2126.2797
2026-01-2826.4410
2026-02-0426.5674
2026-02-1126.5245
2026-02-1826.5849
2026-02-2526.5345
2026-03-0426.8223
2026-03-1126.9926
2026-03-1826.9668
2026-03-2526.6984
2026-04-0126.6739
2026-04-0826.4339
2026-04-1526.4208
2026-04-2226.5363
2026-04-2926.3989
2026-05-0626.5576
2026-05-1326.5942
2026-05-2026.5379
2026-05-2726.5312
2026-06-0326.3870
2026-06-1026.2340
2026-06-1726.2667
2026-06-2426.3043
2026-07-0126.2660
2026-07-0826.3002
2026-07-1526.1809
2026-07-2226.0747
2026-07-2925.9216
2026-08-0525.8909
2026-08-1225.8958
2026-08-1925.6999
2026-08-2625.6748
2026-09-0225.6696
2026-09-0925.7837
2026-09-1625.7308
2026-09-2325.9670

High

26.9926

Low

25.6696

Average

26.2301

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.