Convert CHF to XCD
Swiss Franc → East Caribbean Dollar
1 CHF = 3.259725 XCD(1 XCD = 0.306774 CHF)
Currency converter
1 CHF =
3.2597 XCD
CHF to XCD: last 30 days
Over the last 30 days, 1 CHF traded between 3.2597 and 3.3662 XCD, averaging 3.3156 XCD. The CHF/XCD rate is down 3.16% since 2026-08-28.
- 30-day high
- 3.3662
- 2026-08-28
- 30-day low
- 3.2597
- 2026-09-25
- 30-day average
- 3.3156
- Days with data: 30
- 30-day change
- -3.16%
- since 2026-08-28
3.3662
3.25972026-08-28 → 2026-09-26
| Date | 1 CHF in XCD | Daily change |
|---|---|---|
| 2026-09-26 | 3.2597 | 0.00% |
| 2026-09-25 | 3.2597 | -0.07% |
| 2026-09-24 | 3.2619 | -0.59% |
| 2026-09-23 | 3.2811 | -0.69% |
| 2026-09-22 | 3.304 | +0.25% |
| 2026-09-21 | 3.2957 | +0.76% |
| 2026-09-20 | 3.271 | -0.07% |
| 2026-09-19 | 3.2731 | -0.00% |
| 2026-09-18 | 3.2732 | -0.22% |
| 2026-09-17 | 3.2806 | -0.73% |
| 2026-09-16 | 3.3047 | -0.12% |
| 2026-09-15 | 3.3088 | -0.21% |
| 2026-09-14 | 3.3158 | +0.12% |
| 2026-09-13 | 3.3118 | -0.09% |
| 2026-09-12 | 3.3147 | -0.16% |
| Date | 1 CHF in XCD | Daily change |
|---|---|---|
| 2026-09-11 | 3.32 | -0.40% |
| 2026-09-10 | 3.3332 | -0.63% |
| 2026-09-09 | 3.3543 | +0.55% |
| 2026-09-08 | 3.3359 | -0.31% |
| 2026-09-07 | 3.3462 | +0.27% |
| 2026-09-06 | 3.3372 | -0.07% |
| 2026-09-05 | 3.3395 | -0.14% |
| 2026-09-04 | 3.3441 | -0.13% |
| 2026-09-03 | 3.3485 | +0.68% |
| 2026-09-02 | 3.3261 | -0.42% |
| 2026-09-01 | 3.3402 | -0.05% |
| 2026-08-31 | 3.3419 | -0.49% |
| 2026-08-30 | 3.3583 | -0.06% |
| 2026-08-29 | 3.3602 | -0.18% |
| 2026-08-28 | 3.3662 | — |
CHF to XCD conversion table
1 CHF3.2597 XCD
5 CHF16.2986 XCD
10 CHF32.5972 XCD
25 CHF81.4931 XCD
50 CHF162.9862 XCD
100 CHF325.9725 XCD
500 CHF1,629.8624 XCD
1,000 CHF3,259.7247 XCD
5,000 CHF16,298.624 XCD
10,000 CHF32,597.247 XCD
Get the CHF/XCD rate in your app
One GET request returns the latest CHF → XCD 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/XCD"fetch('https://rate-api.com/api/v1/pair/CHF/XCD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XCD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XCD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XCD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XCD');
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']} XCD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XCD"
},
"rate": 3.2597,
"timestamp": 1790429296,
"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
XCD to CHFEast Caribbean Dollar → Swiss Franc0.30677Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.