Convert VES to RUB
Venezuelan Bolívar → Russian Ruble
1 VES = 0.0996273 RUB(1 RUB = 10.03741 VES)
Currency converter
1 VES =
0.099627 RUB
VES to RUB: last 30 days
Over the last 30 days, 1 VES traded between 0.098477 and 0.10899 RUB, averaging 0.10356 RUB. The VES/RUB rate is down 7.88% since 2026-08-28.
- 30-day high
- 0.10899
- 2026-08-29
- 30-day low
- 0.098477
- 2026-09-22
- 30-day average
- 0.10356
- Days with data: 30
- 30-day change
- -7.88%
- since 2026-08-28
0.10899
0.0984772026-08-28 → 2026-09-26
| Date | 1 VES in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.099627 | 0.00% |
| 2026-09-25 | 0.099627 | +0.14% |
| 2026-09-24 | 0.099487 | +0.52% |
| 2026-09-23 | 0.098971 | +0.50% |
| 2026-09-22 | 0.098477 | -0.79% |
| 2026-09-21 | 0.099257 | +0.03% |
| 2026-09-20 | 0.099226 | -0.34% |
| 2026-09-19 | 0.099569 | -0.38% |
| 2026-09-18 | 0.099946 | +0.37% |
| 2026-09-17 | 0.099574 | -0.87% |
| 2026-09-16 | 0.10044 | -0.46% |
| 2026-09-15 | 0.10091 | -1.30% |
| 2026-09-14 | 0.10224 | +0.75% |
| 2026-09-13 | 0.10148 | +0.69% |
| 2026-09-12 | 0.10078 | -1.46% |
| Date | 1 VES in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.10228 | -1.51% |
| 2026-09-10 | 0.10384 | -1.35% |
| 2026-09-09 | 0.10526 | -1.21% |
| 2026-09-08 | 0.10655 | -0.48% |
| 2026-09-07 | 0.10707 | -0.29% |
| 2026-09-06 | 0.10738 | +0.88% |
| 2026-09-05 | 0.10645 | -1.35% |
| 2026-09-04 | 0.1079 | -0.98% |
| 2026-09-03 | 0.10897 | +0.39% |
| 2026-09-02 | 0.10855 | +0.11% |
| 2026-09-01 | 0.10843 | -0.14% |
| 2026-08-31 | 0.10858 | -0.23% |
| 2026-08-30 | 0.10883 | -0.15% |
| 2026-08-29 | 0.10899 | +0.78% |
| 2026-08-28 | 0.10814 | — |
VES to RUB conversion table
1 VES0.099627 RUB
5 VES0.49814 RUB
10 VES0.99627 RUB
25 VES2.4907 RUB
50 VES4.9814 RUB
100 VES9.9627 RUB
500 VES49.8136 RUB
1,000 VES99.6273 RUB
5,000 VES498.1365 RUB
10,000 VES996.2729 RUB
Get the VES/RUB rate in your app
One GET request returns the latest VES → 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/VES/RUB"fetch('https://rate-api.com/api/v1/pair/VES/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 VES = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/VES/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 VES = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/VES/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 VES = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "VES",
"to": "RUB"
},
"rate": 0.0996,
"timestamp": 1790432041,
"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 VESRussian Ruble → Venezuelan Bolívar10.0374Convert VES to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.