Convert BYN to RUB
Belarusian Ruble → Russian Ruble
1 BYN = 27.927677 RUB(1 RUB = 0.0358068 BYN)
Currency converter
1 BYN =
27.9277 RUB
BYN to RUB: last 30 days
Over the last 30 days, 1 BYN traded between 27.5565 and 28.559 RUB, averaging 27.958 RUB. The BYN/RUB rate is down 1.60% since 2026-08-28.
- 30-day high
- 28.559
- 2026-08-29
- 30-day low
- 27.5565
- 2026-09-17
- 30-day average
- 27.958
- Days with data: 30
- 30-day change
- -1.60%
- since 2026-08-28
28.559
27.55652026-08-28 → 2026-09-26
| Date | 1 BYN in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 27.9277 | 0.00% |
| 2026-09-25 | 27.9277 | +0.07% |
| 2026-09-24 | 27.9086 | +0.53% |
| 2026-09-23 | 27.7619 | +0.03% |
| 2026-09-22 | 27.7527 | -0.33% |
| 2026-09-21 | 27.8442 | +0.04% |
| 2026-09-20 | 27.8322 | -0.20% |
| 2026-09-19 | 27.8891 | +0.32% |
| 2026-09-18 | 27.8001 | +0.88% |
| 2026-09-17 | 27.5565 | -0.63% |
| 2026-09-16 | 27.7303 | -0.20% |
| 2026-09-15 | 27.785 | -0.11% |
| 2026-09-14 | 27.8164 | +0.13% |
| 2026-09-13 | 27.7794 | +0.21% |
| 2026-09-12 | 27.7198 | +0.41% |
| Date | 1 BYN in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 27.6054 | -0.54% |
| 2026-09-10 | 27.7542 | -0.62% |
| 2026-09-09 | 27.9266 | -0.42% |
| 2026-09-08 | 28.045 | -0.24% |
| 2026-09-07 | 28.1115 | +0.07% |
| 2026-09-06 | 28.093 | +0.88% |
| 2026-09-05 | 27.8491 | -1.02% |
| 2026-09-04 | 28.1349 | -0.51% |
| 2026-09-03 | 28.2789 | +0.73% |
| 2026-09-02 | 28.0733 | -0.32% |
| 2026-09-01 | 28.1633 | -0.71% |
| 2026-08-31 | 28.3654 | +0.00% |
| 2026-08-30 | 28.3645 | -0.68% |
| 2026-08-29 | 28.559 | +0.62% |
| 2026-08-28 | 28.3828 | — |
BYN to RUB conversion table
1 BYN27.9277 RUB
5 BYN139.6384 RUB
10 BYN279.2768 RUB
25 BYN698.1919 RUB
50 BYN1,396.3838 RUB
100 BYN2,792.7677 RUB
500 BYN13,963.838 RUB
1,000 BYN27,927.677 RUB
5,000 BYN139,638.38 RUB
10,000 BYN279,276.77 RUB
Get the BYN/RUB rate in your app
One GET request returns the latest BYN → 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/BYN/RUB"fetch('https://rate-api.com/api/v1/pair/BYN/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "RUB"
},
"rate": 27.9277,
"timestamp": 1790435055,
"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 BYNRussian Ruble → Belarusian Ruble0.035807Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.