Convert CHF to KYD
Swiss Franc → Cayman Islands Dollar
1 CHF = 1.006088 KYD(1 KYD = 0.993949 CHF)
Currency converter
1 CHF =
1.0061 KYD
CHF to KYD: last 30 days
Over the last 30 days, 1 CHF traded between 0.99446 and 1.035 KYD, averaging 1.0178 KYD. The CHF/KYD rate is down 2.67% since 2026-08-28.
- 30-day high
- 1.035
- 2026-08-29
- 30-day low
- 0.99446
- 2026-09-20
- 30-day average
- 1.0178
- Days with data: 30
- 30-day change
- -2.67%
- since 2026-08-28
1.035
0.994462026-08-28 → 2026-09-26
| Date | 1 CHF in KYD | Daily change |
|---|---|---|
| 2026-09-26 | 1.0061 | 0.00% |
| 2026-09-25 | 1.0061 | -0.07% |
| 2026-09-24 | 1.0067 | -0.59% |
| 2026-09-23 | 1.0127 | +0.08% |
| 2026-09-22 | 1.0119 | +0.02% |
| 2026-09-21 | 1.0116 | +1.73% |
| 2026-09-20 | 0.99446 | -1.37% |
| 2026-09-19 | 1.0083 | -0.09% |
| 2026-09-18 | 1.0092 | +0.22% |
| 2026-09-17 | 1.007 | -0.84% |
| 2026-09-16 | 1.0155 | -0.04% |
| 2026-09-15 | 1.0159 | -0.25% |
| 2026-09-14 | 1.0185 | +1.10% |
| 2026-09-13 | 1.0074 | -1.29% |
| 2026-09-12 | 1.0206 | +0.06% |
| Date | 1 CHF in KYD | Daily change |
|---|---|---|
| 2026-09-11 | 1.02 | -0.11% |
| 2026-09-10 | 1.0212 | -0.90% |
| 2026-09-09 | 1.0305 | +0.63% |
| 2026-09-08 | 1.024 | -0.35% |
| 2026-09-07 | 1.0277 | +1.41% |
| 2026-09-06 | 1.0134 | -1.44% |
| 2026-09-05 | 1.0283 | +0.36% |
| 2026-09-04 | 1.0246 | -0.33% |
| 2026-09-03 | 1.028 | +0.62% |
| 2026-09-02 | 1.0216 | -0.42% |
| 2026-09-01 | 1.0259 | -0.15% |
| 2026-08-31 | 1.0275 | +0.69% |
| 2026-08-30 | 1.0204 | -1.41% |
| 2026-08-29 | 1.035 | +0.13% |
| 2026-08-28 | 1.0337 | — |
CHF to KYD conversion table
1 CHF1.0061 KYD
5 CHF5.0304 KYD
10 CHF10.0609 KYD
25 CHF25.1522 KYD
50 CHF50.3044 KYD
100 CHF100.6088 KYD
500 CHF503.0437 KYD
1,000 CHF1,006.0875 KYD
5,000 CHF5,030.4374 KYD
10,000 CHF10,060.875 KYD
Get the CHF/KYD rate in your app
One GET request returns the latest CHF → KYD 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/KYD"fetch('https://rate-api.com/api/v1/pair/CHF/KYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} KYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/KYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} KYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/KYD');
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']} KYD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "KYD"
},
"rate": 1.0061,
"timestamp": 1790429356,
"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
KYD to CHFCayman Islands Dollar → Swiss Franc0.99395Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.