Convert BOB to CHF
Bolivian Boliviano → Swiss Franc
1 BOB = 0.0676439 CHF(1 CHF = 14.78329 BOB)
Currency converter
1 BOB =
0.067644 CHF
BOB to CHF: last 30 days
Over the last 30 days, 1 BOB traded between 0.064478 and 0.082446 CHF, averaging 0.069413 CHF. The BOB/CHF rate is down 2.77% since 2026-08-28.
- 30-day high
- 0.082446
- 2026-09-19
- 30-day low
- 0.064478
- 2026-09-11
- 30-day average
- 0.069413
- Days with data: 30
- 30-day change
- -2.77%
- since 2026-08-28
0.082446
0.0644782026-08-28 → 2026-09-26
| Date | 1 BOB in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.067644 | 0.00% |
| 2026-09-25 | 0.067644 | -5.79% |
| 2026-09-24 | 0.071799 | +4.24% |
| 2026-09-23 | 0.068878 | -6.36% |
| 2026-09-22 | 0.07356 | -7.49% |
| 2026-09-21 | 0.079515 | -0.09% |
| 2026-09-20 | 0.07959 | -3.46% |
| 2026-09-19 | 0.082446 | +1.59% |
| 2026-09-18 | 0.081158 | +14.56% |
| 2026-09-17 | 0.070842 | +2.90% |
| 2026-09-16 | 0.068847 | +0.96% |
| 2026-09-15 | 0.068189 | +3.90% |
| 2026-09-14 | 0.06563 | -4.49% |
| 2026-09-13 | 0.068717 | +1.56% |
| 2026-09-12 | 0.067661 | +4.94% |
| Date | 1 BOB in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.064478 | -0.64% |
| 2026-09-10 | 0.064892 | -0.01% |
| 2026-09-09 | 0.0649 | -0.79% |
| 2026-09-08 | 0.065414 | +0.02% |
| 2026-09-07 | 0.0654 | +0.72% |
| 2026-09-06 | 0.064931 | -0.73% |
| 2026-09-05 | 0.065407 | -1.91% |
| 2026-09-04 | 0.066682 | +0.21% |
| 2026-09-03 | 0.066544 | -2.45% |
| 2026-09-02 | 0.068214 | -0.33% |
| 2026-09-01 | 0.068438 | -0.24% |
| 2026-08-31 | 0.068604 | +0.57% |
| 2026-08-30 | 0.068215 | -0.55% |
| 2026-08-29 | 0.068592 | -1.41% |
| 2026-08-28 | 0.06957 | — |
BOB to CHF conversion table
1 BOB0.067644 CHF
5 BOB0.33822 CHF
10 BOB0.67644 CHF
25 BOB1.6911 CHF
50 BOB3.3822 CHF
100 BOB6.7644 CHF
500 BOB33.822 CHF
1,000 BOB67.6439 CHF
5,000 BOB338.2197 CHF
10,000 BOB676.4394 CHF
Get the BOB/CHF rate in your app
One GET request returns the latest BOB → CHF 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/BOB/CHF"fetch('https://rate-api.com/api/v1/pair/BOB/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BOB = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "CHF"
},
"rate": 0.0676,
"timestamp": 1790432068,
"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
CHF to BOBSwiss Franc → Bolivian Boliviano14.7833Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.