Convert CAD to ILS
Canadian Dollar → Israeli New Shekel
1 CAD = 2.145098 ILS(1 ILS = 0.466179 CAD)
Currency converter
1 CAD =
2.1451 ILS
CAD to ILS: last 30 days
Over the last 30 days, 1 CAD traded between 2.1408 and 2.1987 ILS, averaging 2.1707 ILS. The CAD/ILS rate is down 0.03% since 2026-08-28.
- 30-day high
- 2.1987
- 2026-09-14
- 30-day low
- 2.1408
- 2026-09-23
- 30-day average
- 2.1707
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-28
2.1987
2.14082026-08-28 → 2026-09-26
| Date | 1 CAD in ILS | Daily change |
|---|---|---|
| 2026-09-26 | 2.1451 | 0.00% |
| 2026-09-25 | 2.1451 | -0.65% |
| 2026-09-24 | 2.1592 | +0.86% |
| 2026-09-23 | 2.1408 | -0.37% |
| 2026-09-22 | 2.1488 | -0.08% |
| 2026-09-21 | 2.1505 | -0.82% |
| 2026-09-20 | 2.1682 | 0.00% |
| 2026-09-19 | 2.1682 | 0.00% |
| 2026-09-18 | 2.1682 | +0.04% |
| 2026-09-17 | 2.1674 | -0.33% |
| 2026-09-16 | 2.1746 | -0.47% |
| 2026-09-15 | 2.1848 | -0.63% |
| 2026-09-14 | 2.1987 | +0.06% |
| 2026-09-13 | 2.1975 | 0.00% |
| 2026-09-12 | 2.1975 | 0.00% |
| Date | 1 CAD in ILS | Daily change |
|---|---|---|
| 2026-09-11 | 2.1975 | +0.20% |
| 2026-09-10 | 2.1932 | +0.01% |
| 2026-09-09 | 2.1929 | +0.52% |
| 2026-09-08 | 2.1817 | +0.14% |
| 2026-09-07 | 2.1786 | -0.04% |
| 2026-09-06 | 2.1794 | 0.00% |
| 2026-09-05 | 2.1794 | 0.00% |
| 2026-09-04 | 2.1794 | -0.45% |
| 2026-09-03 | 2.1892 | +0.66% |
| 2026-09-02 | 2.1749 | +0.20% |
| 2026-09-01 | 2.1706 | +0.88% |
| 2026-08-31 | 2.1517 | +0.27% |
| 2026-08-30 | 2.1458 | 0.00% |
| 2026-08-29 | 2.1458 | 0.00% |
| 2026-08-28 | 2.1458 | — |
CAD to ILS conversion table
1 CAD2.1451 ILS
5 CAD10.7255 ILS
10 CAD21.451 ILS
25 CAD53.6275 ILS
50 CAD107.2549 ILS
100 CAD214.5098 ILS
500 CAD1,072.5491 ILS
1,000 CAD2,145.0983 ILS
5,000 CAD10,725.491 ILS
10,000 CAD21,450.983 ILS
Get the CAD/ILS rate in your app
One GET request returns the latest CAD → ILS 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/ILS"fetch('https://rate-api.com/api/v1/pair/CAD/ILS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} ILS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/ILS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} ILS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/ILS');
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']} ILS\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "ILS"
},
"rate": 2.1451,
"timestamp": 1790429350,
"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
ILS to CADIsraeli New Shekel → Canadian Dollar0.46618Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.