Convert CUP to RUB
Cuban Peso → Russian Ruble
1 CUP = 3.542087 RUB(1 RUB = 0.282319 CUP)
Currency converter
1 CUP =
3.5421 RUB
CUP to RUB: last 30 days
Over the last 30 days, 1 CUP traded between 3.1604 and 3.5421 RUB, averaging 3.238 RUB. The CUP/RUB rate is up 9.78% since 2026-08-28.
- 30-day high
- 3.5421
- 2026-09-25
- 30-day low
- 3.1604
- 2026-09-22
- 30-day average
- 3.238
- Days with data: 30
- 30-day change
- +9.78%
- since 2026-08-28
3.5421
3.16042026-08-28 → 2026-09-26
| Date | 1 CUP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 3.5421 | 0.00% |
| 2026-09-25 | 3.5421 | +10.69% |
| 2026-09-24 | 3.2 | +0.66% |
| 2026-09-23 | 3.1792 | +0.59% |
| 2026-09-22 | 3.1604 | -0.50% |
| 2026-09-21 | 3.1763 | +0.10% |
| 2026-09-20 | 3.173 | -0.37% |
| 2026-09-19 | 3.1846 | -0.13% |
| 2026-09-18 | 3.1887 | +0.29% |
| 2026-09-17 | 3.1793 | +0.06% |
| 2026-09-16 | 3.1773 | -0.36% |
| 2026-09-15 | 3.1887 | -0.02% |
| 2026-09-14 | 3.1894 | +0.32% |
| 2026-09-13 | 3.1792 | +0.11% |
| 2026-09-12 | 3.1756 | +0.24% |
| Date | 1 CUP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 3.1679 | -1.24% |
| 2026-09-10 | 3.2076 | -0.99% |
| 2026-09-09 | 3.2395 | -0.45% |
| 2026-09-08 | 3.2543 | -0.44% |
| 2026-09-07 | 3.2687 | +0.09% |
| 2026-09-06 | 3.2656 | +0.88% |
| 2026-09-05 | 3.237 | -1.00% |
| 2026-09-04 | 3.2698 | -0.74% |
| 2026-09-03 | 3.2943 | +0.58% |
| 2026-09-02 | 3.2754 | +0.58% |
| 2026-09-01 | 3.2567 | +0.39% |
| 2026-08-31 | 3.2439 | -0.06% |
| 2026-08-30 | 3.2458 | -0.16% |
| 2026-08-29 | 3.2509 | +0.76% |
| 2026-08-28 | 3.2265 | — |
CUP to RUB conversion table
1 CUP3.5421 RUB
5 CUP17.7104 RUB
10 CUP35.4209 RUB
25 CUP88.5522 RUB
50 CUP177.1044 RUB
100 CUP354.2087 RUB
500 CUP1,771.0435 RUB
1,000 CUP3,542.0871 RUB
5,000 CUP17,710.435 RUB
10,000 CUP35,420.871 RUB
Get the CUP/RUB rate in your app
One GET request returns the latest CUP → 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/CUP/RUB"fetch('https://rate-api.com/api/v1/pair/CUP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "RUB"
},
"rate": 3.5421,
"timestamp": 1790432040,
"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 CUPRussian Ruble → Cuban Peso0.28232Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.