Convert CHF to CVE
Swiss Franc → Cape Verdean Escudo
1 CHF = 116.74431 CVE(1 CVE = 0.00856573 CHF)
Currency converter
1 CHF =
116.7443 CVE
CHF to CVE: last 30 days
Over the last 30 days, 1 CHF traded between 116.2751 and 118.3794 CVE, averaging 117.0727 CVE. The CHF/CVE rate is down 0.84% since 2026-08-28.
- 30-day high
- 118.3794
- 2026-08-29
- 30-day low
- 116.2751
- 2026-09-20
- 30-day average
- 117.0727
- Days with data: 30
- 30-day change
- -0.84%
- since 2026-08-28
118.3794
116.27512026-08-28 → 2026-09-26
| Date | 1 CHF in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 116.7443 | 0.00% |
| 2026-09-25 | 116.7443 | -0.38% |
| 2026-09-24 | 117.191 | -0.20% |
| 2026-09-23 | 117.4281 | +0.13% |
| 2026-09-22 | 117.2767 | +0.27% |
| 2026-09-21 | 116.964 | +0.59% |
| 2026-09-20 | 116.2751 | -0.00% |
| 2026-09-19 | 116.2802 | -0.05% |
| 2026-09-18 | 116.3326 | -0.29% |
| 2026-09-17 | 116.6724 | +0.02% |
| 2026-09-16 | 116.6437 | -0.16% |
| 2026-09-15 | 116.833 | +0.07% |
| 2026-09-14 | 116.7533 | +0.12% |
| 2026-09-13 | 116.6093 | -0.00% |
| 2026-09-12 | 116.6125 | +0.03% |
| Date | 1 CHF in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 116.581 | -0.09% |
| 2026-09-10 | 116.6898 | -0.66% |
| 2026-09-09 | 117.469 | +0.50% |
| 2026-09-08 | 116.8888 | -0.40% |
| 2026-09-07 | 117.3639 | +0.06% |
| 2026-09-06 | 117.2974 | -0.03% |
| 2026-09-05 | 117.329 | +0.08% |
| 2026-09-04 | 117.2309 | -0.32% |
| 2026-09-03 | 117.6091 | +0.52% |
| 2026-09-02 | 116.9995 | -0.21% |
| 2026-09-01 | 117.2479 | -0.35% |
| 2026-08-31 | 117.6596 | -0.58% |
| 2026-08-30 | 118.347 | -0.03% |
| 2026-08-29 | 118.3794 | +0.55% |
| 2026-08-28 | 117.7295 | — |
CHF to CVE conversion table
1 CHF116.7443 CVE
5 CHF583.7216 CVE
10 CHF1,167.4431 CVE
25 CHF2,918.6077 CVE
50 CHF5,837.2155 CVE
100 CHF11,674.431 CVE
500 CHF58,372.155 CVE
1,000 CHF116,744.31 CVE
5,000 CHF583,721.55 CVE
10,000 CHF1,167,443.1 CVE
Get the CHF/CVE rate in your app
One GET request returns the latest CHF → CVE 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/CVE"fetch('https://rate-api.com/api/v1/pair/CHF/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CVE');
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']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CVE"
},
"rate": 116.7443,
"timestamp": 1790437514,
"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
CVE to CHFCape Verdean Escudo → Swiss Franc0.0085657Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.