CHF to KZT exchange rate API
Swiss Franc to Tenge · quoted 2026-09-25
533.1768
▼ +11.85% over 6M
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 6 months, CHF/KZT traded between 533.1504 and 621.0692, averaged 582.9537 and fell 11.85%. 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 6M: show the values
| Point | CHF/KZT |
|---|---|
| 2026-03-29 | 604.8231 |
| 2026-04-05 | 587.4946 |
| 2026-04-12 | 596.4714 |
| 2026-04-19 | 600.6606 |
| 2026-04-26 | 589.7595 |
| 2026-05-03 | 593.3622 |
| 2026-05-10 | 592.9431 |
| 2026-05-18 | 599.1928 |
| 2026-05-26 | 601.8831 |
| 2026-06-02 | 621.0692 |
| 2026-06-11 | 610.5812 |
| 2026-06-18 | 607.0895 |
| 2026-06-25 | 597.9913 |
| 2026-07-02 | 594.0339 |
| 2026-07-09 | 580.9458 |
| 2026-07-16 | 581.6932 |
| 2026-07-23 | 572.7423 |
| 2026-07-30 | 585.1679 |
| 2026-08-06 | 580.1168 |
| 2026-08-13 | 572.6258 |
| 2026-08-21 | 571.6733 |
| 2026-08-28 | 576.1671 |
| 2026-09-04 | 562.9856 |
| 2026-09-11 | 552.5077 |
| 2026-09-18 | 539.4413 |
| 2026-09-25 | 533.1504 |
High
621.0692
Low
533.1504
Average
582.9537
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.