Convert BRL to RUB
Brazilian Real → Russian Ruble
1 BRL = 16.405273 RUB(1 RUB = 0.060956 BRL)
Currency converter
1 BRL =
16.4053 RUB
BRL to RUB: last 30 days
Over the last 30 days, 1 BRL traded between 16.3491 and 17.2048 RUB, averaging 16.5896 RUB. The BRL/RUB rate is down 0.88% since 2026-08-28.
- 30-day high
- 17.2048
- 2026-09-03
- 30-day low
- 16.3491
- 2026-09-22
- 30-day average
- 16.5896
- Days with data: 30
- 30-day change
- -0.88%
- since 2026-08-28
17.2048
16.34912026-08-28 → 2026-09-26
| Date | 1 BRL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 16.4053 | 0.00% |
| 2026-09-25 | 16.4053 | +0.18% |
| 2026-09-24 | 16.376 | -0.30% |
| 2026-09-23 | 16.4251 | +0.46% |
| 2026-09-22 | 16.3491 | -0.39% |
| 2026-09-21 | 16.4131 | +0.25% |
| 2026-09-20 | 16.372 | -0.37% |
| 2026-09-19 | 16.4327 | -0.12% |
| 2026-09-18 | 16.4527 | +0.22% |
| 2026-09-17 | 16.4167 | +0.33% |
| 2026-09-16 | 16.3621 | -0.27% |
| 2026-09-15 | 16.4062 | +0.08% |
| 2026-09-14 | 16.3934 | -0.59% |
| 2026-09-13 | 16.4914 | +0.11% |
| 2026-09-12 | 16.4732 | +0.27% |
| Date | 1 BRL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 16.428 | -0.95% |
| 2026-09-10 | 16.5855 | -1.68% |
| 2026-09-09 | 16.8696 | -0.02% |
| 2026-09-08 | 16.8725 | -0.14% |
| 2026-09-07 | 16.8962 | -0.23% |
| 2026-09-06 | 16.9345 | +0.86% |
| 2026-09-05 | 16.7905 | -0.96% |
| 2026-09-04 | 16.954 | -1.46% |
| 2026-09-03 | 17.2048 | +2.06% |
| 2026-09-02 | 16.8569 | +1.53% |
| 2026-09-01 | 16.6034 | -0.12% |
| 2026-08-31 | 16.6229 | -0.21% |
| 2026-08-30 | 16.6572 | -0.19% |
| 2026-08-29 | 16.6882 | +0.83% |
| 2026-08-28 | 16.551 | — |
BRL to RUB conversion table
1 BRL16.4053 RUB
5 BRL82.0264 RUB
10 BRL164.0527 RUB
25 BRL410.1318 RUB
50 BRL820.2637 RUB
100 BRL1,640.5273 RUB
500 BRL8,202.6365 RUB
1,000 BRL16,405.273 RUB
5,000 BRL82,026.365 RUB
10,000 BRL164,052.73 RUB
Get the BRL/RUB rate in your app
One GET request returns the latest BRL → 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/BRL/RUB"fetch('https://rate-api.com/api/v1/pair/BRL/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BRL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BRL/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BRL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BRL/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BRL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BRL",
"to": "RUB"
},
"rate": 16.4053,
"timestamp": 1790432076,
"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 BRLRussian Ruble → Brazilian Real0.060956Convert BRL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.