Convert INR to BIF
Indian Rupee → Burundian Franc
1 INR = 31.385056 BIF(1 BIF = 0.0318623 INR)
Currency converter
1 INR =
31.3851 BIF
INR to BIF: last 30 days
Over the last 30 days, 1 INR traded between 30.8716 and 31.6616 BIF, averaging 31.3947 BIF. The INR/BIF rate is up 0.39% since 2026-08-28.
- 30-day high
- 31.6616
- 2026-09-06
- 30-day low
- 30.8716
- 2026-09-12
- 30-day average
- 31.3947
- Days with data: 30
- 30-day change
- +0.39%
- since 2026-08-28
31.6616
30.87162026-08-28 → 2026-09-26
| Date | 1 INR in BIF | Daily change |
|---|---|---|
| 2026-09-26 | 31.3851 | 0.00% |
| 2026-09-25 | 31.3851 | -0.06% |
| 2026-09-24 | 31.4031 | +0.00% |
| 2026-09-23 | 31.4024 | -0.04% |
| 2026-09-22 | 31.4158 | +0.32% |
| 2026-09-21 | 31.3157 | +0.16% |
| 2026-09-20 | 31.2659 | -0.07% |
| 2026-09-19 | 31.2877 | -0.27% |
| 2026-09-18 | 31.3736 | +0.22% |
| 2026-09-17 | 31.3039 | +0.40% |
| 2026-09-16 | 31.1798 | +0.05% |
| 2026-09-15 | 31.1631 | -0.42% |
| 2026-09-14 | 31.2943 | -0.11% |
| 2026-09-13 | 31.3281 | +1.48% |
| 2026-09-12 | 30.8716 | -1.41% |
| Date | 1 INR in BIF | Daily change |
|---|---|---|
| 2026-09-11 | 31.3134 | -0.02% |
| 2026-09-10 | 31.3208 | -0.40% |
| 2026-09-09 | 31.4452 | -0.32% |
| 2026-09-08 | 31.5461 | -0.30% |
| 2026-09-07 | 31.6424 | -0.06% |
| 2026-09-06 | 31.6616 | +0.03% |
| 2026-09-05 | 31.6535 | +0.04% |
| 2026-09-04 | 31.6405 | +0.01% |
| 2026-09-03 | 31.6374 | +0.34% |
| 2026-09-02 | 31.5295 | -0.06% |
| 2026-09-01 | 31.5478 | +0.07% |
| 2026-08-31 | 31.5254 | +0.49% |
| 2026-08-30 | 31.3706 | +0.01% |
| 2026-08-29 | 31.3679 | +0.33% |
| 2026-08-28 | 31.2638 | — |
INR to BIF conversion table
1 INR31.3851 BIF
5 INR156.9253 BIF
10 INR313.8506 BIF
25 INR784.6264 BIF
50 INR1,569.2528 BIF
100 INR3,138.5056 BIF
500 INR15,692.528 BIF
1,000 INR31,385.056 BIF
5,000 INR156,925.28 BIF
10,000 INR313,850.56 BIF
Get the INR/BIF rate in your app
One GET request returns the latest INR → 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/INR/BIF"fetch('https://rate-api.com/api/v1/pair/INR/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/BIF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "BIF"
},
"rate": 31.3851,
"timestamp": 1790437767,
"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 INRBurundian Franc → Indian Rupee0.031862Convert INR to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.