Convert RUB to BND
Russian Ruble → Brunei Dollar
1 RUB = 0.0151348 BND(1 BND = 66.072943 RUB)
Currency converter
1 RUB =
0.015135 BND
RUB to BND: last 30 days
Over the last 30 days, 1 RUB traded between 0.014545 and 0.015228 BND, averaging 0.014938 BND. The RUB/BND rate is up 2.31% since 2026-08-29.
- 30-day high
- 0.015228
- 2026-09-22
- 30-day low
- 0.014545
- 2026-09-03
- 30-day average
- 0.014938
- Days with data: 30
- 30-day change
- +2.31%
- since 2026-08-29
0.015228
0.0145452026-08-29 → 2026-09-27
| Date | 1 RUB in BND | Daily change |
|---|---|---|
| 2026-09-27 | 0.015135 | 0.00% |
| 2026-09-26 | 0.015135 | +0.75% |
| 2026-09-25 | 0.015023 | -0.42% |
| 2026-09-24 | 0.015086 | -0.52% |
| 2026-09-23 | 0.015164 | -0.42% |
| 2026-09-22 | 0.015228 | +0.48% |
| 2026-09-21 | 0.015155 | -0.13% |
| 2026-09-20 | 0.015175 | +0.38% |
| 2026-09-19 | 0.015118 | +0.13% |
| 2026-09-18 | 0.015098 | -0.37% |
| 2026-09-17 | 0.015153 | +0.22% |
| 2026-09-16 | 0.01512 | +0.46% |
| 2026-09-15 | 0.015051 | +0.26% |
| 2026-09-14 | 0.015012 | -0.13% |
| 2026-09-13 | 0.015031 | -0.10% |
| Date | 1 RUB in BND | Daily change |
|---|---|---|
| 2026-09-12 | 0.015047 | -0.40% |
| 2026-09-11 | 0.015107 | +1.58% |
| 2026-09-10 | 0.014872 | +0.96% |
| 2026-09-09 | 0.01473 | +0.44% |
| 2026-09-08 | 0.014666 | +0.21% |
| 2026-09-07 | 0.014635 | -0.03% |
| 2026-09-06 | 0.01464 | -0.96% |
| 2026-09-05 | 0.014782 | +1.08% |
| 2026-09-04 | 0.014625 | +0.55% |
| 2026-09-03 | 0.014545 | -0.84% |
| 2026-09-02 | 0.014668 | -0.46% |
| 2026-09-01 | 0.014735 | -0.48% |
| 2026-08-31 | 0.014806 | +0.01% |
| 2026-08-30 | 0.014805 | +0.08% |
| 2026-08-29 | 0.014793 | — |
RUB to BND conversion table
1 RUB0.015135 BND
5 RUB0.075674 BND
10 RUB0.15135 BND
25 RUB0.37837 BND
50 RUB0.75674 BND
100 RUB1.5135 BND
500 RUB7.5674 BND
1,000 RUB15.1348 BND
5,000 RUB75.6739 BND
10,000 RUB151.3479 BND
Get the RUB/BND rate in your app
One GET request returns the latest RUB → BND 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/BND"fetch('https://rate-api.com/api/v1/pair/RUB/BND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} BND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/BND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} BND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/BND');
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']} BND\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "BND"
},
"rate": 0.0151,
"timestamp": 1790470774,
"date": "2026-09-27"
}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
BND to RUBBrunei Dollar → Russian Ruble66.0729Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.