Convert BOB to GBP
Bolivian Boliviano → British Pound
1 BOB = 0.0616244 GBP(1 GBP = 16.227343 BOB)
Currency converter
1 BOB =
0.061624 GBP
BOB to GBP: last 30 days
Over the last 30 days, 1 BOB traded between 0.058547 and 0.074831 GBP, averaging 0.063242 GBP. The BOB/GBP rate is down 3.24% since 2026-08-28.
- 30-day high
- 0.074831
- 2026-09-19
- 30-day low
- 0.058547
- 2026-09-11
- 30-day average
- 0.063242
- Days with data: 30
- 30-day change
- -3.24%
- since 2026-08-28
0.074831
0.0585472026-08-28 → 2026-09-26
| Date | 1 BOB in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.061624 | 0.00% |
| 2026-09-25 | 0.061624 | -6.08% |
| 2026-09-24 | 0.065615 | +4.07% |
| 2026-09-23 | 0.063046 | -6.15% |
| 2026-09-22 | 0.067177 | -7.05% |
| 2026-09-21 | 0.072269 | +0.04% |
| 2026-09-20 | 0.072239 | -3.46% |
| 2026-09-19 | 0.074831 | +1.59% |
| 2026-09-18 | 0.073662 | +14.68% |
| 2026-09-17 | 0.064234 | +2.82% |
| 2026-09-16 | 0.062471 | +1.07% |
| 2026-09-15 | 0.061812 | +3.77% |
| 2026-09-14 | 0.059567 | -4.53% |
| 2026-09-13 | 0.062396 | +1.56% |
| 2026-09-12 | 0.061437 | +4.94% |
| Date | 1 BOB in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.058547 | -0.95% |
| 2026-09-10 | 0.05911 | -0.29% |
| 2026-09-09 | 0.059281 | -0.38% |
| 2026-09-08 | 0.059508 | -0.37% |
| 2026-09-07 | 0.059729 | +0.72% |
| 2026-09-06 | 0.059303 | -0.73% |
| 2026-09-05 | 0.059738 | -1.91% |
| 2026-09-04 | 0.060903 | -0.13% |
| 2026-09-03 | 0.060985 | -1.88% |
| 2026-09-02 | 0.062156 | -0.39% |
| 2026-09-01 | 0.062402 | -0.43% |
| 2026-08-31 | 0.062669 | +0.36% |
| 2026-08-30 | 0.062446 | -0.55% |
| 2026-08-29 | 0.062791 | -1.41% |
| 2026-08-28 | 0.063686 | — |
BOB to GBP conversion table
1 BOB0.061624 GBP
5 BOB0.30812 GBP
10 BOB0.61624 GBP
25 BOB1.5406 GBP
50 BOB3.0812 GBP
100 BOB6.1624 GBP
500 BOB30.8122 GBP
1,000 BOB61.6244 GBP
5,000 BOB308.1219 GBP
10,000 BOB616.2438 GBP
Get the BOB/GBP rate in your app
One GET request returns the latest BOB → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/BOB/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "GBP"
},
"rate": 0.0616,
"timestamp": 1790432137,
"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
GBP to BOBBritish Pound → Bolivian Boliviano16.2273Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.