Convert CHF to CLP
Swiss Franc → Chilean Peso
1 CHF = 1,162.9291 CLP(1 CLP = 0.000859898 CHF)
Currency converter
1 CHF =
1,162.9291 CLP
CHF to CLP: last 30 days
Over the last 30 days, 1 CHF traded between 1,141.8342 and 1,168.7881 CLP, averaging 1,156.6575 CLP. The CHF/CLP rate is up 0.95% since 2026-08-28.
- 30-day high
- 1,168.7881
- 2026-09-21
- 30-day low
- 1,141.8342
- 2026-09-10
- 30-day average
- 1,156.6575
- Days with data: 30
- 30-day change
- +0.95%
- since 2026-08-28
1,168.7881
1,141.83422026-08-28 → 2026-09-26
| Date | 1 CHF in CLP | Daily change |
|---|---|---|
| 2026-09-26 | 1,162.9291 | 0.00% |
| 2026-09-25 | 1,162.9291 | -0.07% |
| 2026-09-24 | 1,163.7312 | +1.12% |
| 2026-09-23 | 1,150.8114 | -0.51% |
| 2026-09-22 | 1,156.761 | -1.03% |
| 2026-09-21 | 1,168.7881 | +0.57% |
| 2026-09-20 | 1,162.1077 | +0.01% |
| 2026-09-19 | 1,161.9482 | -0.11% |
| 2026-09-18 | 1,163.2291 | +0.25% |
| 2026-09-17 | 1,160.2842 | -0.42% |
| 2026-09-16 | 1,165.2075 | -0.21% |
| 2026-09-15 | 1,167.6041 | +1.47% |
| 2026-09-14 | 1,150.7148 | -0.45% |
| 2026-09-13 | 1,155.9586 | +0.01% |
| 2026-09-12 | 1,155.865 | +0.15% |
| Date | 1 CHF in CLP | Daily change |
|---|---|---|
| 2026-09-11 | 1,154.0989 | +1.07% |
| 2026-09-10 | 1,141.8342 | -0.37% |
| 2026-09-09 | 1,146.0661 | -0.45% |
| 2026-09-08 | 1,151.2839 | -0.06% |
| 2026-09-07 | 1,152.0221 | -0.24% |
| 2026-09-06 | 1,154.7917 | +0.00% |
| 2026-09-05 | 1,154.7733 | +0.20% |
| 2026-09-04 | 1,152.4413 | -0.65% |
| 2026-09-03 | 1,160.0119 | +0.86% |
| 2026-09-02 | 1,150.1043 | -0.26% |
| 2026-09-01 | 1,153.1238 | +0.08% |
| 2026-08-31 | 1,152.1498 | -0.51% |
| 2026-08-30 | 1,158.0996 | +0.00% |
| 2026-08-29 | 1,158.0587 | +0.53% |
| 2026-08-28 | 1,151.997 | — |
CHF to CLP conversion table
1 CHF1,162.9291 CLP
5 CHF5,814.6454 CLP
10 CHF11,629.291 CLP
25 CHF29,073.227 CLP
50 CHF58,146.454 CLP
100 CHF116,292.91 CLP
500 CHF581,464.54 CLP
1,000 CHF1,162,929.1 CLP
5,000 CHF5,814,645.4 CLP
10,000 CHF11,629,291 CLP
Get the CHF/CLP rate in your app
One GET request returns the latest CHF → 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/CHF/CLP"fetch('https://rate-api.com/api/v1/pair/CHF/CLP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CLP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CLP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CLP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CLP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} CLP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CLP"
},
"rate": 1162.9291,
"timestamp": 1790429333,
"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 CHFChilean Peso → Swiss Franc0.0008599Convert CHF to other currencies
Convert other currencies to CLP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.