Convert KES to CAD
Kenyan Shilling → Canadian Dollar
1 KES = 0.0109179 CAD(1 CAD = 91.592409 KES)
Currency converter
1 KES =
0.010918 CAD
KES to CAD: last 30 days
Over the last 30 days, 1 KES traded between 0.010638 and 0.010918 CAD, averaging 0.010749 CAD. The KES/CAD rate is up 2.00% since 2026-08-28.
- 30-day high
- 0.010918
- 2026-09-25
- 30-day low
- 0.010638
- 2026-09-09
- 30-day average
- 0.010749
- Days with data: 30
- 30-day change
- +2.00%
- since 2026-08-28
0.010918
0.0106382026-08-28 → 2026-09-26
| Date | 1 KES in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.010918 | 0.00% |
| 2026-09-25 | 0.010918 | +0.16% |
| 2026-09-24 | 0.010901 | +0.16% |
| 2026-09-23 | 0.010883 | +0.37% |
| 2026-09-22 | 0.010843 | +0.25% |
| 2026-09-21 | 0.010816 | -0.01% |
| 2026-09-20 | 0.010817 | -0.02% |
| 2026-09-19 | 0.010819 | +0.17% |
| 2026-09-18 | 0.010801 | -0.00% |
| 2026-09-17 | 0.010801 | +0.46% |
| 2026-09-16 | 0.010752 | -0.01% |
| 2026-09-15 | 0.010752 | +0.22% |
| 2026-09-14 | 0.010728 | +0.19% |
| 2026-09-13 | 0.010707 | +0.01% |
| 2026-09-12 | 0.010706 | -0.02% |
| Date | 1 KES in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.010708 | +0.31% |
| 2026-09-10 | 0.010674 | +0.35% |
| 2026-09-09 | 0.010638 | -0.27% |
| 2026-09-08 | 0.010666 | -0.11% |
| 2026-09-07 | 0.010678 | +0.14% |
| 2026-09-06 | 0.010663 | +0.01% |
| 2026-09-05 | 0.010662 | -0.00% |
| 2026-09-04 | 0.010662 | +0.05% |
| 2026-09-03 | 0.010656 | -0.95% |
| 2026-09-02 | 0.010758 | +0.32% |
| 2026-09-01 | 0.010723 | +0.22% |
| 2026-08-31 | 0.0107 | -0.03% |
| 2026-08-30 | 0.010703 | -0.00% |
| 2026-08-29 | 0.010703 | -0.00% |
| 2026-08-28 | 0.010704 | — |
KES to CAD conversion table
1 KES0.010918 CAD
5 KES0.05459 CAD
10 KES0.10918 CAD
25 KES0.27295 CAD
50 KES0.5459 CAD
100 KES1.0918 CAD
500 KES5.459 CAD
1,000 KES10.9179 CAD
5,000 KES54.5897 CAD
10,000 KES109.1794 CAD
Get the KES/CAD rate in your app
One GET request returns the latest KES → 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/KES/CAD"fetch('https://rate-api.com/api/v1/pair/KES/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KES = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KES/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KES = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KES/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KES = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "KES",
"to": "CAD"
},
"rate": 0.0109,
"timestamp": 1790435227,
"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 KESCanadian Dollar → Kenyan Shilling91.5924Convert KES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.