Convert KYD to CHF
Cayman Islands Dollar → Swiss Franc
1 KYD = 0.993949 CHF(1 CHF = 1.006088 KYD)
Currency converter
1 KYD =
0.99395 CHF
KYD to CHF: last 30 days
Over the last 30 days, 1 KYD traded between 0.96619 and 1.0056 CHF, averaging 0.98261 CHF. The KYD/CHF rate is up 2.74% since 2026-08-28.
- 30-day high
- 1.0056
- 2026-09-20
- 30-day low
- 0.96619
- 2026-08-29
- 30-day average
- 0.98261
- Days with data: 30
- 30-day change
- +2.74%
- since 2026-08-28
1.0056
0.966192026-08-28 → 2026-09-26
| Date | 1 KYD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.99395 | 0.00% |
| 2026-09-25 | 0.99395 | +0.07% |
| 2026-09-24 | 0.9933 | +0.59% |
| 2026-09-23 | 0.98747 | -0.08% |
| 2026-09-22 | 0.98828 | -0.02% |
| 2026-09-21 | 0.9885 | -1.70% |
| 2026-09-20 | 1.0056 | +1.39% |
| 2026-09-19 | 0.99177 | +0.09% |
| 2026-09-18 | 0.99085 | -0.22% |
| 2026-09-17 | 0.99307 | +0.84% |
| 2026-09-16 | 0.98477 | +0.04% |
| 2026-09-15 | 0.98434 | +0.25% |
| 2026-09-14 | 0.98184 | -1.09% |
| 2026-09-13 | 0.99263 | +1.31% |
| 2026-09-12 | 0.97981 | -0.06% |
| Date | 1 KYD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.98036 | +0.11% |
| 2026-09-10 | 0.97926 | +0.91% |
| 2026-09-09 | 0.9704 | -0.63% |
| 2026-09-08 | 0.97652 | +0.36% |
| 2026-09-07 | 0.97307 | -1.39% |
| 2026-09-06 | 0.98674 | +1.46% |
| 2026-09-05 | 0.9725 | -0.36% |
| 2026-09-04 | 0.976 | +0.33% |
| 2026-09-03 | 0.97275 | -0.62% |
| 2026-09-02 | 0.97883 | +0.42% |
| 2026-09-01 | 0.97476 | +0.16% |
| 2026-08-31 | 0.97325 | -0.69% |
| 2026-08-30 | 0.97999 | +1.43% |
| 2026-08-29 | 0.96619 | -0.13% |
| 2026-08-28 | 0.96742 | — |
KYD to CHF conversion table
1 KYD0.99395 CHF
5 KYD4.9697 CHF
10 KYD9.9395 CHF
25 KYD24.8487 CHF
50 KYD49.6975 CHF
100 KYD99.3949 CHF
500 KYD496.9747 CHF
1,000 KYD993.9494 CHF
5,000 KYD4,969.7468 CHF
10,000 KYD9,939.4936 CHF
Get the KYD/CHF rate in your app
One GET request returns the latest KYD → 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/KYD/CHF"fetch('https://rate-api.com/api/v1/pair/KYD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KYD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "CHF"
},
"rate": 0.9939,
"timestamp": 1790435073,
"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 KYDSwiss Franc → Cayman Islands Dollar1.0061Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.