Convert XCG to RUB
Caribbean Guilder → Russian Ruble
1 XCG = 47.493333 RUB(1 RUB = 0.0210556 XCG)
Currency converter
1 XCG =
47.4933 RUB
XCG to RUB: last 30 days
Over the last 30 days, 1 XCG traded between 46.4835 and 48.5289 RUB, averaging 47.3656 RUB. The XCG/RUB rate is up 0.02% since 2026-08-28.
- 30-day high
- 48.5289
- 2026-09-03
- 30-day low
- 46.4835
- 2026-09-22
- 30-day average
- 47.3656
- Days with data: 30
- 30-day change
- +0.02%
- since 2026-08-28
48.5289
46.48352026-08-28 → 2026-09-26
| Date | 1 XCG in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 47.4933 | 0.00% |
| 2026-09-25 | 47.4933 | +0.20% |
| 2026-09-24 | 47.3968 | +0.64% |
| 2026-09-23 | 47.0936 | +1.31% |
| 2026-09-22 | 46.4835 | -0.57% |
| 2026-09-21 | 46.7513 | -0.07% |
| 2026-09-20 | 46.784 | -0.23% |
| 2026-09-19 | 46.8931 | +0.00% |
| 2026-09-18 | 46.892 | +0.77% |
| 2026-09-17 | 46.5332 | -0.41% |
| 2026-09-16 | 46.727 | -0.42% |
| 2026-09-15 | 46.923 | +0.06% |
| 2026-09-14 | 46.8961 | -0.02% |
| 2026-09-13 | 46.9069 | +0.12% |
| 2026-09-12 | 46.8507 | +0.65% |
| Date | 1 XCG in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 46.547 | -1.33% |
| 2026-09-10 | 47.1725 | -1.16% |
| 2026-09-09 | 47.7254 | -0.30% |
| 2026-09-08 | 47.8678 | -0.38% |
| 2026-09-07 | 48.0519 | -0.24% |
| 2026-09-06 | 48.1683 | +0.90% |
| 2026-09-05 | 47.7378 | -0.95% |
| 2026-09-04 | 48.1951 | -0.69% |
| 2026-09-03 | 48.5289 | +0.77% |
| 2026-09-02 | 48.1559 | +0.44% |
| 2026-09-01 | 47.9437 | +0.97% |
| 2026-08-31 | 47.4846 | -0.80% |
| 2026-08-30 | 47.8665 | -0.11% |
| 2026-08-29 | 47.9214 | +0.92% |
| 2026-08-28 | 47.4844 | — |
XCG to RUB conversion table
1 XCG47.4933 RUB
5 XCG237.4667 RUB
10 XCG474.9333 RUB
25 XCG1,187.3333 RUB
50 XCG2,374.6666 RUB
100 XCG4,749.3333 RUB
500 XCG23,746.666 RUB
1,000 XCG47,493.333 RUB
5,000 XCG237,466.66 RUB
10,000 XCG474,933.33 RUB
Get the XCG/RUB rate in your app
One GET request returns the latest XCG → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/XCG/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 XCG = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/XCG/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 XCG = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/XCG/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "XCG",
"to": "RUB"
},
"rate": 47.4933,
"timestamp": 1790435076,
"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
RUB to XCGRussian Ruble → Caribbean Guilder0.021056Convert XCG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.