Skip to content

CHF to KZT exchange rate API

Swiss Franc to Tenge · quoted 2026-09-25

533.1768

▼ +6.34% over 30D

1 CHF = 533.1768 KZT · 1 KZT = 0.001876 CHF · Get this rate via the API

1 CHF buys 533.1768 KZT as of 2026-09-25, so 1 KZT buys 0.001876 CHF. Over the last 30 days, CHF/KZT traded between 533.1504 and 576.1671, averaged 555.9303 and fell 6.34%. The API holds daily CHF/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/KZT over 30D

CHF/KZT over 30D: show the values
PointCHF/KZT
2026-08-26569.2932
2026-08-27573.6278
2026-08-28576.1671
2026-08-29573.9251
2026-08-30573.7972
2026-08-31574.3552
2026-09-01569.5204
2026-09-02563.2456
2026-09-03562.8954
2026-09-04562.9856
2026-09-05562.9834
2026-09-06562.7168
2026-09-07563.3289
2026-09-08559.4355
2026-09-09562.5397
2026-09-10561.0822
2026-09-11552.5077
2026-09-12552.1108
2026-09-13552.0358
2026-09-14553.8689
2026-09-15550.0504
2026-09-16548.8339
2026-09-17541.7675
2026-09-18539.4413
2026-09-19543.4563
2026-09-20543.8548
2026-09-21543.9484
2026-09-22547.2113
2026-09-23544.1163
2026-09-24538.3389
2026-09-25533.1504

High

576.1671

Low

533.1504

Average

555.9303

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/KZT API questions

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

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

How far back does CHF/KZT historical data go?

Daily CHF/KZT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/KZT 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.