Convert KZT to CHF
Kazakhstani Tenge → Swiss Franc
1 KZT = 0.00187447 CHF(1 CHF = 533.48413 KZT)
Currency converter
1 KZT =
0.0018745 CHF
KZT to CHF: last 30 days
Over the last 30 days, 1 KZT traded between 0.0017318 and 0.0018745 CHF, averaging 0.0018033 CHF. The KZT/CHF rate is up 8.00% since 2026-08-28.
- 30-day high
- 0.0018745
- 2026-09-25
- 30-day low
- 0.0017318
- 2026-08-30
- 30-day average
- 0.0018033
- Days with data: 30
- 30-day change
- +8.00%
- since 2026-08-28
0.0018745
0.00173182026-08-28 → 2026-09-26
| Date | 1 KZT in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.0018745 | 0.00% |
| 2026-09-25 | 0.0018745 | +0.07% |
| 2026-09-24 | 0.0018732 | +1.45% |
| 2026-09-23 | 0.0018465 | +1.04% |
| 2026-09-22 | 0.0018274 | -0.60% |
| 2026-09-21 | 0.0018384 | -0.43% |
| 2026-09-20 | 0.0018463 | +0.02% |
| 2026-09-19 | 0.0018459 | -0.42% |
| 2026-09-18 | 0.0018538 | +0.43% |
| 2026-09-17 | 0.0018458 | +1.30% |
| 2026-09-16 | 0.0018221 | +0.22% |
| 2026-09-15 | 0.001818 | +0.69% |
| 2026-09-14 | 0.0018055 | -0.18% |
| 2026-09-13 | 0.0018088 | +0.01% |
| 2026-09-12 | 0.0018086 | -0.08% |
| Date | 1 KZT in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.0018099 | +1.55% |
| 2026-09-10 | 0.0017823 | +0.26% |
| 2026-09-09 | 0.0017777 | -0.55% |
| 2026-09-08 | 0.0017875 | +0.70% |
| 2026-09-07 | 0.0017752 | -0.04% |
| 2026-09-06 | 0.0017758 | +0.03% |
| 2026-09-05 | 0.0017753 | -0.05% |
| 2026-09-04 | 0.0017762 | -0.02% |
| 2026-09-03 | 0.0017765 | +0.06% |
| 2026-09-02 | 0.0017754 | +1.11% |
| 2026-09-01 | 0.0017559 | +0.85% |
| 2026-08-31 | 0.0017411 | +0.54% |
| 2026-08-30 | 0.0017318 | -0.14% |
| 2026-08-29 | 0.0017342 | -0.08% |
| 2026-08-28 | 0.0017356 | — |
KZT to CHF conversion table
1 KZT0.0018745 CHF
5 KZT0.0093724 CHF
10 KZT0.018745 CHF
25 KZT0.046862 CHF
50 KZT0.093724 CHF
100 KZT0.18745 CHF
500 KZT0.93724 CHF
1,000 KZT1.8745 CHF
5,000 KZT9.3724 CHF
10,000 KZT18.7447 CHF
Get the KZT/CHF rate in your app
One GET request returns the latest KZT → CHF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/KZT/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/KZT/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/CHF?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KZT = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "CHF"
},
"rate": 0.001874,
"timestamp": 1790432152,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CHF to KZTSwiss Franc → Kazakhstani Tenge533.4841Convert KZT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.