Convert RUB to BWP
Russian Ruble → Botswanan Pula
1 RUB = 0.160342 BWP(1 BWP = 6.236652 RUB)
Currency converter
1 RUB =
0.16034 BWP
RUB to BWP: last 30 days
Over the last 30 days, 1 RUB traded between 0.15367 and 0.16658 BWP, averaging 0.15858 BWP. The RUB/BWP rate is up 2.59% since 2026-08-28.
- 30-day high
- 0.16658
- 2026-09-12
- 30-day low
- 0.15367
- 2026-09-03
- 30-day average
- 0.15858
- Days with data: 30
- 30-day change
- +2.59%
- since 2026-08-28
0.16658
0.153672026-08-28 → 2026-09-26
| Date | 1 RUB in BWP | Daily change |
|---|---|---|
| 2026-09-26 | 0.16034 | 0.00% |
| 2026-09-25 | 0.16034 | -0.04% |
| 2026-09-24 | 0.16041 | +0.07% |
| 2026-09-23 | 0.1603 | -0.95% |
| 2026-09-22 | 0.16183 | +0.54% |
| 2026-09-21 | 0.16097 | -0.18% |
| 2026-09-20 | 0.16126 | +0.38% |
| 2026-09-19 | 0.16065 | +0.12% |
| 2026-09-18 | 0.16047 | -0.22% |
| 2026-09-17 | 0.16082 | +0.06% |
| 2026-09-16 | 0.16072 | +0.73% |
| 2026-09-15 | 0.15955 | +0.12% |
| 2026-09-14 | 0.15936 | -4.23% |
| 2026-09-13 | 0.1664 | -0.11% |
| 2026-09-12 | 0.16658 | +3.99% |
| Date | 1 RUB in BWP | Daily change |
|---|---|---|
| 2026-09-11 | 0.1602 | +1.45% |
| 2026-09-10 | 0.1579 | +1.44% |
| 2026-09-09 | 0.15566 | +0.26% |
| 2026-09-08 | 0.15525 | +0.41% |
| 2026-09-07 | 0.15462 | -0.03% |
| 2026-09-06 | 0.15467 | -0.84% |
| 2026-09-05 | 0.15598 | +0.88% |
| 2026-09-04 | 0.15462 | +0.62% |
| 2026-09-03 | 0.15367 | -0.98% |
| 2026-09-02 | 0.15519 | -0.40% |
| 2026-09-01 | 0.15581 | -0.26% |
| 2026-08-31 | 0.15622 | +0.27% |
| 2026-08-30 | 0.1558 | +0.20% |
| 2026-08-29 | 0.1555 | -0.51% |
| 2026-08-28 | 0.15629 | — |
RUB to BWP conversion table
1 RUB0.16034 BWP
5 RUB0.80171 BWP
10 RUB1.6034 BWP
25 RUB4.0086 BWP
50 RUB8.0171 BWP
100 RUB16.0342 BWP
500 RUB80.1712 BWP
1,000 RUB160.3424 BWP
5,000 RUB801.7122 BWP
10,000 RUB1,603.4244 BWP
Get the RUB/BWP rate in your app
One GET request returns the latest RUB → BWP 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/BWP"fetch('https://rate-api.com/api/v1/pair/RUB/BWP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} BWP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/BWP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} BWP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/BWP');
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']} BWP\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "BWP"
},
"rate": 0.1603,
"timestamp": 1790429271,
"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
BWP to RUBBotswanan Pula → Russian Ruble6.2367Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.