Convert XCG to CAD
Caribbean Guilder → Canadian Dollar
1 XCG = 0.790099 CAD(1 CAD = 1.265664 XCG)
Currency converter
1 XCG =
0.7901 CAD
XCG to CAD: last 30 days
Over the last 30 days, 1 XCG traded between 0.76541 and 0.7901 CAD, averaging 0.77353 CAD. The XCG/CAD rate is up 2.65% since 2026-08-28.
- 30-day high
- 0.7901
- 2026-09-25
- 30-day low
- 0.76541
- 2026-09-09
- 30-day average
- 0.77353
- Days with data: 30
- 30-day change
- +2.65%
- since 2026-08-28
0.7901
0.765412026-08-28 → 2026-09-26
| Date | 1 XCG in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.7901 | 0.00% |
| 2026-09-25 | 0.7901 | +0.18% |
| 2026-09-24 | 0.78867 | +0.20% |
| 2026-09-23 | 0.7871 | +0.99% |
| 2026-09-22 | 0.7794 | +0.20% |
| 2026-09-21 | 0.77788 | -0.21% |
| 2026-09-20 | 0.7795 | +0.14% |
| 2026-09-19 | 0.77843 | +0.12% |
| 2026-09-18 | 0.77747 | +0.56% |
| 2026-09-17 | 0.77317 | -0.05% |
| 2026-09-16 | 0.77357 | +0.09% |
| 2026-09-15 | 0.77288 | +0.32% |
| 2026-09-14 | 0.7704 | -0.11% |
| 2026-09-13 | 0.77124 | +0.01% |
| 2026-09-12 | 0.77117 | +0.38% |
| Date | 1 XCG in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.76828 | +0.19% |
| 2026-09-10 | 0.76679 | +0.18% |
| 2026-09-09 | 0.76541 | -0.11% |
| 2026-09-08 | 0.76628 | -0.06% |
| 2026-09-07 | 0.76673 | -0.16% |
| 2026-09-06 | 0.76794 | +0.04% |
| 2026-09-05 | 0.7676 | +0.02% |
| 2026-09-04 | 0.76749 | +0.10% |
| 2026-09-03 | 0.7667 | -0.73% |
| 2026-09-02 | 0.77233 | +0.12% |
| 2026-09-01 | 0.77137 | +0.57% |
| 2026-08-31 | 0.76697 | -0.51% |
| 2026-08-30 | 0.77092 | +0.07% |
| 2026-08-29 | 0.77037 | +0.09% |
| 2026-08-28 | 0.76968 | — |
XCG to CAD conversion table
1 XCG0.7901 CAD
5 XCG3.9505 CAD
10 XCG7.901 CAD
25 XCG19.7525 CAD
50 XCG39.5049 CAD
100 XCG79.0099 CAD
500 XCG395.0494 CAD
1,000 XCG790.0989 CAD
5,000 XCG3,950.4943 CAD
10,000 XCG7,900.9885 CAD
Get the XCG/CAD rate in your app
One GET request returns the latest XCG → CAD 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/XCG/CAD"fetch('https://rate-api.com/api/v1/pair/XCG/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XCG = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XCG/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XCG = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XCG/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 XCG = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "XCG",
"to": "CAD"
},
"rate": 0.7901,
"timestamp": 1790435144,
"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
CAD to XCGCanadian Dollar → Caribbean Guilder1.2657Convert XCG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.