Convert CHF to COP
Swiss Franc → Colombian Peso
1 CHF = 3,992.3901 COP(1 COP = 0.000250477 CHF)
Currency converter
1 CHF =
3,992.3901 COP
CHF to COP: last 30 days
Over the last 30 days, 1 CHF traded between 3,773.3942 and 4,022.4973 COP, averaging 3,883.8875 COP. The CHF/COP rate is up 1.71% since 2026-08-28.
- 30-day high
- 4,022.4973
- 2026-09-24
- 30-day low
- 3,773.3942
- 2026-09-13
- 30-day average
- 3,883.8875
- Days with data: 30
- 30-day change
- +1.71%
- since 2026-08-28
4,022.4973
3,773.39422026-08-28 → 2026-09-26
| Date | 1 CHF in COP | Daily change |
|---|---|---|
| 2026-09-26 | 3,992.3901 | 0.00% |
| 2026-09-25 | 3,992.3901 | -0.75% |
| 2026-09-24 | 4,022.4973 | +1.40% |
| 2026-09-23 | 3,966.9813 | +1.57% |
| 2026-09-22 | 3,905.5876 | +0.97% |
| 2026-09-21 | 3,867.9567 | +0.50% |
| 2026-09-20 | 3,848.7779 | -0.14% |
| 2026-09-19 | 3,854.1892 | +0.42% |
| 2026-09-18 | 3,838.1019 | +0.91% |
| 2026-09-17 | 3,803.352 | -0.18% |
| 2026-09-16 | 3,810.1811 | +0.31% |
| 2026-09-15 | 3,798.3951 | +0.30% |
| 2026-09-14 | 3,786.8815 | +0.36% |
| 2026-09-13 | 3,773.3942 | -0.15% |
| 2026-09-12 | 3,778.8902 | -0.70% |
| Date | 1 CHF in COP | Daily change |
|---|---|---|
| 2026-09-11 | 3,805.5885 | -0.48% |
| 2026-09-10 | 3,823.9134 | -0.88% |
| 2026-09-09 | 3,857.9491 | +0.03% |
| 2026-09-08 | 3,856.9238 | -0.34% |
| 2026-09-07 | 3,870.2005 | +0.01% |
| 2026-09-06 | 3,869.7202 | -0.06% |
| 2026-09-05 | 3,872.1321 | -0.41% |
| 2026-09-04 | 3,888.1059 | -0.58% |
| 2026-09-03 | 3,910.6155 | +0.54% |
| 2026-09-02 | 3,889.7968 | -2.17% |
| 2026-09-01 | 3,975.9864 | +0.35% |
| 2026-08-31 | 3,962.1826 | -0.51% |
| 2026-08-30 | 3,982.5539 | -0.08% |
| 2026-08-29 | 3,985.6881 | +1.54% |
| 2026-08-28 | 3,925.3022 | — |
CHF to COP conversion table
1 CHF3,992.3901 COP
5 CHF19,961.951 COP
10 CHF39,923.901 COP
25 CHF99,809.753 COP
50 CHF199,619.51 COP
100 CHF399,239.01 COP
500 CHF1,996,195.1 COP
1,000 CHF3,992,390.1 COP
5,000 CHF19,961,951 COP
10,000 CHF39,923,901 COP
Get the CHF/COP rate in your app
One GET request returns the latest CHF → COP 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/COP"fetch('https://rate-api.com/api/v1/pair/CHF/COP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} COP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/COP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} COP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/COP');
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']} COP\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "COP"
},
"rate": 3992.3901,
"timestamp": 1790429270,
"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
COP to CHFColombian Peso → Swiss Franc0.00025048Convert CHF to other currencies
Convert other currencies to COP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.