Convert CHF to XCG
Swiss Franc → Caribbean Guilder
1 CHF = 2.161077 XCG(1 XCG = 0.462732 CHF)
Currency converter
1 CHF =
2.1611 XCG
CHF to XCG: last 30 days
Over the last 30 days, 1 CHF traded between 2.1611 and 2.2392 XCG, averaging 2.2061 XCG. The CHF/XCG rate is down 3.44% since 2026-08-28.
- 30-day high
- 2.2392
- 2026-08-31
- 30-day low
- 2.1611
- 2026-09-25
- 30-day average
- 2.2061
- Days with data: 30
- 30-day change
- -3.44%
- since 2026-08-28
2.2392
2.16112026-08-28 → 2026-09-26
| Date | 1 CHF in XCG | Daily change |
|---|---|---|
| 2026-09-26 | 2.1611 | 0.00% |
| 2026-09-25 | 2.1611 | -0.07% |
| 2026-09-24 | 2.1625 | -0.59% |
| 2026-09-23 | 2.1753 | -1.08% |
| 2026-09-22 | 2.199 | +0.33% |
| 2026-09-21 | 2.1917 | +0.68% |
| 2026-09-20 | 2.1768 | -0.14% |
| 2026-09-19 | 2.1798 | -0.12% |
| 2026-09-18 | 2.1825 | -0.59% |
| 2026-09-17 | 2.1954 | -0.21% |
| 2026-09-16 | 2.2001 | -0.06% |
| 2026-09-15 | 2.2013 | -0.29% |
| 2026-09-14 | 2.2078 | +0.18% |
| 2026-09-13 | 2.2039 | -0.01% |
| 2026-09-12 | 2.2041 | -0.38% |
| Date | 1 CHF in XCG | Daily change |
|---|---|---|
| 2026-09-11 | 2.2124 | -0.30% |
| 2026-09-10 | 2.219 | -0.44% |
| 2026-09-09 | 2.2288 | +0.40% |
| 2026-09-08 | 2.22 | -0.33% |
| 2026-09-07 | 2.2274 | +0.30% |
| 2026-09-06 | 2.2206 | -0.04% |
| 2026-09-05 | 2.2216 | -0.02% |
| 2026-09-04 | 2.2219 | -0.14% |
| 2026-09-03 | 2.2251 | +0.45% |
| 2026-09-02 | 2.2151 | -0.28% |
| 2026-09-01 | 2.2213 | -0.80% |
| 2026-08-31 | 2.2392 | +0.21% |
| 2026-08-30 | 2.2344 | -0.07% |
| 2026-08-29 | 2.236 | -0.09% |
| 2026-08-28 | 2.2381 | — |
CHF to XCG conversion table
1 CHF2.1611 XCG
5 CHF10.8054 XCG
10 CHF21.6108 XCG
25 CHF54.0269 XCG
50 CHF108.0538 XCG
100 CHF216.1077 XCG
500 CHF1,080.5384 XCG
1,000 CHF2,161.0768 XCG
5,000 CHF10,805.384 XCG
10,000 CHF21,610.768 XCG
Get the CHF/XCG rate in your app
One GET request returns the latest CHF → XCG 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/XCG"fetch('https://rate-api.com/api/v1/pair/CHF/XCG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} XCG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/XCG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} XCG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/XCG');
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']} XCG\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "XCG"
},
"rate": 2.1611,
"timestamp": 1790439652,
"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
XCG to CHFCaribbean Guilder → Swiss Franc0.46273Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.