Convert KWD to CAD
Kuwaiti Dinar → Canadian Dollar
1 KWD = 4.579483 CAD(1 CAD = 0.218365 KWD)
Currency converter
1 KWD =
4.5795 CAD
KWD to CAD: last 30 days
Over the last 30 days, 1 KWD traded between 4.4579 and 4.5795 CAD, averaging 4.5086 CAD. The KWD/CAD rate is up 2.08% since 2026-08-28.
- 30-day high
- 4.5795
- 2026-09-25
- 30-day low
- 4.4579
- 2026-09-09
- 30-day average
- 4.5086
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
4.5795
4.45792026-08-28 → 2026-09-26
| Date | 1 KWD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 4.5795 | 0.00% |
| 2026-09-25 | 4.5795 | +0.30% |
| 2026-09-24 | 4.5658 | +0.03% |
| 2026-09-23 | 4.5643 | +0.27% |
| 2026-09-22 | 4.552 | +0.20% |
| 2026-09-21 | 4.5431 | -0.01% |
| 2026-09-20 | 4.5437 | -0.04% |
| 2026-09-19 | 4.5456 | -0.17% |
| 2026-09-18 | 4.5532 | +0.46% |
| 2026-09-17 | 4.5323 | +0.39% |
| 2026-09-16 | 4.5147 | +0.14% |
| 2026-09-15 | 4.5083 | +0.19% |
| 2026-09-14 | 4.4999 | +0.00% |
| 2026-09-13 | 4.4998 | +0.13% |
| 2026-09-12 | 4.494 | +0.03% |
| Date | 1 KWD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 4.4927 | +0.37% |
| 2026-09-10 | 4.4763 | +0.41% |
| 2026-09-09 | 4.4579 | -0.28% |
| 2026-09-08 | 4.4704 | -0.04% |
| 2026-09-07 | 4.4722 | +0.12% |
| 2026-09-06 | 4.4669 | +0.02% |
| 2026-09-05 | 4.4661 | -0.02% |
| 2026-09-04 | 4.4669 | +0.08% |
| 2026-09-03 | 4.4631 | -0.88% |
| 2026-09-02 | 4.5025 | +0.18% |
| 2026-09-01 | 4.4943 | -0.03% |
| 2026-08-31 | 4.4955 | +0.23% |
| 2026-08-30 | 4.485 | -0.00% |
| 2026-08-29 | 4.4851 | -0.03% |
| 2026-08-28 | 4.4862 | — |
KWD to CAD conversion table
1 KWD4.5795 CAD
5 KWD22.8974 CAD
10 KWD45.7948 CAD
25 KWD114.4871 CAD
50 KWD228.9742 CAD
100 KWD457.9483 CAD
500 KWD2,289.7416 CAD
1,000 KWD4,579.4832 CAD
5,000 KWD22,897.416 CAD
10,000 KWD45,794.832 CAD
Get the KWD/CAD rate in your app
One GET request returns the latest KWD → 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/KWD/CAD"fetch('https://rate-api.com/api/v1/pair/KWD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KWD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KWD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KWD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KWD/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "KWD",
"to": "CAD"
},
"rate": 4.5795,
"timestamp": 1790432163,
"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 KWDCanadian Dollar → Kuwaiti Dinar0.21837Convert KWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.