Convert CVE to CHF
Cape Verdean Escudo → Swiss Franc
1 CVE = 0.00856573 CHF(1 CHF = 116.74431 CVE)
Currency converter
1 CVE =
0.0085657 CHF
CVE to CHF: last 30 days
Over the last 30 days, 1 CVE traded between 0.0084474 and 0.0086003 CHF, averaging 0.0085419 CHF. The CVE/CHF rate is up 0.84% since 2026-08-28.
- 30-day high
- 0.0086003
- 2026-09-20
- 30-day low
- 0.0084474
- 2026-08-29
- 30-day average
- 0.0085419
- Days with data: 30
- 30-day change
- +0.84%
- since 2026-08-28
0.0086003
0.00844742026-08-28 → 2026-09-26
| Date | 1 CVE in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.0085657 | 0.00% |
| 2026-09-25 | 0.0085657 | +0.38% |
| 2026-09-24 | 0.0085331 | +0.20% |
| 2026-09-23 | 0.0085158 | -0.13% |
| 2026-09-22 | 0.0085268 | -0.27% |
| 2026-09-21 | 0.0085496 | -0.59% |
| 2026-09-20 | 0.0086003 | +0.00% |
| 2026-09-19 | 0.0085999 | +0.05% |
| 2026-09-18 | 0.008596 | +0.29% |
| 2026-09-17 | 0.008571 | -0.02% |
| 2026-09-16 | 0.0085731 | +0.16% |
| 2026-09-15 | 0.0085592 | -0.07% |
| 2026-09-14 | 0.0085651 | -0.12% |
| 2026-09-13 | 0.0085756 | +0.00% |
| 2026-09-12 | 0.0085754 | -0.03% |
| Date | 1 CVE in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.0085777 | +0.09% |
| 2026-09-10 | 0.0085697 | +0.67% |
| 2026-09-09 | 0.0085129 | -0.49% |
| 2026-09-08 | 0.0085551 | +0.41% |
| 2026-09-07 | 0.0085205 | -0.06% |
| 2026-09-06 | 0.0085253 | +0.03% |
| 2026-09-05 | 0.008523 | -0.08% |
| 2026-09-04 | 0.0085302 | +0.32% |
| 2026-09-03 | 0.0085027 | -0.52% |
| 2026-09-02 | 0.008547 | +0.21% |
| 2026-09-01 | 0.0085289 | +0.35% |
| 2026-08-31 | 0.0084991 | +0.58% |
| 2026-08-30 | 0.0084497 | +0.03% |
| 2026-08-29 | 0.0084474 | -0.55% |
| 2026-08-28 | 0.008494 | — |
CVE to CHF conversion table
1 CVE0.0085657 CHF
5 CVE0.042829 CHF
10 CVE0.085657 CHF
25 CVE0.21414 CHF
50 CVE0.42829 CHF
100 CVE0.85657 CHF
500 CVE4.2829 CHF
1,000 CVE8.5657 CHF
5,000 CVE42.8286 CHF
10,000 CVE85.6573 CHF
Get the CVE/CHF rate in your app
One GET request returns the latest CVE → 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/CVE/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/CVE/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/CHF?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CVE = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "CHF"
},
"rate": 0.008566,
"timestamp": 1790435063,
"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 CVESwiss Franc → Cape Verdean Escudo116.7443Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.