Convert RUB to BIF
Russian Ruble → Burundian Franc
1 RUB = 35.373766 BIF(1 BIF = 0.0282695 RUB)
Currency converter
1 RUB =
35.3738 BIF
RUB to BIF: last 30 days
Over the last 30 days, 1 RUB traded between 34.2441 and 35.8536 BIF, averaging 35.1416 BIF. The RUB/BIF rate is up 1.38% since 2026-08-28.
- 30-day high
- 35.8536
- 2026-09-22
- 30-day low
- 34.2441
- 2026-09-03
- 30-day average
- 35.1416
- Days with data: 30
- 30-day change
- +1.38%
- since 2026-08-28
35.8536
34.24412026-08-28 → 2026-09-26
| Date | 1 RUB in BIF | Daily change |
|---|---|---|
| 2026-09-26 | 35.3738 | 0.00% |
| 2026-09-25 | 35.3738 | -0.41% |
| 2026-09-24 | 35.5189 | -0.41% |
| 2026-09-23 | 35.6653 | -0.53% |
| 2026-09-22 | 35.8536 | +0.56% |
| 2026-09-21 | 35.6522 | +0.00% |
| 2026-09-20 | 35.6518 | +0.30% |
| 2026-09-19 | 35.5448 | -0.15% |
| 2026-09-18 | 35.599 | -0.16% |
| 2026-09-17 | 35.6563 | +0.34% |
| 2026-09-16 | 35.5356 | +0.43% |
| 2026-09-15 | 35.3847 | +0.02% |
| 2026-09-14 | 35.3761 | -0.40% |
| 2026-09-13 | 35.5192 | +1.37% |
| 2026-09-12 | 35.0404 | -1.68% |
| Date | 1 RUB in BIF | Daily change |
|---|---|---|
| 2026-09-11 | 35.6396 | +1.34% |
| 2026-09-10 | 35.1696 | +0.95% |
| 2026-09-09 | 34.8378 | +0.43% |
| 2026-09-08 | 34.6894 | +0.49% |
| 2026-09-07 | 34.5206 | -0.12% |
| 2026-09-06 | 34.5627 | -0.82% |
| 2026-09-05 | 34.85 | +1.01% |
| 2026-09-04 | 34.4999 | +0.75% |
| 2026-09-03 | 34.2441 | -0.71% |
| 2026-09-02 | 34.4873 | -0.62% |
| 2026-09-01 | 34.7021 | -0.56% |
| 2026-08-31 | 34.8989 | +0.32% |
| 2026-08-30 | 34.788 | +0.20% |
| 2026-08-29 | 34.7203 | -0.49% |
| 2026-08-28 | 34.8921 | — |
RUB to BIF conversion table
1 RUB35.3738 BIF
5 RUB176.8688 BIF
10 RUB353.7377 BIF
25 RUB884.3441 BIF
50 RUB1,768.6883 BIF
100 RUB3,537.3766 BIF
500 RUB17,686.883 BIF
1,000 RUB35,373.766 BIF
5,000 RUB176,868.83 BIF
10,000 RUB353,737.66 BIF
Get the RUB/BIF rate in your app
One GET request returns the latest RUB → BIF 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/BIF"fetch('https://rate-api.com/api/v1/pair/RUB/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/BIF');
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']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "BIF"
},
"rate": 35.3738,
"timestamp": 1790429301,
"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
BIF to RUBBurundian Franc → Russian Ruble0.02827Convert RUB to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.