Skip to content

CHF to KZT exchange rate API

Swiss Franc to Tenge · quoted 2026-09-25

533.1768

▼ +15.93% over YTD

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 year to date, CHF/KZT traded between 533.1768 and 653.9187, averaged 602.4997 and fell 15.93%. 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 YTD

CHF/KZT over YTD: show the values
PointCHF/KZT
2025-12-31634.1776
2026-01-07639.8751
2026-01-14636.1925
2026-01-21643.7633
2026-01-28653.9187
2026-02-04647.7835
2026-02-11640.2273
2026-02-18636.3338
2026-02-25644.0996
2026-03-04641.4788
2026-03-11626.5525
2026-03-18609.2556
2026-03-25610.0065
2026-04-01603.8130
2026-04-08586.9216
2026-04-15607.3553
2026-04-22594.5508
2026-04-29580.8307
2026-05-06595.0992
2026-05-14600.4825
2026-05-21598.1289
2026-05-29617.6159
2026-06-05616.0841
2026-06-14615.5104
2026-06-21604.4714
2026-06-28600.0252
2026-07-05588.2694
2026-07-12582.5056
2026-07-19582.2481
2026-07-26581.0116
2026-08-02587.3775
2026-08-09580.6619
2026-08-16570.0250
2026-08-24572.1570
2026-08-31574.3552
2026-09-07563.3289
2026-09-14553.8689
2026-09-21543.9484

High

653.9187

Low

533.1768

Average

602.4997

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.