Convert CHF to KES
Swiss Franc → Kenyan Shilling
1 CHF = 156.39077 KES(1 KES = 0.00639424 CHF)
Currency converter
1 CHF =
156.3908 KES
CHF to KES: last 30 days
Over the last 30 days, 1 CHF traded between 156.3908 and 160.9415 KES, averaging 158.7592 KES. The CHF/KES rate is down 2.82% since 2026-08-28.
- 30-day high
- 160.9415
- 2026-08-30
- 30-day low
- 156.3908
- 2026-09-25
- 30-day average
- 158.7592
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
160.9415
156.39082026-08-28 → 2026-09-26
| Date | 1 CHF in KES | Daily change |
|---|---|---|
| 2026-09-26 | 156.3908 | 0.00% |
| 2026-09-25 | 156.3908 | -0.04% |
| 2026-09-24 | 156.4559 | -0.55% |
| 2026-09-23 | 157.3231 | -0.47% |
| 2026-09-22 | 158.0661 | +0.28% |
| 2026-09-21 | 157.6296 | +0.49% |
| 2026-09-20 | 156.8678 | +0.02% |
| 2026-09-19 | 156.8368 | -0.17% |
| 2026-09-18 | 157.1005 | -0.03% |
| 2026-09-17 | 157.1503 | -0.72% |
| 2026-09-16 | 158.2937 | +0.04% |
| 2026-09-15 | 158.2307 | -0.20% |
| 2026-09-14 | 158.5408 | -0.13% |
| 2026-09-13 | 158.7434 | -0.01% |
| 2026-09-12 | 158.7642 | +0.02% |
| Date | 1 CHF in KES | Daily change |
|---|---|---|
| 2026-09-11 | 158.7354 | -0.42% |
| 2026-09-10 | 159.4006 | -0.60% |
| 2026-09-09 | 160.3669 | +0.55% |
| 2026-09-08 | 159.4908 | -0.28% |
| 2026-09-07 | 159.9386 | +0.01% |
| 2026-09-06 | 159.9275 | -0.01% |
| 2026-09-05 | 159.9492 | +0.00% |
| 2026-09-04 | 159.9478 | -0.09% |
| 2026-09-03 | 160.0966 | +0.67% |
| 2026-09-02 | 159.025 | -0.48% |
| 2026-09-01 | 159.7903 | -0.45% |
| 2026-08-31 | 160.5054 | -0.27% |
| 2026-08-30 | 160.9415 | +0.00% |
| 2026-08-29 | 160.9388 | +0.00% |
| 2026-08-28 | 160.9358 | — |
CHF to KES conversion table
1 CHF156.3908 KES
5 CHF781.9538 KES
10 CHF1,563.9077 KES
25 CHF3,909.7691 KES
50 CHF7,819.5383 KES
100 CHF15,639.077 KES
500 CHF78,195.383 KES
1,000 CHF156,390.77 KES
5,000 CHF781,953.83 KES
10,000 CHF1,563,907.7 KES
Get the CHF/KES rate in your app
One GET request returns the latest CHF → KES 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/CHF/KES"fetch('https://rate-api.com/api/v1/pair/CHF/KES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KES');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} KES\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KES"
},
"rate": 156.3908,
"timestamp": 1790429380,
"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
KES to CHFKenyan Shilling → Swiss Franc0.0063942Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.