Convert RUB to CRC
Russian Ruble → Costa Rican Colón
1 RUB = 5.333601 CRC(1 CRC = 0.187491 RUB)
Currency converter
1 RUB =
5.3336 CRC
RUB to CRC: last 30 days
Over the last 30 days, 1 RUB traded between 5.19 and 5.3941 CRC, averaging 5.2933 CRC. The RUB/CRC rate is up 0.54% since 2026-08-28.
- 30-day high
- 5.3941
- 2026-09-11
- 30-day low
- 5.19
- 2026-09-03
- 30-day average
- 5.2933
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
5.3941
5.192026-08-28 → 2026-09-26
| Date | 1 RUB in CRC | Daily change |
|---|---|---|
| 2026-09-26 | 5.3336 | 0.00% |
| 2026-09-25 | 5.3336 | -0.06% |
| 2026-09-24 | 5.3367 | -0.42% |
| 2026-09-23 | 5.3593 | +0.36% |
| 2026-09-22 | 5.3403 | +0.53% |
| 2026-09-21 | 5.3121 | +0.09% |
| 2026-09-20 | 5.3073 | +0.15% |
| 2026-09-19 | 5.2994 | +0.11% |
| 2026-09-18 | 5.2935 | -0.83% |
| 2026-09-17 | 5.3378 | +0.34% |
| 2026-09-16 | 5.3197 | -0.07% |
| 2026-09-15 | 5.3232 | -0.18% |
| 2026-09-14 | 5.3329 | +0.33% |
| 2026-09-13 | 5.3155 | -0.43% |
| 2026-09-12 | 5.3385 | -1.03% |
| Date | 1 RUB in CRC | Daily change |
|---|---|---|
| 2026-09-11 | 5.3941 | +0.98% |
| 2026-09-10 | 5.3418 | +1.13% |
| 2026-09-09 | 5.2823 | +0.38% |
| 2026-09-08 | 5.2624 | +0.44% |
| 2026-09-07 | 5.2392 | +0.54% |
| 2026-09-06 | 5.2108 | -0.92% |
| 2026-09-05 | 5.2593 | +0.60% |
| 2026-09-04 | 5.2279 | +0.73% |
| 2026-09-03 | 5.19 | -0.70% |
| 2026-09-02 | 5.2265 | -0.18% |
| 2026-09-01 | 5.2359 | -0.52% |
| 2026-08-31 | 5.2635 | +0.68% |
| 2026-08-30 | 5.2281 | -0.39% |
| 2026-08-29 | 5.2488 | -1.06% |
| 2026-08-28 | 5.3051 | — |
RUB to CRC conversion table
1 RUB5.3336 CRC
5 RUB26.668 CRC
10 RUB53.336 CRC
25 RUB133.34 CRC
50 RUB266.6801 CRC
100 RUB533.3601 CRC
500 RUB2,666.8006 CRC
1,000 RUB5,333.6013 CRC
5,000 RUB26,668.006 CRC
10,000 RUB53,336.013 CRC
Get the RUB/CRC rate in your app
One GET request returns the latest RUB → CRC 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/CRC"fetch('https://rate-api.com/api/v1/pair/RUB/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/CRC');
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']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "CRC"
},
"rate": 5.3336,
"timestamp": 1790429295,
"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
CRC to RUBCosta Rican Colón → Russian Ruble0.18749Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.