Convert RUB to BBD
Russian Ruble → Barbadian Dollar
1 RUB = 0.0235258 BBD(1 BBD = 42.506533 RUB)
Currency converter
1 RUB =
0.023526 BBD
RUB to BBD: last 30 days
Over the last 30 days, 1 RUB traded between 0.02291 and 0.023878 BBD, averaging 0.023476 BBD. The RUB/BBD rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.023878
- 2026-09-22
- 30-day low
- 0.02291
- 2026-09-03
- 30-day average
- 0.023476
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.023878
0.022912026-08-28 → 2026-09-26
| Date | 1 RUB in BBD | Daily change |
|---|---|---|
| 2026-09-26 | 0.023526 | 0.00% |
| 2026-09-25 | 0.023526 | -0.20% |
| 2026-09-24 | 0.023574 | -0.64% |
| 2026-09-23 | 0.023725 | -0.64% |
| 2026-09-22 | 0.023878 | +0.49% |
| 2026-09-21 | 0.023763 | -0.09% |
| 2026-09-20 | 0.023785 | +0.37% |
| 2026-09-19 | 0.023698 | -0.57% |
| 2026-09-18 | 0.023833 | +0.37% |
| 2026-09-17 | 0.023745 | -0.04% |
| 2026-09-16 | 0.023754 | +0.37% |
| 2026-09-15 | 0.023665 | +0.03% |
| 2026-09-14 | 0.023659 | -0.30% |
| 2026-09-13 | 0.023729 | -0.11% |
| 2026-09-12 | 0.023756 | -0.27% |
| Date | 1 RUB in BBD | Daily change |
|---|---|---|
| 2026-09-11 | 0.023821 | +1.23% |
| 2026-09-10 | 0.023531 | +1.00% |
| 2026-09-09 | 0.023297 | +0.45% |
| 2026-09-08 | 0.023192 | +0.43% |
| 2026-09-07 | 0.023092 | -0.06% |
| 2026-09-06 | 0.023106 | -0.85% |
| 2026-09-05 | 0.023304 | +0.97% |
| 2026-09-04 | 0.023079 | +0.74% |
| 2026-09-03 | 0.02291 | -0.54% |
| 2026-09-02 | 0.023035 | -0.58% |
| 2026-09-01 | 0.02317 | -0.40% |
| 2026-08-31 | 0.023264 | +0.06% |
| 2026-08-30 | 0.023251 | +0.19% |
| 2026-08-29 | 0.023207 | -0.82% |
| 2026-08-28 | 0.0234 | — |
RUB to BBD conversion table
1 RUB0.023526 BBD
5 RUB0.11763 BBD
10 RUB0.23526 BBD
25 RUB0.58814 BBD
50 RUB1.1763 BBD
100 RUB2.3526 BBD
500 RUB11.7629 BBD
1,000 RUB23.5258 BBD
5,000 RUB117.629 BBD
10,000 RUB235.258 BBD
Get the RUB/BBD rate in your app
One GET request returns the latest RUB → BBD 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/BBD"fetch('https://rate-api.com/api/v1/pair/RUB/BBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} BBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/BBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} BBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/BBD');
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']} BBD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "BBD"
},
"rate": 0.0235,
"timestamp": 1790437509,
"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
BBD to RUBBarbadian Dollar → Russian Ruble42.5065Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.