Convert CNY to BTN
Chinese Yuan → Bhutanese Ngultrum
1 CNY = 14.272903 BTN(1 BTN = 0.0700628 CNY)
Currency converter
1 CNY =
14.2729 BTN
CNY to BTN: last 30 days
Over the last 30 days, 1 CNY traded between 14.0499 and 14.3335 BTN, averaging 14.2179 BTN. The CNY/BTN rate is up 0.44% since 2026-08-29.
- 30-day high
- 14.3335
- 2026-09-19
- 30-day low
- 14.0499
- 2026-09-03
- 30-day average
- 14.2179
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-29
14.3335
14.04992026-08-29 → 2026-09-27
| Date | 1 CNY in BTN | Daily change |
|---|---|---|
| 2026-09-27 | 14.2729 | 0.00% |
| 2026-09-26 | 14.2729 | 0.00% |
| 2026-09-25 | 14.2729 | -0.16% |
| 2026-09-24 | 14.2955 | +0.15% |
| 2026-09-23 | 14.274 | -0.12% |
| 2026-09-22 | 14.2917 | -0.09% |
| 2026-09-21 | 14.304 | -0.16% |
| 2026-09-20 | 14.3267 | -0.05% |
| 2026-09-19 | 14.3335 | +0.14% |
| 2026-09-18 | 14.3142 | +0.17% |
| 2026-09-17 | 14.2905 | -0.05% |
| 2026-09-16 | 14.297 | +0.12% |
| 2026-09-15 | 14.2797 | +0.13% |
| 2026-09-14 | 14.2618 | +0.10% |
| 2026-09-13 | 14.2474 | -0.03% |
| Date | 1 CNY in BTN | Daily change |
|---|---|---|
| 2026-09-12 | 14.2515 | -0.13% |
| 2026-09-11 | 14.2701 | +0.45% |
| 2026-09-10 | 14.2059 | +0.34% |
| 2026-09-09 | 14.1571 | +0.36% |
| 2026-09-08 | 14.1063 | +0.22% |
| 2026-09-07 | 14.0752 | -0.04% |
| 2026-09-06 | 14.0814 | +0.07% |
| 2026-09-05 | 14.0715 | -0.04% |
| 2026-09-04 | 14.0778 | +0.20% |
| 2026-09-03 | 14.0499 | -0.54% |
| 2026-09-02 | 14.1259 | +0.05% |
| 2026-09-01 | 14.1185 | -0.59% |
| 2026-08-31 | 14.2024 | +0.03% |
| 2026-08-30 | 14.1977 | -0.08% |
| 2026-08-29 | 14.2098 | — |
CNY to BTN conversion table
1 CNY14.2729 BTN
5 CNY71.3645 BTN
10 CNY142.729 BTN
25 CNY356.8226 BTN
50 CNY713.6452 BTN
100 CNY1,427.2903 BTN
500 CNY7,136.4515 BTN
1,000 CNY14,272.903 BTN
5,000 CNY71,364.515 BTN
10,000 CNY142,729.03 BTN
Get the CNY/BTN rate in your app
One GET request returns the latest CNY → BTN 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/CNY/BTN"fetch('https://rate-api.com/api/v1/pair/CNY/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "BTN"
},
"rate": 14.2729,
"timestamp": 1790490078,
"date": "2026-09-27"
}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
BTN to CNYBhutanese Ngultrum → Chinese Yuan0.070063Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.