Convert CAD to CLP
Canadian Dollar → Chilean Peso
1 CAD = 681.08545 CLP(1 CLP = 0.00146824 CAD)
Currency converter
1 CAD =
681.0855 CLP
CAD to CLP: last 30 days
Over the last 30 days, 1 CAD traded between 668.7636 and 686.2862 CLP, averaging 677.875 CLP. The CAD/CLP rate is up 1.84% since 2026-08-28.
- 30-day high
- 686.2862
- 2026-09-15
- 30-day low
- 668.7636
- 2026-08-28
- 30-day average
- 677.875
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-28
686.2862
668.76362026-08-28 → 2026-09-26
| Date | 1 CAD in CLP | Daily change |
|---|---|---|
| 2026-09-26 | 681.0855 | 0.00% |
| 2026-09-25 | 681.0855 | -0.18% |
| 2026-09-24 | 682.3423 | +1.52% |
| 2026-09-23 | 672.1477 | -0.41% |
| 2026-09-22 | 674.931 | -1.55% |
| 2026-09-21 | 685.5572 | +0.10% |
| 2026-09-20 | 684.8638 | +0.01% |
| 2026-09-19 | 684.7699 | -0.11% |
| 2026-09-18 | 685.5247 | +0.29% |
| 2026-09-17 | 683.5604 | -0.16% |
| 2026-09-16 | 684.6462 | -0.24% |
| 2026-09-15 | 686.2862 | +1.44% |
| 2026-09-14 | 676.5494 | -0.52% |
| 2026-09-13 | 680.0787 | +0.01% |
| 2026-09-12 | 680.0236 | +0.15% |
| Date | 1 CAD in CLP | Daily change |
|---|---|---|
| 2026-09-11 | 678.9846 | +1.18% |
| 2026-09-10 | 671.0673 | -0.11% |
| 2026-09-09 | 671.8155 | -0.73% |
| 2026-09-08 | 676.7765 | +0.33% |
| 2026-09-07 | 674.5748 | -0.38% |
| 2026-09-06 | 677.1766 | +0.00% |
| 2026-09-05 | 677.1658 | +0.20% |
| 2026-09-04 | 675.7982 | -0.61% |
| 2026-09-03 | 679.9594 | +1.14% |
| 2026-09-02 | 672.2721 | -0.11% |
| 2026-09-01 | 672.9849 | +0.32% |
| 2026-08-31 | 670.8705 | -0.21% |
| 2026-08-30 | 672.3064 | +0.00% |
| 2026-08-29 | 672.2826 | +0.53% |
| 2026-08-28 | 668.7636 | — |
CAD to CLP conversion table
1 CAD681.0855 CLP
5 CAD3,405.4273 CLP
10 CAD6,810.8545 CLP
25 CAD17,027.136 CLP
50 CAD34,054.273 CLP
100 CAD68,108.545 CLP
500 CAD340,542.73 CLP
1,000 CAD681,085.45 CLP
5,000 CAD3,405,427.3 CLP
10,000 CAD6,810,854.5 CLP
Get the CAD/CLP rate in your app
One GET request returns the latest CAD → CLP 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/CLP"fetch('https://rate-api.com/api/v1/pair/CAD/CLP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CLP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CLP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CLP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CLP');
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']} CLP\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CLP"
},
"rate": 681.0855,
"timestamp": 1790429384,
"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
CLP to CADChilean Peso → Canadian Dollar0.0014682Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.