Convert BWP to CNY
Botswanan Pula → Chinese Yuan
1 BWP = 0.49249 CNY(1 CNY = 2.030497 BWP)
Currency converter
1 BWP =
0.49249 CNY
BWP to CNY: last 30 days
Over the last 30 days, 1 BWP traded between 0.47831 and 0.50313 CNY, averaging 0.49668 CNY. The BWP/CNY rate is down 2.11% since 2026-08-28.
- 30-day high
- 0.50313
- 2026-08-28
- 30-day low
- 0.47831
- 2026-09-12
- 30-day average
- 0.49668
- Days with data: 30
- 30-day change
- -2.11%
- since 2026-08-28
0.50313
0.478312026-08-28 → 2026-09-26
| Date | 1 BWP in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.49249 | 0.00% |
| 2026-09-25 | 0.49249 | -0.15% |
| 2026-09-24 | 0.49324 | -0.63% |
| 2026-09-23 | 0.49637 | +0.42% |
| 2026-09-22 | 0.49429 | +0.02% |
| 2026-09-21 | 0.4942 | +0.05% |
| 2026-09-20 | 0.49394 | -0.01% |
| 2026-09-19 | 0.49397 | +0.00% |
| 2026-09-18 | 0.49395 | -0.25% |
| 2026-09-17 | 0.49518 | -0.09% |
| 2026-09-16 | 0.49564 | -0.42% |
| 2026-09-15 | 0.49775 | -0.04% |
| 2026-09-14 | 0.49797 | +4.11% |
| 2026-09-13 | 0.47832 | +0.00% |
| 2026-09-12 | 0.47831 | -4.10% |
| Date | 1 BWP in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.49874 | -0.19% |
| 2026-09-10 | 0.49969 | -0.45% |
| 2026-09-09 | 0.50197 | +0.15% |
| 2026-09-08 | 0.50121 | +0.02% |
| 2026-09-07 | 0.50111 | -0.03% |
| 2026-09-06 | 0.50126 | -0.01% |
| 2026-09-05 | 0.50132 | +0.09% |
| 2026-09-04 | 0.50086 | -0.00% |
| 2026-09-03 | 0.50088 | +0.41% |
| 2026-09-02 | 0.49884 | -0.20% |
| 2026-09-01 | 0.49983 | -0.10% |
| 2026-08-31 | 0.50034 | -0.23% |
| 2026-08-30 | 0.50148 | -0.01% |
| 2026-08-29 | 0.50153 | -0.32% |
| 2026-08-28 | 0.50313 | — |
BWP to CNY conversion table
1 BWP0.49249 CNY
5 BWP2.4625 CNY
10 BWP4.9249 CNY
25 BWP12.3123 CNY
50 BWP24.6245 CNY
100 BWP49.249 CNY
500 BWP246.2451 CNY
1,000 BWP492.4902 CNY
5,000 BWP2,462.4509 CNY
10,000 BWP4,924.9019 CNY
Get the BWP/CNY rate in your app
One GET request returns the latest BWP → 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/BWP/CNY"fetch('https://rate-api.com/api/v1/pair/BWP/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BWP = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BWP/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BWP = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BWP/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BWP = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BWP",
"to": "CNY"
},
"rate": 0.4925,
"timestamp": 1790432069,
"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 BWPChinese Yuan → Botswanan Pula2.0305Convert BWP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.