Convert BIF to CAD
Burundian Franc → Canadian Dollar
1 BIF = 0.000470292 CAD(1 CAD = 2,126.339 BIF)
Currency converter
1 BIF =
0.00047029 CAD
BIF to CAD: last 30 days
Over the last 30 days, 1 BIF traded between 0.00046035 and 0.00047029 CAD, averaging 0.00046478 CAD. The BIF/CAD rate is up 1.24% since 2026-08-28.
- 30-day high
- 0.00047029
- 2026-09-25
- 30-day low
- 0.00046035
- 2026-09-09
- 30-day average
- 0.00046478
- Days with data: 30
- 30-day change
- +1.24%
- since 2026-08-28
0.00047029
0.000460352026-08-28 → 2026-09-26
| Date | 1 BIF in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.00047029 | 0.00% |
| 2026-09-25 | 0.00047029 | +0.39% |
| 2026-09-24 | 0.00046847 | -0.03% |
| 2026-09-23 | 0.00046862 | +0.21% |
| 2026-09-22 | 0.00046766 | +0.21% |
| 2026-09-21 | 0.0004667 | -0.14% |
| 2026-09-20 | 0.00046735 | +0.07% |
| 2026-09-19 | 0.00046702 | +0.27% |
| 2026-09-18 | 0.00046574 | -0.05% |
| 2026-09-17 | 0.00046599 | +0.02% |
| 2026-09-16 | 0.00046587 | +0.08% |
| 2026-09-15 | 0.00046549 | +0.24% |
| 2026-09-14 | 0.00046437 | +0.32% |
| 2026-09-13 | 0.0004629 | -1.46% |
| 2026-09-12 | 0.00046975 | +1.43% |
| Date | 1 BIF in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.00046312 | +0.20% |
| 2026-09-10 | 0.00046219 | +0.40% |
| 2026-09-09 | 0.00046035 | -0.24% |
| 2026-09-08 | 0.00046147 | -0.16% |
| 2026-09-07 | 0.00046222 | +0.21% |
| 2026-09-06 | 0.00046128 | -0.03% |
| 2026-09-05 | 0.00046139 | -0.04% |
| 2026-09-04 | 0.00046158 | +0.05% |
| 2026-09-03 | 0.00046136 | -0.79% |
| 2026-09-02 | 0.00046504 | +0.30% |
| 2026-09-01 | 0.00046363 | +0.17% |
| 2026-08-31 | 0.00046282 | -0.03% |
| 2026-08-30 | 0.00046297 | -0.01% |
| 2026-08-29 | 0.00046301 | -0.33% |
| 2026-08-28 | 0.00046455 | — |
BIF to CAD conversion table
1 BIF0.00047029 CAD
5 BIF0.0023515 CAD
10 BIF0.0047029 CAD
25 BIF0.011757 CAD
50 BIF0.023515 CAD
100 BIF0.047029 CAD
500 BIF0.23515 CAD
1,000 BIF0.47029 CAD
5,000 BIF2.3515 CAD
10,000 BIF4.7029 CAD
Get the BIF/CAD rate in your app
One GET request returns the latest BIF → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/BIF/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BIF = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BIF/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BIF = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BIF/CAD?precision=6');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "BIF",
"to": "CAD"
},
"rate": 0.00047,
"timestamp": 1790435098,
"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
CAD to BIFCanadian Dollar → Burundian Franc2,126.339Convert BIF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.