Convert RUB to CVE
Russian Ruble → Cape Verdean Escudo
1 RUB = 1.137452 CVE(1 CVE = 0.879158 RUB)
Currency converter
1 RUB =
1.1375 CVE
RUB to CVE: last 30 days
Over the last 30 days, 1 RUB traded between 1.0892 and 1.1473 CVE, averaging 1.1207 CVE. The RUB/CVE rate is up 2.68% since 2026-08-28.
- 30-day high
- 1.1473
- 2026-09-22
- 30-day low
- 1.0892
- 2026-09-03
- 30-day average
- 1.1207
- Days with data: 30
- 30-day change
- +2.68%
- since 2026-08-28
1.1473
1.08922026-08-28 → 2026-09-26
| Date | 1 RUB in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 1.1375 | 0.00% |
| 2026-09-25 | 1.1375 | -0.52% |
| 2026-09-24 | 1.1434 | -0.26% |
| 2026-09-23 | 1.1463 | -0.09% |
| 2026-09-22 | 1.1473 | +0.51% |
| 2026-09-21 | 1.1415 | -0.02% |
| 2026-09-20 | 1.1417 | +0.37% |
| 2026-09-19 | 1.1376 | +0.08% |
| 2026-09-18 | 1.1367 | -0.47% |
| 2026-09-17 | 1.1421 | +0.66% |
| 2026-09-16 | 1.1346 | +0.31% |
| 2026-09-15 | 1.1311 | +0.30% |
| 2026-09-14 | 1.1277 | -0.03% |
| 2026-09-13 | 1.128 | -0.11% |
| 2026-09-12 | 1.1293 | -0.25% |
| Date | 1 RUB in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 1.1321 | +1.55% |
| 2026-09-10 | 1.1148 | +0.94% |
| 2026-09-09 | 1.1043 | +0.40% |
| 2026-09-08 | 1.1 | +0.31% |
| 2026-09-07 | 1.0966 | -0.00% |
| 2026-09-06 | 1.0966 | -0.88% |
| 2026-09-05 | 1.1063 | +1.06% |
| 2026-09-04 | 1.0947 | +0.51% |
| 2026-09-03 | 1.0892 | -0.70% |
| 2026-09-02 | 1.0968 | -0.37% |
| 2026-09-01 | 1.1009 | -0.51% |
| 2026-08-31 | 1.1066 | +0.01% |
| 2026-08-30 | 1.1065 | +0.16% |
| 2026-08-29 | 1.1048 | -0.27% |
| 2026-08-28 | 1.1078 | — |
RUB to CVE conversion table
1 RUB1.1375 CVE
5 RUB5.6873 CVE
10 RUB11.3745 CVE
25 RUB28.4363 CVE
50 RUB56.8726 CVE
100 RUB113.7452 CVE
500 RUB568.7257 CVE
1,000 RUB1,137.4515 CVE
5,000 RUB5,687.2574 CVE
10,000 RUB11,374.515 CVE
Get the RUB/CVE rate in your app
One GET request returns the latest RUB → CVE 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/CVE"fetch('https://rate-api.com/api/v1/pair/RUB/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/CVE');
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']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "CVE"
},
"rate": 1.1375,
"timestamp": 1790429300,
"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
CVE to RUBCape Verdean Escudo → Russian Ruble0.87916Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.