Convert BIF to CNY
Burundian Franc → Chinese Yuan
1 BIF = 0.00223236 CNY(1 CNY = 447.95587 BIF)
Currency converter
1 BIF =
0.0022324 CNY
BIF to CNY: last 30 days
Over the last 30 days, 1 BIF traded between 0.0022265 and 0.0022739 CNY, averaging 0.0022409 CNY. The BIF/CNY rate is down 0.94% since 2026-08-28.
- 30-day high
- 0.0022739
- 2026-09-12
- 30-day low
- 0.0022265
- 2026-09-18
- 30-day average
- 0.0022409
- Days with data: 30
- 30-day change
- -0.94%
- since 2026-08-28
0.0022739
0.00222652026-08-28 → 2026-09-26
| Date | 1 BIF in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0022324 | 0.00% |
| 2026-09-25 | 0.0022324 | +0.22% |
| 2026-09-24 | 0.0022276 | -0.15% |
| 2026-09-23 | 0.002231 | -0.01% |
| 2026-09-22 | 0.0022311 | -0.01% |
| 2026-09-21 | 0.0022313 | -0.13% |
| 2026-09-20 | 0.0022342 | +0.07% |
| 2026-09-19 | 0.0022326 | +0.27% |
| 2026-09-18 | 0.0022265 | -0.31% |
| 2026-09-17 | 0.0022334 | -0.37% |
| 2026-09-16 | 0.0022417 | -0.12% |
| 2026-09-15 | 0.0022443 | +0.05% |
| 2026-09-14 | 0.0022433 | +0.11% |
| 2026-09-13 | 0.0022408 | -1.46% |
| 2026-09-12 | 0.0022739 | +1.43% |
| Date | 1 BIF in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0022418 | -0.07% |
| 2026-09-10 | 0.0022435 | +0.03% |
| 2026-09-09 | 0.0022429 | -0.01% |
| 2026-09-08 | 0.0022432 | -0.06% |
| 2026-09-07 | 0.0022446 | +0.06% |
| 2026-09-06 | 0.0022432 | -0.03% |
| 2026-09-05 | 0.0022437 | -0.04% |
| 2026-09-04 | 0.0022447 | -0.13% |
| 2026-09-03 | 0.0022476 | +0.13% |
| 2026-09-02 | 0.0022447 | +0.03% |
| 2026-09-01 | 0.0022442 | +0.20% |
| 2026-08-31 | 0.0022397 | -0.28% |
| 2026-08-30 | 0.002246 | -0.01% |
| 2026-08-29 | 0.0022462 | -0.33% |
| 2026-08-28 | 0.0022536 | — |
BIF to CNY conversion table
1 BIF0.0022324 CNY
5 BIF0.011162 CNY
10 BIF0.022324 CNY
25 BIF0.055809 CNY
50 BIF0.11162 CNY
100 BIF0.22324 CNY
500 BIF1.1162 CNY
1,000 BIF2.2324 CNY
5,000 BIF11.1618 CNY
10,000 BIF22.3236 CNY
Get the BIF/CNY rate in your app
One GET request returns the latest BIF → CNY 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/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/BIF/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BIF = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BIF/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BIF = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BIF/CNY?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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BIF",
"to": "CNY"
},
"rate": 0.002232,
"timestamp": 1790435092,
"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
CNY to BIFChinese Yuan → Burundian Franc447.9559Convert BIF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.