Convert RUB to XCG
Russian Ruble → Caribbean Guilder
1 RUB = 0.0210556 XCG(1 XCG = 47.493333 RUB)
Currency converter
1 RUB =
0.021056 XCG
RUB to XCG: last 30 days
Over the last 30 days, 1 RUB traded between 0.020606 and 0.021513 XCG, averaging 0.021115 XCG. The RUB/XCG rate is down 0.02% since 2026-08-28.
- 30-day high
- 0.021513
- 2026-09-22
- 30-day low
- 0.020606
- 2026-09-03
- 30-day average
- 0.021115
- Days with data: 30
- 30-day change
- -0.02%
- since 2026-08-28
0.021513
0.0206062026-08-28 → 2026-09-26
| Date | 1 RUB in XCG | Daily change |
|---|---|---|
| 2026-09-26 | 0.021056 | 0.00% |
| 2026-09-25 | 0.021056 | -0.20% |
| 2026-09-24 | 0.021098 | -0.64% |
| 2026-09-23 | 0.021234 | -1.30% |
| 2026-09-22 | 0.021513 | +0.58% |
| 2026-09-21 | 0.02139 | +0.07% |
| 2026-09-20 | 0.021375 | +0.23% |
| 2026-09-19 | 0.021325 | -0.00% |
| 2026-09-18 | 0.021326 | -0.77% |
| 2026-09-17 | 0.02149 | +0.42% |
| 2026-09-16 | 0.021401 | +0.42% |
| 2026-09-15 | 0.021312 | -0.06% |
| 2026-09-14 | 0.021324 | +0.02% |
| 2026-09-13 | 0.021319 | -0.12% |
| 2026-09-12 | 0.021344 | -0.65% |
| Date | 1 RUB in XCG | Daily change |
|---|---|---|
| 2026-09-11 | 0.021484 | +1.34% |
| 2026-09-10 | 0.021199 | +1.17% |
| 2026-09-09 | 0.020953 | +0.30% |
| 2026-09-08 | 0.020891 | +0.38% |
| 2026-09-07 | 0.020811 | +0.24% |
| 2026-09-06 | 0.020761 | -0.89% |
| 2026-09-05 | 0.020948 | +0.96% |
| 2026-09-04 | 0.020749 | +0.69% |
| 2026-09-03 | 0.020606 | -0.77% |
| 2026-09-02 | 0.020766 | -0.44% |
| 2026-09-01 | 0.020858 | -0.96% |
| 2026-08-31 | 0.021059 | +0.80% |
| 2026-08-30 | 0.020891 | +0.11% |
| 2026-08-29 | 0.020868 | -0.91% |
| 2026-08-28 | 0.02106 | — |
RUB to XCG conversion table
1 RUB0.021056 XCG
5 RUB0.10528 XCG
10 RUB0.21056 XCG
25 RUB0.52639 XCG
50 RUB1.0528 XCG
100 RUB2.1056 XCG
500 RUB10.5278 XCG
1,000 RUB21.0556 XCG
5,000 RUB105.2779 XCG
10,000 RUB210.5559 XCG
Get the RUB/XCG rate in your app
One GET request returns the latest RUB → 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/RUB/XCG"fetch('https://rate-api.com/api/v1/pair/RUB/XCG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} XCG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/XCG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} XCG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/XCG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} XCG\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "XCG"
},
"rate": 0.0211,
"timestamp": 1790429348,
"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 RUBCaribbean Guilder → Russian Ruble47.4933Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.