Convert CUP to CHF
Cuban Peso → Swiss Franc
1 CUP = 0.0345109 CHF(1 CHF = 28.976345 CUP)
Currency converter
1 CUP =
0.034511 CHF
CUP to CHF: last 30 days
Over the last 30 days, 1 CUP traded between 0.030339 and 0.034511 CHF, averaging 0.030994 CHF. The CUP/CHF rate is up 13.67% since 2026-08-28.
- 30-day high
- 0.034511
- 2026-09-25
- 30-day low
- 0.030339
- 2026-08-29
- 30-day average
- 0.030994
- Days with data: 30
- 30-day change
- +13.67%
- since 2026-08-28
0.034511
0.0303392026-08-28 → 2026-09-26
| Date | 1 CUP in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.034511 | 0.00% |
| 2026-09-25 | 0.034511 | +10.54% |
| 2026-09-24 | 0.031221 | +0.60% |
| 2026-09-23 | 0.031034 | +0.37% |
| 2026-09-22 | 0.030918 | -0.26% |
| 2026-09-21 | 0.030999 | -0.50% |
| 2026-09-20 | 0.031156 | +0.00% |
| 2026-09-19 | 0.031155 | -0.01% |
| 2026-09-18 | 0.031157 | +0.11% |
| 2026-09-17 | 0.031121 | +0.69% |
| 2026-09-16 | 0.030907 | +0.12% |
| 2026-09-15 | 0.030871 | +0.22% |
| 2026-09-14 | 0.030804 | +0.17% |
| 2026-09-13 | 0.030753 | +0.00% |
| 2026-09-12 | 0.030752 | -0.03% |
| Date | 1 CUP in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.030762 | +0.39% |
| 2026-09-10 | 0.030642 | +0.62% |
| 2026-09-09 | 0.030455 | -0.55% |
| 2026-09-08 | 0.030624 | +0.27% |
| 2026-09-07 | 0.03054 | +0.03% |
| 2026-09-06 | 0.03053 | +0.03% |
| 2026-09-05 | 0.030522 | -0.04% |
| 2026-09-04 | 0.030534 | +0.09% |
| 2026-09-03 | 0.030508 | -0.65% |
| 2026-09-02 | 0.030706 | +0.41% |
| 2026-09-01 | 0.03058 | +0.23% |
| 2026-08-31 | 0.030509 | +0.53% |
| 2026-08-30 | 0.030347 | +0.03% |
| 2026-08-29 | 0.030339 | -0.07% |
| 2026-08-28 | 0.03036 | — |
CUP to CHF conversion table
1 CUP0.034511 CHF
5 CUP0.17255 CHF
10 CUP0.34511 CHF
25 CUP0.86277 CHF
50 CUP1.7255 CHF
100 CUP3.4511 CHF
500 CUP17.2555 CHF
1,000 CUP34.5109 CHF
5,000 CUP172.5545 CHF
10,000 CUP345.1091 CHF
Get the CUP/CHF rate in your app
One GET request returns the latest CUP → 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/CUP/CHF"fetch('https://rate-api.com/api/v1/pair/CUP/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "CHF"
},
"rate": 0.0345,
"timestamp": 1790432044,
"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 CUPSwiss Franc → Cuban Peso28.9763Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.