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: show the values
| Point | CHF/KZT |
|---|---|
| 2025-12-31 | 634.1776 |
| 2026-01-07 | 639.8751 |
| 2026-01-14 | 636.1925 |
| 2026-01-21 | 643.7633 |
| 2026-01-28 | 653.9187 |
| 2026-02-04 | 647.7835 |
| 2026-02-11 | 640.2273 |
| 2026-02-18 | 636.3338 |
| 2026-02-25 | 644.0996 |
| 2026-03-04 | 641.4788 |
| 2026-03-11 | 626.5525 |
| 2026-03-18 | 609.2556 |
| 2026-03-25 | 610.0065 |
| 2026-04-01 | 603.8130 |
| 2026-04-08 | 586.9216 |
| 2026-04-15 | 607.3553 |
| 2026-04-22 | 594.5508 |
| 2026-04-29 | 580.8307 |
| 2026-05-06 | 595.0992 |
| 2026-05-14 | 600.4825 |
| 2026-05-21 | 598.1289 |
| 2026-05-29 | 617.6159 |
| 2026-06-05 | 616.0841 |
| 2026-06-14 | 615.5104 |
| 2026-06-21 | 604.4714 |
| 2026-06-28 | 600.0252 |
| 2026-07-05 | 588.2694 |
| 2026-07-12 | 582.5056 |
| 2026-07-19 | 582.2481 |
| 2026-07-26 | 581.0116 |
| 2026-08-02 | 587.3775 |
| 2026-08-09 | 580.6619 |
| 2026-08-16 | 570.0250 |
| 2026-08-24 | 572.1570 |
| 2026-08-31 | 574.3552 |
| 2026-09-07 | 563.3289 |
| 2026-09-14 | 553.8689 |
| 2026-09-21 | 543.9484 |
High
653.9187
Low
533.1768
Average
602.4997
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.