Convert CAD to BIF
Canadian Dollar → Burundian Franc
1 CAD = 2,126.339 BIF(1 BIF = 0.000470292 CAD)
Currency converter
1 CAD =
2,126.339 BIF
CAD to BIF: last 30 days
Over the last 30 days, 1 CAD traded between 2,126.339 and 2,172.2461 BIF, averaging 2,151.6213 BIF. The CAD/BIF rate is down 1.22% since 2026-08-28.
- 30-day high
- 2,172.2461
- 2026-09-09
- 30-day low
- 2,126.339
- 2026-09-25
- 30-day average
- 2,151.6213
- Days with data: 30
- 30-day change
- -1.22%
- since 2026-08-28
2,172.2461
2,126.3392026-08-28 → 2026-09-26
| Date | 1 CAD in BIF | Daily change |
|---|---|---|
| 2026-09-26 | 2,126.339 | 0.00% |
| 2026-09-25 | 2,126.339 | -0.39% |
| 2026-09-24 | 2,134.5874 | +0.03% |
| 2026-09-23 | 2,133.926 | -0.20% |
| 2026-09-22 | 2,138.3054 | -0.21% |
| 2026-09-21 | 2,142.7214 | +0.14% |
| 2026-09-20 | 2,139.7423 | -0.07% |
| 2026-09-19 | 2,141.2332 | -0.27% |
| 2026-09-18 | 2,147.1092 | +0.05% |
| 2026-09-17 | 2,145.9774 | -0.02% |
| 2026-09-16 | 2,146.5078 | -0.08% |
| 2026-09-15 | 2,148.2854 | -0.24% |
| 2026-09-14 | 2,153.4392 | -0.32% |
| 2026-09-13 | 2,160.2781 | +1.48% |
| 2026-09-12 | 2,128.7995 | -1.41% |
| Date | 1 CAD in BIF | Daily change |
|---|---|---|
| 2026-09-11 | 2,159.2652 | -0.20% |
| 2026-09-10 | 2,163.6232 | -0.40% |
| 2026-09-09 | 2,172.2461 | +0.24% |
| 2026-09-08 | 2,166.9826 | +0.16% |
| 2026-09-07 | 2,163.454 | -0.21% |
| 2026-09-06 | 2,167.8999 | +0.03% |
| 2026-09-05 | 2,167.3462 | +0.04% |
| 2026-09-04 | 2,166.455 | -0.05% |
| 2026-09-03 | 2,167.5032 | +0.80% |
| 2026-09-02 | 2,150.3425 | -0.30% |
| 2026-09-01 | 2,156.8732 | -0.17% |
| 2026-08-31 | 2,160.6456 | +0.03% |
| 2026-08-30 | 2,159.9836 | +0.01% |
| 2026-08-29 | 2,159.7963 | +0.33% |
| 2026-08-28 | 2,152.6313 | — |
CAD to BIF conversion table
1 CAD2,126.339 BIF
5 CAD10,631.695 BIF
10 CAD21,263.39 BIF
25 CAD53,158.476 BIF
50 CAD106,316.95 BIF
100 CAD212,633.9 BIF
500 CAD1,063,169.5 BIF
1,000 CAD2,126,339 BIF
5,000 CAD10,631,695 BIF
10,000 CAD21,263,390 BIF
Get the CAD/BIF rate in your app
One GET request returns the latest CAD → 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/CAD/BIF"fetch('https://rate-api.com/api/v1/pair/CAD/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BIF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BIF"
},
"rate": 2126.339,
"timestamp": 1790429373,
"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 CADBurundian Franc → Canadian Dollar0.00047029Convert CAD to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.