Convert CAD to KYD
Canadian Dollar → Cayman Islands Dollar
1 CAD = 0.589229 KYD(1 KYD = 1.697133 CAD)
Currency converter
1 CAD =
0.58923 KYD
CAD to KYD: last 30 days
Over the last 30 days, 1 CAD traded between 0.58607 and 0.60407 KYD, averaging 0.59648 KYD. The CAD/KYD rate is down 1.81% since 2026-08-28.
- 30-day high
- 0.60407
- 2026-09-09
- 30-day low
- 0.58607
- 2026-09-20
- 30-day average
- 0.59648
- Days with data: 30
- 30-day change
- -1.81%
- since 2026-08-28
0.60407
0.586072026-08-28 → 2026-09-26
| Date | 1 CAD in KYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.58923 | 0.00% |
| 2026-09-25 | 0.58923 | -0.18% |
| 2026-09-24 | 0.5903 | -0.20% |
| 2026-09-23 | 0.59148 | +0.19% |
| 2026-09-22 | 0.59038 | -0.50% |
| 2026-09-21 | 0.59338 | +1.25% |
| 2026-09-20 | 0.58607 | -1.37% |
| 2026-09-19 | 0.59422 | -0.09% |
| 2026-09-18 | 0.59477 | +0.26% |
| 2026-09-17 | 0.59324 | -0.57% |
| 2026-09-16 | 0.59666 | -0.08% |
| 2026-09-15 | 0.59712 | -0.28% |
| 2026-09-14 | 0.59881 | +1.03% |
| 2026-09-13 | 0.59269 | -1.29% |
| 2026-09-12 | 0.60045 | +0.06% |
| Date | 1 CAD in KYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.60011 | -0.01% |
| 2026-09-10 | 0.60016 | -0.65% |
| 2026-09-09 | 0.60407 | +0.35% |
| 2026-09-08 | 0.60198 | +0.04% |
| 2026-09-07 | 0.60177 | +1.26% |
| 2026-09-06 | 0.59429 | -1.44% |
| 2026-09-05 | 0.60299 | +0.36% |
| 2026-09-04 | 0.60083 | -0.29% |
| 2026-09-03 | 0.60259 | +0.91% |
| 2026-09-02 | 0.59717 | -0.26% |
| 2026-09-01 | 0.59873 | +0.08% |
| 2026-08-31 | 0.59828 | +1.00% |
| 2026-08-30 | 0.59238 | -1.41% |
| 2026-08-29 | 0.60084 | +0.13% |
| 2026-08-28 | 0.60008 | — |
CAD to KYD conversion table
1 CAD0.58923 KYD
5 CAD2.9461 KYD
10 CAD5.8923 KYD
25 CAD14.7307 KYD
50 CAD29.4615 KYD
100 CAD58.9229 KYD
500 CAD294.6145 KYD
1,000 CAD589.229 KYD
5,000 CAD2,946.145 KYD
10,000 CAD5,892.2901 KYD
Get the CAD/KYD rate in your app
One GET request returns the latest CAD → 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/CAD/KYD"fetch('https://rate-api.com/api/v1/pair/CAD/KYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} KYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/KYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} KYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/KYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} KYD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "KYD"
},
"rate": 0.5892,
"timestamp": 1790429422,
"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 CADCayman Islands Dollar → Canadian Dollar1.6971Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.