Convert BZD to CNY
Belize Dollar → Chinese Yuan
1 BZD = 3.356617 CNY(1 CNY = 0.297919 BZD)
Currency converter
1 BZD =
3.3566 CNY
BZD to CNY: last 30 days
Over the last 30 days, 1 BZD traded between 3.3142 and 3.3566 CNY, averaging 3.3339 CNY. The BZD/CNY rate is up 0.45% since 2026-08-28.
- 30-day high
- 3.3566
- 2026-09-25
- 30-day low
- 3.3142
- 2026-09-17
- 30-day average
- 3.3339
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
3.3566
3.31422026-08-28 → 2026-09-26
| Date | 1 BZD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 3.3566 | 0.00% |
| 2026-09-25 | 3.3566 | +0.01% |
| 2026-09-24 | 3.3563 | +0.08% |
| 2026-09-23 | 3.3537 | +0.78% |
| 2026-09-22 | 3.3276 | +0.04% |
| 2026-09-21 | 3.3262 | +0.14% |
| 2026-09-20 | 3.3215 | -0.10% |
| 2026-09-19 | 3.3249 | -0.17% |
| 2026-09-18 | 3.3305 | +0.49% |
| 2026-09-17 | 3.3142 | -0.49% |
| 2026-09-16 | 3.3306 | -0.11% |
| 2026-09-15 | 3.3344 | +0.08% |
| 2026-09-14 | 3.3316 | +0.13% |
| 2026-09-13 | 3.3272 | -0.07% |
| 2026-09-12 | 3.3296 | +0.33% |
| Date | 1 BZD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 3.3187 | -0.39% |
| 2026-09-10 | 3.3316 | -0.10% |
| 2026-09-09 | 3.335 | +0.02% |
| 2026-09-08 | 3.3342 | +0.04% |
| 2026-09-07 | 3.3327 | +0.18% |
| 2026-09-06 | 3.3269 | -0.13% |
| 2026-09-05 | 3.3311 | -0.18% |
| 2026-09-04 | 3.337 | -0.02% |
| 2026-09-03 | 3.3376 | +0.03% |
| 2026-09-02 | 3.3368 | -0.15% |
| 2026-09-01 | 3.3417 | +0.61% |
| 2026-08-31 | 3.3214 | -0.34% |
| 2026-08-30 | 3.3326 | -0.09% |
| 2026-08-29 | 3.3358 | -0.17% |
| 2026-08-28 | 3.3416 | — |
BZD to CNY conversion table
1 BZD3.3566 CNY
5 BZD16.7831 CNY
10 BZD33.5662 CNY
25 BZD83.9154 CNY
50 BZD167.8308 CNY
100 BZD335.6617 CNY
500 BZD1,678.3083 CNY
1,000 BZD3,356.6167 CNY
5,000 BZD16,783.083 CNY
10,000 BZD33,566.167 CNY
Get the BZD/CNY rate in your app
One GET request returns the latest BZD → 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/BZD/CNY"fetch('https://rate-api.com/api/v1/pair/BZD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BZD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BZD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BZD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BZD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BZD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BZD",
"to": "CNY"
},
"rate": 3.3566,
"timestamp": 1790432119,
"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 BZDChinese Yuan → Belize Dollar0.29792Convert BZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.