Convert KYD to CAD
Cayman Islands Dollar → Canadian Dollar
1 KYD = 1.697133 CAD(1 CAD = 0.589229 KYD)
Currency converter
1 KYD =
1.6971 CAD
KYD to CAD: last 30 days
Over the last 30 days, 1 KYD traded between 1.6554 and 1.7063 CAD, averaging 1.6766 CAD. The KYD/CAD rate is up 1.84% since 2026-08-28.
- 30-day high
- 1.7063
- 2026-09-20
- 30-day low
- 1.6554
- 2026-09-09
- 30-day average
- 1.6766
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-28
1.7063
1.65542026-08-28 → 2026-09-26
| Date | 1 KYD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 1.6971 | 0.00% |
| 2026-09-25 | 1.6971 | +0.18% |
| 2026-09-24 | 1.6941 | +0.20% |
| 2026-09-23 | 1.6907 | -0.18% |
| 2026-09-22 | 1.6938 | +0.51% |
| 2026-09-21 | 1.6853 | -1.23% |
| 2026-09-20 | 1.7063 | +1.39% |
| 2026-09-19 | 1.6829 | +0.09% |
| 2026-09-18 | 1.6813 | -0.26% |
| 2026-09-17 | 1.6857 | +0.58% |
| 2026-09-16 | 1.676 | +0.08% |
| 2026-09-15 | 1.6747 | +0.28% |
| 2026-09-14 | 1.67 | -1.02% |
| 2026-09-13 | 1.6872 | +1.31% |
| 2026-09-12 | 1.6654 | -0.06% |
| Date | 1 KYD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 1.6664 | +0.01% |
| 2026-09-10 | 1.6662 | +0.65% |
| 2026-09-09 | 1.6554 | -0.35% |
| 2026-09-08 | 1.6612 | -0.04% |
| 2026-09-07 | 1.6618 | -1.24% |
| 2026-09-06 | 1.6827 | +1.46% |
| 2026-09-05 | 1.6584 | -0.36% |
| 2026-09-04 | 1.6644 | +0.29% |
| 2026-09-03 | 1.6595 | -0.90% |
| 2026-09-02 | 1.6746 | +0.26% |
| 2026-09-01 | 1.6702 | -0.08% |
| 2026-08-31 | 1.6715 | -0.99% |
| 2026-08-30 | 1.6881 | +1.43% |
| 2026-08-29 | 1.6643 | -0.13% |
| 2026-08-28 | 1.6665 | — |
KYD to CAD conversion table
1 KYD1.6971 CAD
5 KYD8.4857 CAD
10 KYD16.9713 CAD
25 KYD42.4283 CAD
50 KYD84.8567 CAD
100 KYD169.7133 CAD
500 KYD848.5665 CAD
1,000 KYD1,697.133 CAD
5,000 KYD8,485.6651 CAD
10,000 KYD16,971.33 CAD
Get the KYD/CAD rate in your app
One GET request returns the latest KYD → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/KYD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KYD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KYD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KYD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KYD/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "KYD",
"to": "CAD"
},
"rate": 1.6971,
"timestamp": 1790432151,
"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
CAD to KYDCanadian Dollar → Cayman Islands Dollar0.58923Convert KYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.