Convert KWD to CHF
Kuwaiti Dinar → Swiss Franc
1 KWD = 2.682038 CHF(1 CHF = 0.372851 KWD)
Currency converter
1 KWD =
2.682 CHF
KWD to CHF: last 30 days
Over the last 30 days, 1 KWD traded between 2.6036 and 2.6833 CHF, averaging 2.6423 CHF. The KWD/CHF rate is up 2.98% since 2026-08-28.
- 30-day high
- 2.6833
- 2026-09-18
- 30-day low
- 2.6036
- 2026-08-30
- 30-day average
- 2.6423
- Days with data: 30
- 30-day change
- +2.98%
- since 2026-08-28
2.6833
2.60362026-08-28 → 2026-09-26
| Date | 1 KWD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 2.682 | 0.00% |
| 2026-09-25 | 2.682 | +0.18% |
| 2026-09-24 | 2.6771 | +0.42% |
| 2026-09-23 | 2.6658 | +0.37% |
| 2026-09-22 | 2.6559 | -0.33% |
| 2026-09-21 | 2.6648 | -0.48% |
| 2026-09-20 | 2.6777 | -0.04% |
| 2026-09-19 | 2.6789 | -0.17% |
| 2026-09-18 | 2.6833 | +0.49% |
| 2026-09-17 | 2.6701 | +0.66% |
| 2026-09-16 | 2.6527 | +0.11% |
| 2026-09-15 | 2.6498 | +0.16% |
| 2026-09-14 | 2.6457 | -0.06% |
| 2026-09-13 | 2.6474 | +0.13% |
| 2026-09-12 | 2.6439 | +0.03% |
| Date | 1 KWD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 2.6432 | +0.47% |
| 2026-09-10 | 2.6308 | +0.67% |
| 2026-09-09 | 2.6132 | -0.56% |
| 2026-09-08 | 2.6279 | +0.35% |
| 2026-09-07 | 2.6187 | -0.03% |
| 2026-09-06 | 2.6194 | +0.02% |
| 2026-09-05 | 2.619 | -0.02% |
| 2026-09-04 | 2.6194 | +0.13% |
| 2026-09-03 | 2.6161 | -0.60% |
| 2026-09-02 | 2.6319 | +0.34% |
| 2026-09-01 | 2.6229 | +0.20% |
| 2026-08-31 | 2.6176 | +0.54% |
| 2026-08-30 | 2.6036 | -0.00% |
| 2026-08-29 | 2.6037 | -0.03% |
| 2026-08-28 | 2.6044 | — |
KWD to CHF conversion table
1 KWD2.682 CHF
5 KWD13.4102 CHF
10 KWD26.8204 CHF
25 KWD67.0509 CHF
50 KWD134.1019 CHF
100 KWD268.2038 CHF
500 KWD1,341.0188 CHF
1,000 KWD2,682.0375 CHF
5,000 KWD13,410.188 CHF
10,000 KWD26,820.375 CHF
Get the KWD/CHF rate in your app
One GET request returns the latest KWD → 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/KWD/CHF"fetch('https://rate-api.com/api/v1/pair/KWD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KWD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "CHF"
},
"rate": 2.682,
"timestamp": 1790432101,
"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 KWDSwiss Franc → Kuwaiti Dinar0.37285Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.