Convert XCD to CHF
East Caribbean Dollar → Swiss Franc
1 XCD = 0.306774 CHF(1 CHF = 3.259725 XCD)
Currency converter
1 XCD =
0.30677 CHF
XCD to CHF: last 30 days
Over the last 30 days, 1 XCD traded between 0.29707 and 0.30677 CHF, averaging 0.30163 CHF. The XCD/CHF rate is up 3.27% since 2026-08-28.
- 30-day high
- 0.30677
- 2026-09-25
- 30-day low
- 0.29707
- 2026-08-28
- 30-day average
- 0.30163
- Days with data: 30
- 30-day change
- +3.27%
- since 2026-08-28
0.30677
0.297072026-08-28 → 2026-09-26
| Date | 1 XCD in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.30677 | 0.00% |
| 2026-09-25 | 0.30677 | +0.07% |
| 2026-09-24 | 0.30657 | +0.59% |
| 2026-09-23 | 0.30477 | +0.70% |
| 2026-09-22 | 0.30266 | -0.25% |
| 2026-09-21 | 0.30342 | -0.75% |
| 2026-09-20 | 0.30572 | +0.07% |
| 2026-09-19 | 0.30552 | +0.00% |
| 2026-09-18 | 0.30551 | +0.23% |
| 2026-09-17 | 0.30482 | +0.73% |
| 2026-09-16 | 0.3026 | +0.12% |
| 2026-09-15 | 0.30223 | +0.21% |
| 2026-09-14 | 0.30159 | -0.12% |
| 2026-09-13 | 0.30195 | +0.09% |
| 2026-09-12 | 0.30169 | +0.16% |
| Date | 1 XCD in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.30121 | +0.40% |
| 2026-09-10 | 0.30001 | +0.63% |
| 2026-09-09 | 0.29812 | -0.55% |
| 2026-09-08 | 0.29977 | +0.31% |
| 2026-09-07 | 0.29884 | -0.27% |
| 2026-09-06 | 0.29965 | +0.07% |
| 2026-09-05 | 0.29945 | +0.14% |
| 2026-09-04 | 0.29903 | +0.13% |
| 2026-09-03 | 0.29864 | -0.67% |
| 2026-09-02 | 0.30066 | +0.42% |
| 2026-09-01 | 0.29938 | +0.05% |
| 2026-08-31 | 0.29923 | +0.49% |
| 2026-08-30 | 0.29777 | +0.06% |
| 2026-08-29 | 0.2976 | +0.18% |
| 2026-08-28 | 0.29707 | — |
XCD to CHF conversion table
1 XCD0.30677 CHF
5 XCD1.5339 CHF
10 XCD3.0677 CHF
25 XCD7.6694 CHF
50 XCD15.3387 CHF
100 XCD30.6774 CHF
500 XCD153.3872 CHF
1,000 XCD306.7744 CHF
5,000 XCD1,533.8719 CHF
10,000 XCD3,067.7437 CHF
Get the XCD/CHF rate in your app
One GET request returns the latest XCD → 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/XCD/CHF"fetch('https://rate-api.com/api/v1/pair/XCD/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XCD = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XCD/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XCD = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XCD/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XCD = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "XCD",
"to": "CHF"
},
"rate": 0.3068,
"timestamp": 1790432045,
"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 XCDSwiss Franc → East Caribbean Dollar3.2597Convert XCD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.