Convert BYN to CNY
Belarusian Ruble → Chinese Yuan
1 BYN = 2.205367 CNY(1 CNY = 0.453439 BYN)
Currency converter
1 BYN =
2.2054 CNY
BYN to CNY: last 30 days
Over the last 30 days, 1 BYN traded between 2.1733 and 2.2318 CNY, averaging 2.2014 CNY. The BYN/CNY rate is down 1.19% since 2026-08-28.
- 30-day high
- 2.2318
- 2026-08-28
- 30-day low
- 2.1733
- 2026-09-02
- 30-day average
- 2.2014
- Days with data: 30
- 30-day change
- -1.19%
- since 2026-08-28
2.2318
2.17332026-08-28 → 2026-09-26
| Date | 1 BYN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 2.2054 | 0.00% |
| 2026-09-25 | 2.2054 | -0.13% |
| 2026-09-24 | 2.2081 | -0.04% |
| 2026-09-23 | 2.209 | -0.50% |
| 2026-09-22 | 2.22 | +0.23% |
| 2026-09-21 | 2.215 | -0.08% |
| 2026-09-20 | 2.2169 | +0.17% |
| 2026-09-19 | 2.2132 | +0.44% |
| 2026-09-18 | 2.2035 | +0.41% |
| 2026-09-17 | 2.1944 | -0.66% |
| 2026-09-16 | 2.209 | +0.11% |
| 2026-09-15 | 2.2066 | -0.04% |
| 2026-09-14 | 2.2074 | -0.16% |
| 2026-09-13 | 2.211 | +0.10% |
| 2026-09-12 | 2.2087 | +0.14% |
| Date | 1 BYN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 2.2056 | +0.72% |
| 2026-09-10 | 2.1899 | +0.36% |
| 2026-09-09 | 2.1821 | -0.01% |
| 2026-09-08 | 2.1823 | +0.19% |
| 2026-09-07 | 2.1782 | +0.01% |
| 2026-09-06 | 2.178 | +0.02% |
| 2026-09-05 | 2.1776 | -0.05% |
| 2026-09-04 | 2.1788 | +0.10% |
| 2026-09-03 | 2.1766 | +0.15% |
| 2026-09-02 | 2.1733 | -0.91% |
| 2026-09-01 | 2.1933 | -1.08% |
| 2026-08-31 | 2.2171 | +0.04% |
| 2026-08-30 | 2.2162 | -0.50% |
| 2026-08-29 | 2.2272 | -0.21% |
| 2026-08-28 | 2.2318 | — |
BYN to CNY conversion table
1 BYN2.2054 CNY
5 BYN11.0268 CNY
10 BYN22.0537 CNY
25 BYN55.1342 CNY
50 BYN110.2684 CNY
100 BYN220.5367 CNY
500 BYN1,102.6835 CNY
1,000 BYN2,205.367 CNY
5,000 BYN11,026.835 CNY
10,000 BYN22,053.67 CNY
Get the BYN/CNY rate in your app
One GET request returns the latest BYN → 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/BYN/CNY"fetch('https://rate-api.com/api/v1/pair/BYN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "CNY"
},
"rate": 2.2054,
"timestamp": 1790432086,
"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 BYNChinese Yuan → Belarusian Ruble0.45344Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.