Convert CHF to VES
Swiss Franc → Venezuelan Bolívar
1 CHF = 1,030.828 VES(1 VES = 0.000970094 CHF)
Currency converter
1 CHF =
1,030.828 VES
CHF to VES: last 30 days
Over the last 30 days, 1 CHF traded between 979.2889 and 1,037.9788 VES, averaging 1,011.3966 VES. The CHF/VES rate is up 4.85% since 2026-08-29.
- 30-day high
- 1,037.9788
- 2026-09-22
- 30-day low
- 979.2889
- 2026-08-31
- 30-day average
- 1,011.3966
- Days with data: 30
- 30-day change
- +4.85%
- since 2026-08-29
1,037.9788
979.28892026-08-29 → 2026-09-27
| Date | 1 CHF in VES | Daily change |
|---|---|---|
| 2026-09-27 | 1,030.828 | 0.00% |
| 2026-09-26 | 1,030.828 | +0.06% |
| 2026-09-25 | 1,030.207 | -0.00% |
| 2026-09-24 | 1,030.241 | -0.47% |
| 2026-09-23 | 1,035.0622 | -0.28% |
| 2026-09-22 | 1,037.9788 | +0.55% |
| 2026-09-21 | 1,032.312 | +0.58% |
| 2026-09-20 | 1,026.3498 | -0.03% |
| 2026-09-19 | 1,026.6083 | +0.26% |
| 2026-09-18 | 1,023.9867 | -0.19% |
| 2026-09-17 | 1,025.9559 | +0.24% |
| 2026-09-16 | 1,023.4785 | -0.02% |
| 2026-09-15 | 1,023.6364 | +1.08% |
| 2026-09-14 | 1,012.6872 | -0.59% |
| 2026-09-13 | 1,018.7219 | -0.58% |
| Date | 1 CHF in VES | Daily change |
|---|---|---|
| 2026-09-12 | 1,024.6588 | +1.76% |
| 2026-09-11 | 1,006.8983 | -0.11% |
| 2026-09-10 | 1,008.0286 | -0.24% |
| 2026-09-09 | 1,010.5024 | +1.32% |
| 2026-09-08 | 997.2939 | -0.23% |
| 2026-09-07 | 999.5829 | +0.35% |
| 2026-09-06 | 996.1218 | -0.02% |
| 2026-09-05 | 996.3245 | +0.39% |
| 2026-09-04 | 992.4766 | +0.15% |
| 2026-09-03 | 990.9716 | +0.84% |
| 2026-09-02 | 982.699 | +0.05% |
| 2026-09-01 | 982.218 | +0.30% |
| 2026-08-31 | 979.2889 | -0.36% |
| 2026-08-30 | 982.7877 | -0.04% |
| 2026-08-29 | 983.163 | — |
CHF to VES conversion table
1 CHF1,030.828 VES
5 CHF5,154.1399 VES
10 CHF10,308.28 VES
25 CHF25,770.7 VES
50 CHF51,541.399 VES
100 CHF103,082.8 VES
500 CHF515,413.99 VES
1,000 CHF1,030,828 VES
5,000 CHF5,154,139.9 VES
10,000 CHF10,308,280 VES
Get the CHF/VES rate in your app
One GET request returns the latest CHF → VES 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/VES"fetch('https://rate-api.com/api/v1/pair/CHF/VES', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} VES`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/VES",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} VES")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/VES');
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']} VES\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "VES"
},
"rate": 1030.828,
"timestamp": 1790470774,
"date": "2026-09-27"
}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
VES to CHFVenezuelan Bolívar → Swiss Franc0.00097009Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.