Convert INR to XCG
Indian Rupee → Caribbean Guilder
1 INR = 0.0186814 XCG(1 XCG = 53.529234 INR)
Currency converter
1 INR =
0.018681 XCG
INR to XCG: last 30 days
Over the last 30 days, 1 INR traded between 0.018654 and 0.019076 XCG, averaging 0.018864 XCG. The INR/XCG rate is down 1.00% since 2026-08-28.
- 30-day high
- 0.019076
- 2026-09-07
- 30-day low
- 0.018654
- 2026-09-24
- 30-day average
- 0.018864
- Days with data: 30
- 30-day change
- -1.00%
- since 2026-08-28
0.019076
0.0186542026-08-28 → 2026-09-26
| Date | 1 INR in XCG | Daily change |
|---|---|---|
| 2026-09-26 | 0.018681 | 0.00% |
| 2026-09-25 | 0.018681 | +0.15% |
| 2026-09-24 | 0.018654 | -0.23% |
| 2026-09-23 | 0.018696 | -0.82% |
| 2026-09-22 | 0.01885 | +0.33% |
| 2026-09-21 | 0.018788 | +0.23% |
| 2026-09-20 | 0.018745 | -0.14% |
| 2026-09-19 | 0.018771 | -0.12% |
| 2026-09-18 | 0.018794 | -0.38% |
| 2026-09-17 | 0.018867 | +0.47% |
| 2026-09-16 | 0.018778 | +0.05% |
| 2026-09-15 | 0.018769 | -0.50% |
| 2026-09-14 | 0.018863 | +0.32% |
| 2026-09-13 | 0.018803 | -0.01% |
| 2026-09-12 | 0.018805 | -0.38% |
| Date | 1 INR in XCG | Daily change |
|---|---|---|
| 2026-09-11 | 0.018876 | -0.02% |
| 2026-09-10 | 0.018879 | -0.18% |
| 2026-09-09 | 0.018913 | -0.45% |
| 2026-09-08 | 0.018998 | -0.41% |
| 2026-09-07 | 0.019076 | +0.30% |
| 2026-09-06 | 0.019018 | -0.04% |
| 2026-09-05 | 0.019026 | -0.02% |
| 2026-09-04 | 0.019029 | -0.04% |
| 2026-09-03 | 0.019038 | +0.28% |
| 2026-09-02 | 0.018985 | +0.12% |
| 2026-09-01 | 0.018962 | -0.33% |
| 2026-08-31 | 0.019024 | +0.98% |
| 2026-08-30 | 0.018839 | -0.07% |
| 2026-08-29 | 0.018853 | -0.09% |
| 2026-08-28 | 0.01887 | — |
INR to XCG conversion table
1 INR0.018681 XCG
5 INR0.093407 XCG
10 INR0.18681 XCG
25 INR0.46703 XCG
50 INR0.93407 XCG
100 INR1.8681 XCG
500 INR9.3407 XCG
1,000 INR18.6814 XCG
5,000 INR93.4069 XCG
10,000 INR186.8138 XCG
Get the INR/XCG rate in your app
One GET request returns the latest INR → 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/INR/XCG"fetch('https://rate-api.com/api/v1/pair/INR/XCG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} XCG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/XCG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} XCG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/XCG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} XCG\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "XCG"
},
"rate": 0.0187,
"timestamp": 1790429445,
"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 INRCaribbean Guilder → Indian Rupee53.5292Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.