Convert CHF to BZD
Swiss Franc → Belize Dollar
1 CHF = 2.414611 BZD(1 BZD = 0.414145 CHF)
Currency converter
1 CHF =
2.4146 BZD
CHF to BZD: last 30 days
Over the last 30 days, 1 CHF traded between 2.4146 and 2.5075 BZD, averaging 2.4678 BZD. The CHF/BZD rate is down 3.45% since 2026-08-28.
- 30-day high
- 2.5075
- 2026-08-30
- 30-day low
- 2.4146
- 2026-09-25
- 30-day average
- 2.4678
- Days with data: 30
- 30-day change
- -3.45%
- since 2026-08-28
2.5075
2.41462026-08-28 → 2026-09-26
| Date | 1 CHF in BZD | Daily change |
|---|---|---|
| 2026-09-26 | 2.4146 | 0.00% |
| 2026-09-25 | 2.4146 | -0.07% |
| 2026-09-24 | 2.4162 | -0.59% |
| 2026-09-23 | 2.4305 | -1.09% |
| 2026-09-22 | 2.4572 | +0.27% |
| 2026-09-21 | 2.4506 | +0.34% |
| 2026-09-20 | 2.4422 | +0.10% |
| 2026-09-19 | 2.4397 | +0.17% |
| 2026-09-18 | 2.4356 | -0.78% |
| 2026-09-17 | 2.4547 | -0.16% |
| 2026-09-16 | 2.4587 | -0.05% |
| 2026-09-15 | 2.4601 | -0.25% |
| 2026-09-14 | 2.4662 | -0.27% |
| 2026-09-13 | 2.4729 | +0.07% |
| 2026-09-12 | 2.4711 | -0.33% |
| Date | 1 CHF in BZD | Daily change |
|---|---|---|
| 2026-09-11 | 2.4792 | +0.01% |
| 2026-09-10 | 2.479 | -0.53% |
| 2026-09-09 | 2.4922 | +0.49% |
| 2026-09-08 | 2.4801 | -0.33% |
| 2026-09-07 | 2.4883 | -0.17% |
| 2026-09-06 | 2.4927 | +0.13% |
| 2026-09-05 | 2.4895 | +0.18% |
| 2026-09-04 | 2.4851 | -0.20% |
| 2026-09-03 | 2.4901 | +0.62% |
| 2026-09-02 | 2.4748 | -0.29% |
| 2026-09-01 | 2.4819 | -0.81% |
| 2026-08-31 | 2.5022 | -0.21% |
| 2026-08-30 | 2.5075 | +0.09% |
| 2026-08-29 | 2.5051 | +0.17% |
| 2026-08-28 | 2.5008 | — |
CHF to BZD conversion table
1 CHF2.4146 BZD
5 CHF12.0731 BZD
10 CHF24.1461 BZD
25 CHF60.3653 BZD
50 CHF120.7306 BZD
100 CHF241.4611 BZD
500 CHF1,207.3055 BZD
1,000 CHF2,414.6109 BZD
5,000 CHF12,073.055 BZD
10,000 CHF24,146.109 BZD
Get the CHF/BZD rate in your app
One GET request returns the latest CHF → BZD 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/BZD"fetch('https://rate-api.com/api/v1/pair/CHF/BZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BZD');
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']} BZD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BZD"
},
"rate": 2.4146,
"timestamp": 1790437898,
"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
BZD to CHFBelize Dollar → Swiss Franc0.41415Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.