Convert BWP to RUB
Botswanan Pula → Russian Ruble
1 BWP = 6.236652 RUB(1 RUB = 0.160342 BWP)
Currency converter
1 BWP =
6.2367 RUB
BWP to RUB: last 30 days
Over the last 30 days, 1 BWP traded between 6.003 and 6.5076 RUB, averaging 6.3087 RUB. The BWP/RUB rate is down 2.53% since 2026-08-28.
- 30-day high
- 6.5076
- 2026-09-03
- 30-day low
- 6.003
- 2026-09-12
- 30-day average
- 6.3087
- Days with data: 30
- 30-day change
- -2.53%
- since 2026-08-28
6.5076
6.0032026-08-28 → 2026-09-26
| Date | 1 BWP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 6.2367 | 0.00% |
| 2026-09-25 | 6.2367 | +0.04% |
| 2026-09-24 | 6.2341 | -0.07% |
| 2026-09-23 | 6.2383 | +0.96% |
| 2026-09-22 | 6.1791 | -0.54% |
| 2026-09-21 | 6.2124 | +0.18% |
| 2026-09-20 | 6.2011 | -0.38% |
| 2026-09-19 | 6.2245 | -0.12% |
| 2026-09-18 | 6.2319 | +0.22% |
| 2026-09-17 | 6.2181 | -0.06% |
| 2026-09-16 | 6.222 | -0.73% |
| 2026-09-15 | 6.2677 | -0.12% |
| 2026-09-14 | 6.2751 | +4.41% |
| 2026-09-13 | 6.0098 | +0.11% |
| 2026-09-12 | 6.003 | -3.83% |
| Date | 1 BWP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 6.2423 | -1.43% |
| 2026-09-10 | 6.333 | -1.42% |
| 2026-09-09 | 6.4243 | -0.26% |
| 2026-09-08 | 6.4411 | -0.40% |
| 2026-09-07 | 6.4673 | +0.03% |
| 2026-09-06 | 6.4654 | +0.85% |
| 2026-09-05 | 6.4112 | -0.87% |
| 2026-09-04 | 6.4677 | -0.61% |
| 2026-09-03 | 6.5076 | +0.99% |
| 2026-09-02 | 6.4438 | +0.40% |
| 2026-09-01 | 6.4182 | +0.26% |
| 2026-08-31 | 6.4013 | -0.26% |
| 2026-08-30 | 6.4183 | -0.20% |
| 2026-08-29 | 6.4309 | +0.51% |
| 2026-08-28 | 6.3984 | — |
BWP to RUB conversion table
1 BWP6.2367 RUB
5 BWP31.1833 RUB
10 BWP62.3665 RUB
25 BWP155.9163 RUB
50 BWP311.8326 RUB
100 BWP623.6652 RUB
500 BWP3,118.326 RUB
1,000 BWP6,236.6521 RUB
5,000 BWP31,183.26 RUB
10,000 BWP62,366.521 RUB
Get the BWP/RUB rate in your app
One GET request returns the latest BWP → 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/BWP/RUB"fetch('https://rate-api.com/api/v1/pair/BWP/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BWP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "RUB"
},
"rate": 6.2367,
"timestamp": 1790432037,
"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 BWPRussian Ruble → Botswanan Pula0.16034Convert BWP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.