Convert CHF to KWD
Swiss Franc → Kuwaiti Dinar
1 CHF = 0.372851 KWD(1 KWD = 2.682038 CHF)
Currency converter
1 CHF =
0.37285 KWD
CHF to KWD: last 30 days
Over the last 30 days, 1 CHF traded between 0.37267 and 0.38408 KWD, averaging 0.37849 KWD. The CHF/KWD rate is down 2.90% since 2026-08-28.
- 30-day high
- 0.38408
- 2026-08-30
- 30-day low
- 0.37267
- 2026-09-18
- 30-day average
- 0.37849
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
0.38408
0.372672026-08-28 → 2026-09-26
| Date | 1 CHF in KWD | Daily change |
|---|---|---|
| 2026-09-26 | 0.37285 | 0.00% |
| 2026-09-25 | 0.37285 | -0.18% |
| 2026-09-24 | 0.37353 | -0.42% |
| 2026-09-23 | 0.37512 | -0.37% |
| 2026-09-22 | 0.37652 | +0.33% |
| 2026-09-21 | 0.37527 | +0.49% |
| 2026-09-20 | 0.37345 | +0.04% |
| 2026-09-19 | 0.37329 | +0.17% |
| 2026-09-18 | 0.37267 | -0.49% |
| 2026-09-17 | 0.37451 | -0.65% |
| 2026-09-16 | 0.37697 | -0.11% |
| 2026-09-15 | 0.37738 | -0.16% |
| 2026-09-14 | 0.37797 | +0.06% |
| 2026-09-13 | 0.37773 | -0.13% |
| 2026-09-12 | 0.37822 | -0.03% |
| Date | 1 CHF in KWD | Daily change |
|---|---|---|
| 2026-09-11 | 0.37833 | -0.47% |
| 2026-09-10 | 0.38012 | -0.67% |
| 2026-09-09 | 0.38267 | +0.56% |
| 2026-09-08 | 0.38053 | -0.35% |
| 2026-09-07 | 0.38187 | +0.03% |
| 2026-09-06 | 0.38177 | -0.02% |
| 2026-09-05 | 0.38183 | +0.02% |
| 2026-09-04 | 0.38177 | -0.13% |
| 2026-09-03 | 0.38225 | +0.60% |
| 2026-09-02 | 0.37996 | -0.34% |
| 2026-09-01 | 0.38125 | -0.20% |
| 2026-08-31 | 0.38203 | -0.53% |
| 2026-08-30 | 0.38408 | +0.00% |
| 2026-08-29 | 0.38407 | +0.03% |
| 2026-08-28 | 0.38397 | — |
CHF to KWD conversion table
1 CHF0.37285 KWD
5 CHF1.8643 KWD
10 CHF3.7285 KWD
25 CHF9.3213 KWD
50 CHF18.6425 KWD
100 CHF37.2851 KWD
500 CHF186.4254 KWD
1,000 CHF372.8509 KWD
5,000 CHF1,864.2543 KWD
10,000 CHF3,728.5086 KWD
Get the CHF/KWD rate in your app
One GET request returns the latest CHF → KWD 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/KWD"fetch('https://rate-api.com/api/v1/pair/CHF/KWD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KWD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KWD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KWD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KWD');
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']} KWD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KWD"
},
"rate": 0.3729,
"timestamp": 1790429364,
"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
KWD to CHFKuwaiti Dinar → Swiss Franc2.682Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.