Convert CHF to BDT
Swiss Franc → Bangladeshi Taka
1 CHF = 148.69345 BDT(1 BDT = 0.00672525 CHF)
Currency converter
1 CHF =
148.6935 BDT
CHF to BDT: last 30 days
Over the last 30 days, 1 CHF traded between 148.6935 and 153.2863 BDT, averaging 150.9066 BDT. The CHF/BDT rate is down 2.90% since 2026-08-28.
- 30-day high
- 153.2863
- 2026-08-29
- 30-day low
- 148.6935
- 2026-09-25
- 30-day average
- 150.9066
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
153.2863
148.69352026-08-28 → 2026-09-26
| Date | 1 CHF in BDT | Daily change |
|---|---|---|
| 2026-09-26 | 148.6935 | 0.00% |
| 2026-09-25 | 148.6935 | -0.07% |
| 2026-09-24 | 148.7955 | -0.41% |
| 2026-09-23 | 149.409 | -0.38% |
| 2026-09-22 | 149.9743 | +0.31% |
| 2026-09-21 | 149.5062 | +0.12% |
| 2026-09-20 | 149.3212 | +0.38% |
| 2026-09-19 | 148.7625 | +0.03% |
| 2026-09-18 | 148.7167 | -0.89% |
| 2026-09-17 | 150.0545 | -0.15% |
| 2026-09-16 | 150.2828 | -0.11% |
| 2026-09-15 | 150.4452 | -0.44% |
| 2026-09-14 | 151.1091 | +0.17% |
| 2026-09-13 | 150.8502 | -0.31% |
| 2026-09-12 | 151.3135 | -0.10% |
| Date | 1 CHF in BDT | Daily change |
|---|---|---|
| 2026-09-11 | 151.4715 | -0.07% |
| 2026-09-10 | 151.5835 | -0.35% |
| 2026-09-09 | 152.1092 | +0.47% |
| 2026-09-08 | 151.4041 | -0.35% |
| 2026-09-07 | 151.9424 | -0.37% |
| 2026-09-06 | 152.5075 | +0.42% |
| 2026-09-05 | 151.8644 | +0.02% |
| 2026-09-04 | 151.8313 | +0.12% |
| 2026-09-03 | 151.6533 | +0.57% |
| 2026-09-02 | 150.7999 | -0.49% |
| 2026-09-01 | 151.5361 | -0.93% |
| 2026-08-31 | 152.9653 | -0.14% |
| 2026-08-30 | 153.186 | -0.07% |
| 2026-08-29 | 153.2863 | +0.10% |
| 2026-08-28 | 153.1284 | — |
CHF to BDT conversion table
1 CHF148.6935 BDT
5 CHF743.4672 BDT
10 CHF1,486.9345 BDT
25 CHF3,717.3362 BDT
50 CHF7,434.6724 BDT
100 CHF14,869.345 BDT
500 CHF74,346.724 BDT
1,000 CHF148,693.45 BDT
5,000 CHF743,467.24 BDT
10,000 CHF1,486,934.5 BDT
Get the CHF/BDT rate in your app
One GET request returns the latest CHF → BDT 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/BDT"fetch('https://rate-api.com/api/v1/pair/CHF/BDT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BDT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BDT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BDT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BDT');
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']} BDT\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BDT"
},
"rate": 148.6934,
"timestamp": 1790429308,
"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
BDT to CHFBangladeshi Taka → Swiss Franc0.0067252Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.