Convert CAD to CLF
Canadian Dollar → Chilean Unit of Account (UF)
1 CAD = 0.0166019 CLF(1 CLF = 60.23394 CAD)
Currency converter
1 CAD =
0.016602 CLF
CAD to CLF: last 30 days
Over the last 30 days, 1 CAD traded between 0.016394 and 0.017376 CLF, averaging 0.017039 CLF. The CAD/CLF rate is down 1.20% since 2026-08-28.
- 30-day high
- 0.017376
- 2026-09-16
- 30-day low
- 0.016394
- 2026-09-23
- 30-day average
- 0.017039
- Days with data: 30
- 30-day change
- -1.20%
- since 2026-08-28
0.017376
0.0163942026-08-28 → 2026-09-26
| Date | 1 CAD in CLF | Daily change |
|---|---|---|
| 2026-09-26 | 0.016602 | -0.02% |
| 2026-09-25 | 0.016605 | -0.20% |
| 2026-09-24 | 0.016639 | +1.50% |
| 2026-09-23 | 0.016394 | -5.14% |
| 2026-09-22 | 0.017281 | -0.53% |
| 2026-09-21 | 0.017374 | +0.13% |
| 2026-09-20 | 0.017352 | +0.12% |
| 2026-09-19 | 0.01733 | +0.66% |
| 2026-09-18 | 0.017216 | -0.35% |
| 2026-09-17 | 0.017278 | -0.56% |
| 2026-09-16 | 0.017376 | +1.58% |
| 2026-09-15 | 0.017105 | -0.24% |
| 2026-09-14 | 0.017146 | +0.09% |
| 2026-09-13 | 0.017131 | +0.04% |
| 2026-09-12 | 0.017124 | +1.11% |
| Date | 1 CAD in CLF | Daily change |
|---|---|---|
| 2026-09-11 | 0.016936 | +0.12% |
| 2026-09-10 | 0.016915 | -1.49% |
| 2026-09-09 | 0.01717 | +0.35% |
| 2026-09-08 | 0.01711 | +0.19% |
| 2026-09-07 | 0.017077 | -0.10% |
| 2026-09-06 | 0.017094 | 0.00% |
| 2026-09-05 | 0.017094 | -0.46% |
| 2026-09-04 | 0.017174 | -0.06% |
| 2026-09-03 | 0.017184 | +1.22% |
| 2026-09-02 | 0.016977 | +0.03% |
| 2026-09-01 | 0.016971 | +0.41% |
| 2026-08-31 | 0.016902 | +0.03% |
| 2026-08-30 | 0.016898 | 0.00% |
| 2026-08-29 | 0.016898 | +0.56% |
| 2026-08-28 | 0.016804 | — |
CAD to CLF conversion table
1 CAD0.016602 CLF
5 CAD0.08301 CLF
10 CAD0.16602 CLF
25 CAD0.41505 CLF
50 CAD0.8301 CLF
100 CAD1.6602 CLF
500 CAD8.301 CLF
1,000 CAD16.6019 CLF
5,000 CAD83.0097 CLF
10,000 CAD166.0194 CLF
Get the CAD/CLF rate in your app
One GET request returns the latest CAD → CLF 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/CLF"fetch('https://rate-api.com/api/v1/pair/CAD/CLF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CLF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CLF');
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']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CLF"
},
"rate": 0.0166,
"timestamp": 1790429359,
"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
CLF to CADChilean Unit of Account (UF) → Canadian Dollar60.2339Convert CAD to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.