Convert BOB to RUB
Bolivian Boliviano → Russian Ruble
1 BOB = 6.942754 RUB(1 RUB = 0.144035 BOB)
Currency converter
1 BOB =
6.9428 RUB
BOB to RUB: last 30 days
Over the last 30 days, 1 BOB traded between 6.64 and 8.4275 RUB, averaging 7.2481 RUB. The BOB/RUB rate is down 6.09% since 2026-08-28.
- 30-day high
- 8.4275
- 2026-09-19
- 30-day low
- 6.64
- 2026-09-11
- 30-day average
- 7.2481
- Days with data: 30
- 30-day change
- -6.09%
- since 2026-08-28
8.4275
6.642026-08-28 → 2026-09-26
| Date | 1 BOB in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 6.9428 | 0.00% |
| 2026-09-25 | 6.9428 | -5.66% |
| 2026-09-24 | 7.3591 | +4.30% |
| 2026-09-23 | 7.0559 | -6.16% |
| 2026-09-22 | 7.519 | -7.71% |
| 2026-09-21 | 8.1474 | +0.52% |
| 2026-09-20 | 8.1055 | -3.82% |
| 2026-09-19 | 8.4275 | +1.46% |
| 2026-09-18 | 8.3059 | +14.77% |
| 2026-09-17 | 7.2372 | +2.25% |
| 2026-09-16 | 7.0776 | +0.49% |
| 2026-09-15 | 7.0434 | +3.65% |
| 2026-09-14 | 6.7951 | -4.35% |
| 2026-09-13 | 7.1039 | +1.67% |
| 2026-09-12 | 6.987 | +5.23% |
| Date | 1 BOB in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 6.64 | -2.25% |
| 2026-09-10 | 6.7927 | -1.60% |
| 2026-09-09 | 6.9034 | -0.69% |
| 2026-09-08 | 6.9513 | -0.69% |
| 2026-09-07 | 6.9997 | +0.78% |
| 2026-09-06 | 6.9452 | +0.12% |
| 2026-09-05 | 6.9367 | -2.86% |
| 2026-09-04 | 7.1408 | -0.62% |
| 2026-09-03 | 7.1856 | -1.25% |
| 2026-09-02 | 7.2763 | -0.17% |
| 2026-09-01 | 7.2885 | -0.08% |
| 2026-08-31 | 7.2945 | -0.02% |
| 2026-08-30 | 7.2959 | -0.73% |
| 2026-08-29 | 7.3499 | -0.59% |
| 2026-08-28 | 7.3933 | — |
BOB to RUB conversion table
1 BOB6.9428 RUB
5 BOB34.7138 RUB
10 BOB69.4275 RUB
25 BOB173.5688 RUB
50 BOB347.1377 RUB
100 BOB694.2754 RUB
500 BOB3,471.3768 RUB
1,000 BOB6,942.7536 RUB
5,000 BOB34,713.768 RUB
10,000 BOB69,427.536 RUB
Get the BOB/RUB rate in your app
One GET request returns the latest BOB → 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/BOB/RUB"fetch('https://rate-api.com/api/v1/pair/BOB/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BOB = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "RUB"
},
"rate": 6.9428,
"timestamp": 1790435059,
"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 BOBRussian Ruble → Bolivian Boliviano0.14404Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.