Convert BOB to CNY
Bolivian Boliviano → Chinese Yuan
1 BOB = 0.548249 CNY(1 CNY = 1.823989 BOB)
Currency converter
1 BOB =
0.54825 CNY
BOB to CNY: last 30 days
Over the last 30 days, 1 BOB traded between 0.53052 and 0.6688 CNY, averaging 0.57084 CNY. The BOB/CNY rate is down 5.70% since 2026-08-28.
- 30-day high
- 0.6688
- 2026-09-19
- 30-day low
- 0.53052
- 2026-09-11
- 30-day average
- 0.57084
- Days with data: 30
- 30-day change
- -5.70%
- since 2026-08-28
0.6688
0.530522026-08-28 → 2026-09-26
| Date | 1 BOB in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.54825 | 0.00% |
| 2026-09-25 | 0.54825 | -5.84% |
| 2026-09-24 | 0.58225 | +3.71% |
| 2026-09-23 | 0.56142 | -6.66% |
| 2026-09-22 | 0.60147 | -7.20% |
| 2026-09-21 | 0.64813 | +0.39% |
| 2026-09-20 | 0.64563 | -3.46% |
| 2026-09-19 | 0.6688 | +1.59% |
| 2026-09-18 | 0.65835 | +14.23% |
| 2026-09-17 | 0.57633 | +2.22% |
| 2026-09-16 | 0.5638 | +0.79% |
| 2026-09-15 | 0.55935 | +3.73% |
| 2026-09-14 | 0.53924 | -4.63% |
| 2026-09-13 | 0.5654 | +1.56% |
| 2026-09-12 | 0.55671 | +4.94% |
| Date | 1 BOB in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.53052 | -1.02% |
| 2026-09-10 | 0.53596 | -0.64% |
| 2026-09-09 | 0.5394 | -0.28% |
| 2026-09-08 | 0.54091 | -0.27% |
| 2026-09-07 | 0.54236 | +0.72% |
| 2026-09-06 | 0.53846 | -0.73% |
| 2026-09-05 | 0.54241 | -1.91% |
| 2026-09-04 | 0.55299 | -0.01% |
| 2026-09-03 | 0.55306 | -1.82% |
| 2026-09-02 | 0.56329 | -0.76% |
| 2026-09-01 | 0.5676 | -0.45% |
| 2026-08-31 | 0.57016 | +0.02% |
| 2026-08-30 | 0.57005 | -0.55% |
| 2026-08-29 | 0.5732 | -1.41% |
| 2026-08-28 | 0.58137 | — |
BOB to CNY conversion table
1 BOB0.54825 CNY
5 BOB2.7412 CNY
10 BOB5.4825 CNY
25 BOB13.7062 CNY
50 BOB27.4124 CNY
100 BOB54.8249 CNY
500 BOB274.1245 CNY
1,000 BOB548.249 CNY
5,000 BOB2,741.2448 CNY
10,000 BOB5,482.4897 CNY
Get the BOB/CNY rate in your app
One GET request returns the latest BOB → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/BOB/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BOB = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BOB/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BOB = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BOB/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BOB",
"to": "CNY"
},
"rate": 0.5482,
"timestamp": 1790435080,
"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
CNY to BOBChinese Yuan → Bolivian Boliviano1.824Convert BOB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.