Convert XCG to INR
Caribbean Guilder → Indian Rupee
1 XCG = 53.529234 INR(1 INR = 0.0186814 XCG)
Currency converter
1 XCG =
53.5292 INR
XCG to INR: last 30 days
Over the last 30 days, 1 XCG traded between 52.4226 and 53.6088 INR, averaging 53.0121 INR. The XCG/INR rate is up 1.01% since 2026-08-28.
- 30-day high
- 53.6088
- 2026-09-24
- 30-day low
- 52.4226
- 2026-09-07
- 30-day average
- 53.0121
- Days with data: 30
- 30-day change
- +1.01%
- since 2026-08-28
53.6088
52.42262026-08-28 → 2026-09-26
| Date | 1 XCG in INR | Daily change |
|---|---|---|
| 2026-09-26 | 53.5292 | 0.00% |
| 2026-09-25 | 53.5292 | -0.15% |
| 2026-09-24 | 53.6088 | +0.23% |
| 2026-09-23 | 53.4866 | +0.82% |
| 2026-09-22 | 53.0497 | -0.33% |
| 2026-09-21 | 53.2254 | -0.23% |
| 2026-09-20 | 53.3466 | +0.14% |
| 2026-09-19 | 53.2734 | +0.12% |
| 2026-09-18 | 53.2075 | +0.39% |
| 2026-09-17 | 53.003 | -0.47% |
| 2026-09-16 | 53.2546 | -0.05% |
| 2026-09-15 | 53.2796 | +0.50% |
| 2026-09-14 | 53.0129 | -0.32% |
| 2026-09-13 | 53.1821 | +0.01% |
| 2026-09-12 | 53.1774 | +0.38% |
| Date | 1 XCG in INR | Daily change |
|---|---|---|
| 2026-09-11 | 52.9778 | +0.02% |
| 2026-09-10 | 52.9691 | +0.18% |
| 2026-09-09 | 52.8746 | +0.45% |
| 2026-09-08 | 52.6374 | +0.41% |
| 2026-09-07 | 52.4226 | -0.30% |
| 2026-09-06 | 52.5819 | +0.04% |
| 2026-09-05 | 52.5586 | +0.02% |
| 2026-09-04 | 52.5505 | +0.04% |
| 2026-09-03 | 52.5273 | -0.28% |
| 2026-09-02 | 52.6735 | -0.12% |
| 2026-09-01 | 52.7374 | +0.33% |
| 2026-08-31 | 52.5659 | -0.97% |
| 2026-08-30 | 53.081 | +0.07% |
| 2026-08-29 | 53.043 | +0.09% |
| 2026-08-28 | 52.9951 | — |
XCG to INR conversion table
1 XCG53.5292 INR
5 XCG267.6462 INR
10 XCG535.2923 INR
25 XCG1,338.2308 INR
50 XCG2,676.4617 INR
100 XCG5,352.9234 INR
500 XCG26,764.617 INR
1,000 XCG53,529.234 INR
5,000 XCG267,646.17 INR
10,000 XCG535,292.34 INR
Get the XCG/INR rate in your app
One GET request returns the latest XCG → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/XCG/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XCG = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XCG/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XCG = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XCG/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "XCG",
"to": "INR"
},
"rate": 53.5292,
"timestamp": 1790432211,
"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
INR to XCGIndian Rupee → Caribbean Guilder0.018681Convert XCG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.