Convert CHF to BIF
Swiss Franc → Burundian Franc
1 CHF = 3,630.6479 BIF(1 BIF = 0.000275433 CHF)
Currency converter
1 CHF =
3,630.6479 BIF
CHF to BIF: last 30 days
Over the last 30 days, 1 CHF traded between 3,618.4109 and 3,720.7387 BIF, averaging 3,671.4116 BIF. The CHF/BIF rate is down 2.09% since 2026-08-28.
- 30-day high
- 3,720.7387
- 2026-08-30
- 30-day low
- 3,618.4109
- 2026-09-12
- 30-day average
- 3,671.4116
- Days with data: 30
- 30-day change
- -2.09%
- since 2026-08-28
3,720.7387
3,618.41092026-08-28 → 2026-09-26
| Date | 1 CHF in BIF | Daily change |
|---|---|---|
| 2026-09-26 | 3,630.6479 | 0.00% |
| 2026-09-25 | 3,630.6479 | -0.27% |
| 2026-09-24 | 3,640.5276 | -0.36% |
| 2026-09-23 | 3,653.5813 | -0.31% |
| 2026-09-22 | 3,664.8313 | +0.32% |
| 2026-09-21 | 3,653.0685 | +0.61% |
| 2026-09-20 | 3,630.8108 | -0.07% |
| 2026-09-19 | 3,633.3406 | -0.27% |
| 2026-09-18 | 3,643.3113 | +0.02% |
| 2026-09-17 | 3,642.6098 | -0.29% |
| 2026-09-16 | 3,653.1675 | -0.05% |
| 2026-09-15 | 3,654.9576 | -0.21% |
| 2026-09-14 | 3,662.6955 | -0.25% |
| 2026-09-13 | 3,671.9164 | +1.48% |
| 2026-09-12 | 3,618.4109 | -1.41% |
| Date | 1 CHF in BIF | Daily change |
|---|---|---|
| 2026-09-11 | 3,670.1947 | -0.31% |
| 2026-09-10 | 3,681.4475 | -0.65% |
| 2026-09-09 | 3,705.6865 | +0.53% |
| 2026-09-08 | 3,686.3164 | -0.23% |
| 2026-09-07 | 3,694.6931 | -0.06% |
| 2026-09-06 | 3,696.9279 | +0.03% |
| 2026-09-05 | 3,695.9835 | +0.04% |
| 2026-09-04 | 3,694.4638 | -0.09% |
| 2026-09-03 | 3,697.7641 | +0.52% |
| 2026-09-02 | 3,678.7458 | -0.46% |
| 2026-09-01 | 3,695.6873 | -0.40% |
| 2026-08-31 | 3,710.6827 | -0.27% |
| 2026-08-30 | 3,720.7387 | +0.01% |
| 2026-08-29 | 3,720.4161 | +0.33% |
| 2026-08-28 | 3,708.0738 | — |
CHF to BIF conversion table
1 CHF3,630.6479 BIF
5 CHF18,153.24 BIF
10 CHF36,306.479 BIF
25 CHF90,766.198 BIF
50 CHF181,532.4 BIF
100 CHF363,064.79 BIF
500 CHF1,815,324 BIF
1,000 CHF3,630,647.9 BIF
5,000 CHF18,153,240 BIF
10,000 CHF36,306,479 BIF
Get the CHF/BIF rate in your app
One GET request returns the latest CHF → 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/CHF/BIF"fetch('https://rate-api.com/api/v1/pair/CHF/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BIF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BIF"
},
"rate": 3630.6479,
"timestamp": 1790429311,
"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 CHFBurundian Franc → Swiss Franc0.00027543Convert CHF to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.