Convert BND to RUB
Brunei Dollar → Russian Ruble
1 BND = 66.566229 RUB(1 RUB = 0.0150226 BND)
Currency converter
1 BND =
66.5662 RUB
BND to RUB: last 30 days
Over the last 30 days, 1 BND traded between 65.6674 and 68.751 RUB, averaging 67.0117 RUB. The BND/RUB rate is down 1.02% since 2026-08-28.
- 30-day high
- 68.751
- 2026-09-03
- 30-day low
- 65.6674
- 2026-09-22
- 30-day average
- 67.0117
- Days with data: 30
- 30-day change
- -1.02%
- since 2026-08-28
68.751
65.66742026-08-28 → 2026-09-26
| Date | 1 BND in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 66.5662 | 0.00% |
| 2026-09-25 | 66.5662 | +0.42% |
| 2026-09-24 | 66.285 | +0.52% |
| 2026-09-23 | 65.9436 | +0.42% |
| 2026-09-22 | 65.6674 | -0.48% |
| 2026-09-21 | 65.9845 | +0.13% |
| 2026-09-20 | 65.8964 | -0.37% |
| 2026-09-19 | 66.1443 | -0.13% |
| 2026-09-18 | 66.2335 | +0.37% |
| 2026-09-17 | 65.9916 | -0.22% |
| 2026-09-16 | 66.1369 | -0.46% |
| 2026-09-15 | 66.44 | -0.26% |
| 2026-09-14 | 66.6143 | +0.13% |
| 2026-09-13 | 66.5283 | +0.10% |
| 2026-09-12 | 66.459 | +0.40% |
| Date | 1 BND in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 66.1936 | -1.56% |
| 2026-09-10 | 67.2404 | -0.95% |
| 2026-09-09 | 67.8873 | -0.43% |
| 2026-09-08 | 68.1827 | -0.21% |
| 2026-09-07 | 68.3283 | +0.03% |
| 2026-09-06 | 68.307 | +0.97% |
| 2026-09-05 | 67.6499 | -1.06% |
| 2026-09-04 | 68.3772 | -0.54% |
| 2026-09-03 | 68.751 | +0.84% |
| 2026-09-02 | 68.1762 | +0.46% |
| 2026-09-01 | 67.8653 | +0.48% |
| 2026-08-31 | 67.5395 | -0.01% |
| 2026-08-30 | 67.544 | -0.08% |
| 2026-08-29 | 67.601 | +0.52% |
| 2026-08-28 | 67.2511 | — |
BND to RUB conversion table
1 BND66.5662 RUB
5 BND332.8311 RUB
10 BND665.6623 RUB
25 BND1,664.1557 RUB
50 BND3,328.3114 RUB
100 BND6,656.6229 RUB
500 BND33,283.114 RUB
1,000 BND66,566.229 RUB
5,000 BND332,831.14 RUB
10,000 BND665,662.29 RUB
Get the BND/RUB rate in your app
One GET request returns the latest BND → 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/BND/RUB"fetch('https://rate-api.com/api/v1/pair/BND/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BND = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BND/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BND = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BND/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BND = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BND",
"to": "RUB"
},
"rate": 66.5662,
"timestamp": 1790432059,
"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 BNDRussian Ruble → Brunei Dollar0.015023Convert BND to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.