Convert CHF to BHD
Swiss Franc → Bahraini Dinar
1 CHF = 0.453947 BHD(1 BHD = 2.202901 CHF)
Currency converter
1 CHF =
0.45395 BHD
CHF to BHD: last 30 days
Over the last 30 days, 1 CHF traded between 0.45395 and 0.46751 BHD, averaging 0.46103 BHD. The CHF/BHD rate is down 2.90% since 2026-08-28.
- 30-day high
- 0.46751
- 2026-08-28
- 30-day low
- 0.45395
- 2026-09-25
- 30-day average
- 0.46103
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
0.46751
0.453952026-08-28 → 2026-09-26
| Date | 1 CHF in BHD | Daily change |
|---|---|---|
| 2026-09-26 | 0.45395 | 0.00% |
| 2026-09-25 | 0.45395 | -0.07% |
| 2026-09-24 | 0.45425 | -0.59% |
| 2026-09-23 | 0.45693 | -0.42% |
| 2026-09-22 | 0.45886 | +0.24% |
| 2026-09-21 | 0.45775 | +0.52% |
| 2026-09-20 | 0.4554 | 0.00% |
| 2026-09-19 | 0.4554 | -0.24% |
| 2026-09-18 | 0.45651 | +0.10% |
| 2026-09-17 | 0.45604 | -0.66% |
| 2026-09-16 | 0.45909 | -0.10% |
| 2026-09-15 | 0.45956 | -0.21% |
| 2026-09-14 | 0.46052 | -0.14% |
| 2026-09-13 | 0.46118 | 0.00% |
| 2026-09-12 | 0.46118 | 0.00% |
| Date | 1 CHF in BHD | Daily change |
|---|---|---|
| 2026-09-11 | 0.46118 | -0.41% |
| 2026-09-10 | 0.46307 | -0.60% |
| 2026-09-09 | 0.46588 | +0.55% |
| 2026-09-08 | 0.46333 | -0.28% |
| 2026-09-07 | 0.46463 | 0.00% |
| 2026-09-06 | 0.46463 | 0.00% |
| 2026-09-05 | 0.46463 | 0.00% |
| 2026-09-04 | 0.46463 | -0.10% |
| 2026-09-03 | 0.46509 | +0.68% |
| 2026-09-02 | 0.46194 | -0.42% |
| 2026-09-01 | 0.46389 | -0.24% |
| 2026-08-31 | 0.46503 | -0.53% |
| 2026-08-30 | 0.46751 | 0.00% |
| 2026-08-29 | 0.46751 | 0.00% |
| 2026-08-28 | 0.46751 | — |
CHF to BHD conversion table
1 CHF0.45395 BHD
5 CHF2.2697 BHD
10 CHF4.5395 BHD
25 CHF11.3487 BHD
50 CHF22.6973 BHD
100 CHF45.3947 BHD
500 CHF226.9734 BHD
1,000 CHF453.9469 BHD
5,000 CHF2,269.7343 BHD
10,000 CHF4,539.4685 BHD
Get the CHF/BHD rate in your app
One GET request returns the latest CHF → BHD 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/BHD"fetch('https://rate-api.com/api/v1/pair/CHF/BHD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BHD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BHD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BHD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BHD');
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']} BHD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BHD"
},
"rate": 0.4539,
"timestamp": 1790429301,
"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
BHD to CHFBahraini Dinar → Swiss Franc2.2029Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.