Convert CNY to BIF
Chinese Yuan → Burundian Franc
1 CNY = 446.50464 BIF(1 BIF = 0.00223962 CNY)
Currency converter
1 CNY =
446.5046 BIF
CNY to BIF: last 30 days
Over the last 30 days, 1 CNY traded between 439.7738 and 449.131 BIF, averaging 446.3093 BIF. The CNY/BIF rate is up 0.29% since 2026-08-29.
- 30-day high
- 449.131
- 2026-09-18
- 30-day low
- 439.7738
- 2026-09-12
- 30-day average
- 446.3093
- Days with data: 30
- 30-day change
- +0.29%
- since 2026-08-29
449.131
439.77382026-08-29 → 2026-09-27
| Date | 1 CNY in BIF | Daily change |
|---|---|---|
| 2026-09-27 | 446.5046 | 0.00% |
| 2026-09-26 | 446.5046 | -0.32% |
| 2026-09-25 | 447.9559 | -0.22% |
| 2026-09-24 | 448.923 | +0.15% |
| 2026-09-23 | 448.2365 | +0.01% |
| 2026-09-22 | 448.2077 | +0.01% |
| 2026-09-21 | 448.1684 | +0.13% |
| 2026-09-20 | 447.59 | -0.07% |
| 2026-09-19 | 447.9019 | -0.27% |
| 2026-09-18 | 449.131 | +0.31% |
| 2026-09-17 | 447.7518 | +0.37% |
| 2026-09-16 | 446.097 | +0.12% |
| 2026-09-15 | 445.5656 | -0.05% |
| 2026-09-14 | 445.7816 | -0.11% |
| 2026-09-13 | 446.2767 | +1.48% |
| Date | 1 CNY in BIF | Daily change |
|---|---|---|
| 2026-09-12 | 439.7738 | -1.41% |
| 2026-09-11 | 446.0675 | +0.07% |
| 2026-09-10 | 445.7394 | -0.03% |
| 2026-09-09 | 445.8613 | +0.01% |
| 2026-09-08 | 445.7968 | +0.06% |
| 2026-09-07 | 445.5213 | -0.06% |
| 2026-09-06 | 445.7974 | +0.03% |
| 2026-09-05 | 445.6836 | +0.04% |
| 2026-09-04 | 445.5003 | +0.13% |
| 2026-09-03 | 444.9138 | -0.13% |
| 2026-09-02 | 445.4887 | -0.03% |
| 2026-09-01 | 445.6013 | -0.20% |
| 2026-08-31 | 446.4891 | +0.28% |
| 2026-08-30 | 445.2441 | +0.01% |
| 2026-08-29 | 445.2055 | — |
CNY to BIF conversion table
1 CNY446.5046 BIF
5 CNY2,232.5232 BIF
10 CNY4,465.0464 BIF
25 CNY11,162.616 BIF
50 CNY22,325.232 BIF
100 CNY44,650.464 BIF
500 CNY223,252.32 BIF
1,000 CNY446,504.64 BIF
5,000 CNY2,232,523.2 BIF
10,000 CNY4,465,046.4 BIF
Get the CNY/BIF rate in your app
One GET request returns the latest CNY → 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/CNY/BIF"fetch('https://rate-api.com/api/v1/pair/CNY/BIF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} BIF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/BIF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} BIF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/BIF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} BIF\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "BIF"
},
"rate": 446.5046,
"timestamp": 1790490079,
"date": "2026-09-27"
}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 CNYBurundian Franc → Chinese Yuan0.0022396Convert CNY to other currencies
Convert other currencies to BIF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.