Skip to content

CHF to KZT exchange rate API

Swiss Franc to Tenge · quoted 2026-09-25

533.1768

▼ +21.73% over 1Y

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 year, CHF/KZT traded between 533.1768 and 688.0014, averaged 616.4555 and fell 21.73%. 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 1Y

CHF/KZT over 1Y: show the values
PointCHF/KZT
2025-09-25681.2115
2025-10-02688.0014
2025-10-09673.9533
2025-10-16674.5689
2025-10-23674.8315
2025-10-30658.3636
2025-11-06650.0483
2025-11-13659.4984
2025-11-20642.6724
2025-11-27643.7268
2025-12-04627.9965
2025-12-12653.5480
2025-12-19648.5897
2025-12-26647.0473
2026-01-02639.5664
2026-01-09638.0871
2026-01-16638.0723
2026-01-23639.4147
2026-01-30654.5371
2026-02-06635.7706
2026-02-13643.5088
2026-02-20635.6939
2026-02-27647.7451
2026-03-06630.8855
2026-03-13623.7772
2026-03-20606.8064
2026-03-27603.5265
2026-04-03590.6708
2026-04-10603.5607
2026-04-17602.7608
2026-04-24591.5274
2026-05-01593.0690
2026-05-08596.8044
2026-05-16596.2105
2026-05-24601.8238
2026-05-31623.1068
2026-06-09610.5309
2026-06-16615.3851
2026-06-23602.0685
2026-06-30599.3633
2026-07-07585.7547
2026-07-14585.4635
2026-07-21580.6154
2026-07-28579.3236
2026-08-04586.7517
2026-08-11575.9995
2026-08-18568.6945
2026-08-26569.2932
2026-09-02563.2456
2026-09-09562.5397
2026-09-16548.8339
2026-09-23544.1163

High

688.0014

Low

533.1768

Average

616.4555

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.