Convert CHF to KGS
Swiss Franc → Kyrgystani Som
1 CHF = 105.58945 KGS(1 KGS = 0.00947064 CHF)
Currency converter
1 CHF =
105.5895 KGS
CHF to KGS: last 30 days
Over the last 30 days, 1 CHF traded between 105.5895 and 108.8554 KGS, averaging 107.2963 KGS. The CHF/KGS rate is down 3.00% since 2026-08-28.
- 30-day high
- 108.8554
- 2026-08-28
- 30-day low
- 105.5895
- 2026-09-25
- 30-day average
- 107.2963
- Days with data: 30
- 30-day change
- -3.00%
- since 2026-08-28
108.8554
105.58952026-08-28 → 2026-09-26
| Date | 1 CHF in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 105.5895 | 0.00% |
| 2026-09-25 | 105.5895 | -0.07% |
| 2026-09-24 | 105.6614 | -0.58% |
| 2026-09-23 | 106.2827 | -0.42% |
| 2026-09-22 | 106.7297 | +0.24% |
| 2026-09-21 | 106.4715 | +0.51% |
| 2026-09-20 | 105.9266 | 0.00% |
| 2026-09-19 | 105.9266 | +0.01% |
| 2026-09-18 | 105.9164 | -0.15% |
| 2026-09-17 | 106.0767 | -0.67% |
| 2026-09-16 | 106.7903 | -0.20% |
| 2026-09-15 | 107.0045 | -0.20% |
| 2026-09-14 | 107.2219 | -0.14% |
| 2026-09-13 | 107.3769 | 0.00% |
| 2026-09-12 | 107.3769 | -0.00% |
| Date | 1 CHF in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 107.3781 | -0.41% |
| 2026-09-10 | 107.8149 | -0.59% |
| 2026-09-09 | 108.4568 | +0.54% |
| 2026-09-08 | 107.8762 | -0.28% |
| 2026-09-07 | 108.1812 | -0.01% |
| 2026-09-06 | 108.1956 | 0.00% |
| 2026-09-05 | 108.1956 | +0.01% |
| 2026-09-04 | 108.1819 | -0.10% |
| 2026-09-03 | 108.2866 | +0.68% |
| 2026-09-02 | 107.5538 | -0.42% |
| 2026-09-01 | 108.0096 | -0.25% |
| 2026-08-31 | 108.2768 | -0.52% |
| 2026-08-30 | 108.8431 | 0.00% |
| 2026-08-29 | 108.8431 | -0.01% |
| 2026-08-28 | 108.8554 | — |
CHF to KGS conversion table
1 CHF105.5895 KGS
5 CHF527.9472 KGS
10 CHF1,055.8945 KGS
25 CHF2,639.7361 KGS
50 CHF5,279.4723 KGS
100 CHF10,558.945 KGS
500 CHF52,794.723 KGS
1,000 CHF105,589.45 KGS
5,000 CHF527,947.23 KGS
10,000 CHF1,055,894.5 KGS
Get the CHF/KGS rate in your app
One GET request returns the latest CHF → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/CHF/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KGS"
},
"rate": 105.5894,
"timestamp": 1790429387,
"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
KGS to CHFKyrgystani Som → Swiss Franc0.0094706Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.