Skip to content

CZK to CHF exchange rate API

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

0.03874

▲ +0.99% over 1Y

1 CZK = 0.03874 CHF · 1 CHF = 25.8131 CZK · Get this rate via the API

1 CZK buys 0.03874 CHF as of 2026-09-26, so 1 CHF buys 25.8131 CZK. Over the last year, CZK/CHF traded between 0.03697 and 0.03895, averaged 0.03811 and rose 0.99%. The API holds daily CZK/CHF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CZK/CHF over 1Y

CZK/CHF over 1Y: show the values
PointCZK/CHF
2025-09-260.03836
2025-10-030.03848
2025-10-100.03837
2025-10-170.03808
2025-10-240.03800
2025-10-310.03818
2025-11-070.03827
2025-11-140.03796
2025-11-210.03833
2025-11-280.03854
2025-12-050.03868
2025-12-120.03850
2025-12-190.03831
2025-12-260.03831
2026-01-020.03845
2026-01-090.03827
2026-01-160.03835
2026-01-230.03824
2026-01-300.03764
2026-02-060.03785
2026-02-130.03759
2026-02-200.03767
2026-02-270.03755
2026-03-060.03704
2026-03-130.03697
2026-03-200.03712
2026-03-270.03740
2026-04-030.03760
2026-04-100.03793
2026-04-170.03796
2026-04-240.03774
2026-05-010.03761
2026-05-080.03767
2026-05-150.03758
2026-05-220.03754
2026-05-290.03752
2026-06-050.03797
2026-06-120.03813
2026-06-190.03817
2026-06-260.03799
2026-07-030.03798
2026-07-100.03802
2026-07-170.03812
2026-07-240.03852
2026-07-310.03843
2026-08-070.03853
2026-08-140.03879
2026-08-210.03878
2026-08-280.03878
2026-09-040.03888
2026-09-110.03895
2026-09-180.03887
2026-09-250.03880

High

0.03895

Low

0.03697

Average

0.03811

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CZK/CHF API questions

How do I get the CZK/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/CHF rate in rates.CHF.

How far back does CZK/CHF historical data go?

Daily CZK/CHF 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 CZK/CHF 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.