Convert BMD to CNY
Bermudan Dollar → Chinese Yuan
1 BMD = 6.713233 CNY(1 CNY = 0.14896 BMD)
Currency converter
1 BMD =
6.7132 CNY
BMD to CNY: last 30 days
Over the last 30 days, 1 BMD traded between 6.6954 and 6.7223 CNY, averaging 6.7102 CNY. The BMD/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 6.7223
- 2026-09-01
- 30-day low
- 6.6954
- 2026-09-21
- 30-day average
- 6.7102
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
6.7223
6.69542026-08-28 → 2026-09-26
| Date | 1 BMD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 6.7132 | 0.00% |
| 2026-09-25 | 6.7132 | +0.01% |
| 2026-09-24 | 6.7126 | +0.08% |
| 2026-09-23 | 6.7074 | +0.11% |
| 2026-09-22 | 6.7001 | +0.07% |
| 2026-09-21 | 6.6954 | -0.03% |
| 2026-09-20 | 6.6976 | 0.00% |
| 2026-09-19 | 6.6976 | 0.00% |
| 2026-09-18 | 6.6976 | -0.15% |
| 2026-09-17 | 6.7075 | +0.01% |
| 2026-09-16 | 6.7071 | -0.07% |
| 2026-09-15 | 6.7115 | +0.05% |
| 2026-09-14 | 6.7084 | +0.00% |
| 2026-09-13 | 6.7082 | 0.00% |
| 2026-09-12 | 6.7082 | 0.00% |
| Date | 1 BMD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 6.7082 | +0.03% |
| 2026-09-10 | 6.7063 | -0.02% |
| 2026-09-09 | 6.7078 | -0.04% |
| 2026-09-08 | 6.7105 | -0.01% |
| 2026-09-07 | 6.711 | +0.00% |
| 2026-09-06 | 6.7109 | 0.00% |
| 2026-09-05 | 6.7109 | 0.00% |
| 2026-09-04 | 6.7109 | -0.12% |
| 2026-09-03 | 6.7191 | -0.04% |
| 2026-09-02 | 6.7215 | -0.01% |
| 2026-09-01 | 6.7223 | +0.04% |
| 2026-08-31 | 6.7197 | -0.02% |
| 2026-08-30 | 6.7209 | 0.00% |
| 2026-08-29 | 6.7209 | 0.00% |
| 2026-08-28 | 6.7209 | — |
BMD to CNY conversion table
1 BMD6.7132 CNY
5 BMD33.5662 CNY
10 BMD67.1323 CNY
25 BMD167.8308 CNY
50 BMD335.6617 CNY
100 BMD671.3233 CNY
500 BMD3,356.6167 CNY
1,000 BMD6,713.2334 CNY
5,000 BMD33,566.167 CNY
10,000 BMD67,132.334 CNY
Get the BMD/CNY rate in your app
One GET request returns the latest BMD → 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/BMD/CNY"fetch('https://rate-api.com/api/v1/pair/BMD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BMD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BMD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BMD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BMD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BMD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BMD",
"to": "CNY"
},
"rate": 6.7132,
"timestamp": 1790432045,
"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 BMDChinese Yuan → Bermudan Dollar0.14896Convert BMD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.