Convert BMD to RUB
Bermudan Dollar → Russian Ruble
1 BMD = 85.013066 RUB(1 RUB = 0.0117629 BMD)
Currency converter
1 BMD =
85.0131 RUB
BMD to RUB: last 30 days
Over the last 30 days, 1 BMD traded between 83.7583 and 87.2973 RUB, averaging 85.2264 RUB. The BMD/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 87.2973
- 2026-09-03
- 30-day low
- 83.7583
- 2026-09-22
- 30-day average
- 85.2264
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
87.2973
83.75832026-08-28 → 2026-09-26
| Date | 1 BMD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 85.0131 | 0.00% |
| 2026-09-25 | 85.0131 | +0.20% |
| 2026-09-24 | 84.8403 | +0.64% |
| 2026-09-23 | 84.2975 | +0.64% |
| 2026-09-22 | 83.7583 | -0.48% |
| 2026-09-21 | 84.1649 | +0.10% |
| 2026-09-20 | 84.085 | -0.37% |
| 2026-09-19 | 84.3969 | -0.12% |
| 2026-09-18 | 84.4996 | +0.32% |
| 2026-09-17 | 84.2291 | +0.04% |
| 2026-09-16 | 84.1978 | -0.37% |
| 2026-09-15 | 84.5115 | -0.03% |
| 2026-09-14 | 84.534 | +0.30% |
| 2026-09-13 | 84.2845 | +0.11% |
| 2026-09-12 | 84.191 | +0.27% |
| Date | 1 BMD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 83.9603 | -1.22% |
| 2026-09-10 | 84.9956 | -0.99% |
| 2026-09-09 | 85.8477 | -0.45% |
| 2026-09-08 | 86.2372 | -0.43% |
| 2026-09-07 | 86.6118 | +0.06% |
| 2026-09-06 | 86.5588 | +0.86% |
| 2026-09-05 | 85.8232 | -0.96% |
| 2026-09-04 | 86.6585 | -0.73% |
| 2026-09-03 | 87.2973 | +0.54% |
| 2026-09-02 | 86.8248 | +0.59% |
| 2026-09-01 | 86.3193 | +0.41% |
| 2026-08-31 | 85.9704 | -0.06% |
| 2026-08-30 | 86.0193 | -0.19% |
| 2026-08-29 | 86.1796 | +0.83% |
| 2026-08-28 | 85.4709 | — |
BMD to RUB conversion table
1 BMD85.0131 RUB
5 BMD425.0653 RUB
10 BMD850.1307 RUB
25 BMD2,125.3266 RUB
50 BMD4,250.6533 RUB
100 BMD8,501.3066 RUB
500 BMD42,506.533 RUB
1,000 BMD85,013.066 RUB
5,000 BMD425,065.33 RUB
10,000 BMD850,130.66 RUB
Get the BMD/RUB rate in your app
One GET request returns the latest BMD → 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/BMD/RUB"fetch('https://rate-api.com/api/v1/pair/BMD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BMD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BMD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BMD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BMD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BMD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BMD",
"to": "RUB"
},
"rate": 85.0131,
"timestamp": 1790432034,
"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 BMDRussian Ruble → Bermudan Dollar0.011763Convert BMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.