Convert CLF to CHF
Chilean Unit of Account (UF) → Swiss Franc
1 CLF = 35.276838 CHF(1 CHF = 0.0283472 CLF)
Currency converter
1 CLF =
35.2768 CHF
CLF to CHF: last 30 days
Over the last 30 days, 1 CLF traded between 33.7612 and 35.627 CHF, averaging 34.4022 CHF. The CLF/CHF rate is up 2.11% since 2026-08-28.
- 30-day high
- 35.627
- 2026-09-23
- 30-day low
- 33.7612
- 2026-09-21
- 30-day average
- 34.4022
- Days with data: 30
- 30-day change
- +2.11%
- since 2026-08-28
35.627
33.76122026-08-28 → 2026-09-26
| Date | 1 CLF in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 35.2768 | +0.02% |
| 2026-09-25 | 35.2698 | +0.09% |
| 2026-09-24 | 35.2385 | -1.09% |
| 2026-09-23 | 35.627 | +5.52% |
| 2026-09-22 | 33.7627 | +0.00% |
| 2026-09-21 | 33.7612 | -0.60% |
| 2026-09-20 | 33.9634 | -0.12% |
| 2026-09-19 | 34.0054 | -0.66% |
| 2026-09-18 | 34.2309 | +0.39% |
| 2026-09-17 | 34.098 | +0.83% |
| 2026-09-16 | 33.8159 | -1.59% |
| 2026-09-15 | 34.3629 | +0.21% |
| 2026-09-14 | 34.2911 | -0.15% |
| 2026-09-13 | 34.3429 | -0.04% |
| 2026-09-12 | 34.3574 | -1.10% |
| Date | 1 CLF in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 34.738 | -0.02% |
| 2026-09-10 | 34.7445 | +1.77% |
| 2026-09-09 | 34.14 | -0.63% |
| 2026-09-08 | 34.3573 | +0.20% |
| 2026-09-07 | 34.2898 | -0.04% |
| 2026-09-06 | 34.3044 | 0.00% |
| 2026-09-05 | 34.3044 | +0.47% |
| 2026-09-04 | 34.1451 | +0.10% |
| 2026-09-03 | 34.1114 | -0.93% |
| 2026-09-02 | 34.4315 | +0.13% |
| 2026-09-01 | 34.3882 | -0.18% |
| 2026-08-31 | 34.4504 | +0.28% |
| 2026-08-30 | 34.3554 | 0.00% |
| 2026-08-29 | 34.3554 | -0.56% |
| 2026-08-28 | 34.5473 | — |
CLF to CHF conversion table
1 CLF35.2768 CHF
5 CLF176.3842 CHF
10 CLF352.7684 CHF
25 CLF881.9209 CHF
50 CLF1,763.8419 CHF
100 CLF3,527.6838 CHF
500 CLF17,638.419 CHF
1,000 CLF35,276.838 CHF
5,000 CLF176,384.19 CHF
10,000 CLF352,768.38 CHF
Get the CLF/CHF rate in your app
One GET request returns the latest CLF → CHF 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/CLF/CHF"fetch('https://rate-api.com/api/v1/pair/CLF/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CLF = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "CHF"
},
"rate": 35.2768,
"timestamp": 1790432059,
"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
CHF to CLFSwiss Franc → Chilean Unit of Account (UF)0.028347Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.