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: show the values
| Point | CHF/KZT |
|---|---|
| 2026-08-26 | 569.2932 |
| 2026-08-27 | 573.6278 |
| 2026-08-28 | 576.1671 |
| 2026-08-29 | 573.9251 |
| 2026-08-30 | 573.7972 |
| 2026-08-31 | 574.3552 |
| 2026-09-01 | 569.5204 |
| 2026-09-02 | 563.2456 |
| 2026-09-03 | 562.8954 |
| 2026-09-04 | 562.9856 |
| 2026-09-05 | 562.9834 |
| 2026-09-06 | 562.7168 |
| 2026-09-07 | 563.3289 |
| 2026-09-08 | 559.4355 |
| 2026-09-09 | 562.5397 |
| 2026-09-10 | 561.0822 |
| 2026-09-11 | 552.5077 |
| 2026-09-12 | 552.1108 |
| 2026-09-13 | 552.0358 |
| 2026-09-14 | 553.8689 |
| 2026-09-15 | 550.0504 |
| 2026-09-16 | 548.8339 |
| 2026-09-17 | 541.7675 |
| 2026-09-18 | 539.4413 |
| 2026-09-19 | 543.4563 |
| 2026-09-20 | 543.8548 |
| 2026-09-21 | 543.9484 |
| 2026-09-22 | 547.2113 |
| 2026-09-23 | 544.1163 |
| 2026-09-24 | 538.3389 |
| 2026-09-25 | 533.1504 |
High
576.1671
Low
533.1504
Average
555.9303
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.