Convert BIF to RUB
Burundian Franc → Russian Ruble
1 BIF = 0.0282695 RUB(1 RUB = 35.373766 BIF)
Currency converter
1 BIF =
0.02827 RUB
BIF to RUB: last 30 days
Over the last 30 days, 1 BIF traded between 0.027891 and 0.029202 RUB, averaging 0.028461 RUB. The BIF/RUB rate is down 1.36% since 2026-08-28.
- 30-day high
- 0.029202
- 2026-09-03
- 30-day low
- 0.027891
- 2026-09-22
- 30-day average
- 0.028461
- Days with data: 30
- 30-day change
- -1.36%
- since 2026-08-28
0.029202
0.0278912026-08-28 → 2026-09-26
| Date | 1 BIF in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.02827 | 0.00% |
| 2026-09-25 | 0.02827 | +0.41% |
| 2026-09-24 | 0.028154 | +0.41% |
| 2026-09-23 | 0.028038 | +0.53% |
| 2026-09-22 | 0.027891 | -0.56% |
| 2026-09-21 | 0.028049 | -0.00% |
| 2026-09-20 | 0.028049 | -0.30% |
| 2026-09-19 | 0.028134 | +0.15% |
| 2026-09-18 | 0.028091 | +0.16% |
| 2026-09-17 | 0.028046 | -0.34% |
| 2026-09-16 | 0.028141 | -0.42% |
| 2026-09-15 | 0.028261 | -0.02% |
| 2026-09-14 | 0.028268 | +0.40% |
| 2026-09-13 | 0.028154 | -1.35% |
| 2026-09-12 | 0.028538 | +1.71% |
| Date | 1 BIF in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.028059 | -1.32% |
| 2026-09-10 | 0.028434 | -0.94% |
| 2026-09-09 | 0.028704 | -0.43% |
| 2026-09-08 | 0.028827 | -0.49% |
| 2026-09-07 | 0.028968 | +0.12% |
| 2026-09-06 | 0.028933 | +0.83% |
| 2026-09-05 | 0.028694 | -1.00% |
| 2026-09-04 | 0.028986 | -0.74% |
| 2026-09-03 | 0.029202 | +0.71% |
| 2026-09-02 | 0.028996 | +0.62% |
| 2026-09-01 | 0.028817 | +0.57% |
| 2026-08-31 | 0.028654 | -0.32% |
| 2026-08-30 | 0.028746 | -0.19% |
| 2026-08-29 | 0.028802 | +0.49% |
| 2026-08-28 | 0.02866 | — |
BIF to RUB conversion table
1 BIF0.02827 RUB
5 BIF0.14135 RUB
10 BIF0.2827 RUB
25 BIF0.70674 RUB
50 BIF1.4135 RUB
100 BIF2.827 RUB
500 BIF14.1348 RUB
1,000 BIF28.2695 RUB
5,000 BIF141.3477 RUB
10,000 BIF282.6954 RUB
Get the BIF/RUB rate in your app
One GET request returns the latest BIF → 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/BIF/RUB"fetch('https://rate-api.com/api/v1/pair/BIF/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BIF = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BIF/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BIF = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BIF/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BIF = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "BIF",
"to": "RUB"
},
"rate": 0.0283,
"timestamp": 1790432068,
"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 BIFRussian Ruble → Burundian Franc35.3738Convert BIF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.