Convert BGN to CNY
Bulgarian Lev → Chinese Yuan
1 BGN = 3.913991 CNY(1 CNY = 0.255494 BGN)
Currency converter
1 BGN =
3.914 CNY
BGN to CNY: last 30 days
Over the last 30 days, 1 BGN traded between 3.9013 and 4.002 CNY, averaging 3.9636 CNY. The BGN/CNY rate is down 2.20% since 2026-08-28.
- 30-day high
- 4.002
- 2026-08-28
- 30-day low
- 3.9013
- 2026-09-24
- 30-day average
- 3.9636
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
4.002
3.90132026-08-28 → 2026-09-26
| Date | 1 BGN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 3.914 | 0.00% |
| 2026-09-25 | 3.914 | +0.33% |
| 2026-09-24 | 3.9013 | -0.31% |
| 2026-09-23 | 3.9133 | -0.45% |
| 2026-09-22 | 3.9309 | +0.05% |
| 2026-09-21 | 3.9291 | -0.11% |
| 2026-09-20 | 3.9334 | +0.00% |
| 2026-09-19 | 3.9332 | -1.14% |
| 2026-09-18 | 3.9785 | +1.20% |
| 2026-09-17 | 3.9313 | -0.68% |
| 2026-09-16 | 3.9583 | -0.01% |
| 2026-09-15 | 3.9585 | -0.23% |
| 2026-09-14 | 3.9677 | -0.26% |
| 2026-09-13 | 3.9782 | +0.00% |
| 2026-09-12 | 3.978 | -0.03% |
| Date | 1 BGN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 3.9791 | -0.29% |
| 2026-09-10 | 3.9905 | +0.04% |
| 2026-09-09 | 3.9891 | +0.01% |
| 2026-09-08 | 3.9885 | +0.12% |
| 2026-09-07 | 3.9838 | -0.06% |
| 2026-09-06 | 3.986 | +0.03% |
| 2026-09-05 | 3.985 | -0.08% |
| 2026-09-04 | 3.9883 | +0.10% |
| 2026-09-03 | 3.9843 | +0.13% |
| 2026-09-02 | 3.9793 | -0.22% |
| 2026-09-01 | 3.9881 | +0.14% |
| 2026-08-31 | 3.9824 | +0.03% |
| 2026-08-30 | 3.9811 | +0.03% |
| 2026-08-29 | 3.98 | -0.55% |
| 2026-08-28 | 4.002 | — |
BGN to CNY conversion table
1 BGN3.914 CNY
5 BGN19.57 CNY
10 BGN39.1399 CNY
25 BGN97.8498 CNY
50 BGN195.6995 CNY
100 BGN391.3991 CNY
500 BGN1,956.9952 CNY
1,000 BGN3,913.9905 CNY
5,000 BGN19,569.952 CNY
10,000 BGN39,139.905 CNY
Get the BGN/CNY rate in your app
One GET request returns the latest BGN → 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/BGN/CNY"fetch('https://rate-api.com/api/v1/pair/BGN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BGN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BGN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BGN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BGN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BGN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BGN",
"to": "CNY"
},
"rate": 3.914,
"timestamp": 1790435070,
"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 BGNChinese Yuan → Bulgarian Lev0.25549Convert BGN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.