Convert BIF to CHF
Burundian Franc → Swiss Franc
1 BIF = 0.000275433 CHF(1 CHF = 3,630.6479 BIF)
Currency converter
1 BIF =
0.00027543 CHF
BIF to CHF: last 30 days
Over the last 30 days, 1 BIF traded between 0.00026876 and 0.00027636 CHF, averaging 0.00027239 CHF. The BIF/CHF rate is up 2.13% since 2026-08-28.
- 30-day high
- 0.00027636
- 2026-09-12
- 30-day low
- 0.00026876
- 2026-08-30
- 30-day average
- 0.00027239
- Days with data: 30
- 30-day change
- +2.13%
- since 2026-08-28
0.00027636
0.000268762026-08-28 → 2026-09-26
| Date | 1 BIF in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00027543 | 0.00% |
| 2026-09-25 | 0.00027543 | +0.27% |
| 2026-09-24 | 0.00027469 | +0.36% |
| 2026-09-23 | 0.0002737 | +0.31% |
| 2026-09-22 | 0.00027286 | -0.32% |
| 2026-09-21 | 0.00027374 | -0.61% |
| 2026-09-20 | 0.00027542 | +0.07% |
| 2026-09-19 | 0.00027523 | +0.27% |
| 2026-09-18 | 0.00027448 | -0.02% |
| 2026-09-17 | 0.00027453 | +0.29% |
| 2026-09-16 | 0.00027374 | +0.05% |
| 2026-09-15 | 0.0002736 | +0.21% |
| 2026-09-14 | 0.00027302 | +0.25% |
| 2026-09-13 | 0.00027234 | -1.46% |
| 2026-09-12 | 0.00027636 | +1.43% |
| Date | 1 BIF in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.00027247 | +0.31% |
| 2026-09-10 | 0.00027163 | +0.66% |
| 2026-09-09 | 0.00026986 | -0.52% |
| 2026-09-08 | 0.00027127 | +0.23% |
| 2026-09-07 | 0.00027066 | +0.06% |
| 2026-09-06 | 0.00027049 | -0.03% |
| 2026-09-05 | 0.00027056 | -0.04% |
| 2026-09-04 | 0.00027068 | +0.09% |
| 2026-09-03 | 0.00027043 | -0.51% |
| 2026-09-02 | 0.00027183 | +0.46% |
| 2026-09-01 | 0.00027059 | +0.41% |
| 2026-08-31 | 0.00026949 | +0.27% |
| 2026-08-30 | 0.00026876 | -0.01% |
| 2026-08-29 | 0.00026879 | -0.33% |
| 2026-08-28 | 0.00026968 | — |
BIF to CHF conversion table
1 BIF0.00027543 CHF
5 BIF0.0013772 CHF
10 BIF0.0027543 CHF
25 BIF0.0068858 CHF
50 BIF0.013772 CHF
100 BIF0.027543 CHF
500 BIF0.13772 CHF
1,000 BIF0.27543 CHF
5,000 BIF1.3772 CHF
10,000 BIF2.7543 CHF
Get the BIF/CHF rate in your app
One GET request returns the latest BIF → CHF 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/CHF?precision=6"fetch('https://rate-api.com/api/v1/pair/BIF/CHF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BIF = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BIF/CHF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BIF = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BIF/CHF?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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "BIF",
"to": "CHF"
},
"rate": 0.000275,
"timestamp": 1790432072,
"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
CHF to BIFSwiss Franc → Burundian Franc3,630.6479Convert BIF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.