Convert BTN to CNY
Bhutanese Ngultrum → Chinese Yuan
1 BTN = 0.0700628 CNY(1 CNY = 14.272903 BTN)
Currency converter
1 BTN =
0.070063 CNY
BTN to CNY: last 30 days
Over the last 30 days, 1 BTN traded between 0.069766 and 0.071175 CNY, averaging 0.070349 CNY. The BTN/CNY rate is down 0.53% since 2026-08-28.
- 30-day high
- 0.071175
- 2026-09-03
- 30-day low
- 0.069766
- 2026-09-19
- 30-day average
- 0.070349
- Days with data: 30
- 30-day change
- -0.53%
- since 2026-08-28
0.071175
0.0697662026-08-28 → 2026-09-26
| Date | 1 BTN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.070063 | 0.00% |
| 2026-09-25 | 0.070063 | +0.16% |
| 2026-09-24 | 0.069952 | -0.15% |
| 2026-09-23 | 0.070058 | +0.12% |
| 2026-09-22 | 0.069971 | +0.09% |
| 2026-09-21 | 0.069911 | +0.16% |
| 2026-09-20 | 0.0698 | +0.05% |
| 2026-09-19 | 0.069766 | -0.14% |
| 2026-09-18 | 0.069861 | -0.17% |
| 2026-09-17 | 0.069977 | +0.05% |
| 2026-09-16 | 0.069945 | -0.12% |
| 2026-09-15 | 0.07003 | -0.13% |
| 2026-09-14 | 0.070117 | -0.10% |
| 2026-09-13 | 0.070188 | +0.03% |
| 2026-09-12 | 0.070168 | +0.13% |
| Date | 1 BTN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.070077 | -0.45% |
| 2026-09-10 | 0.070393 | -0.34% |
| 2026-09-09 | 0.070636 | -0.36% |
| 2026-09-08 | 0.07089 | -0.22% |
| 2026-09-07 | 0.071047 | +0.04% |
| 2026-09-06 | 0.071015 | -0.07% |
| 2026-09-05 | 0.071066 | +0.05% |
| 2026-09-04 | 0.071034 | -0.20% |
| 2026-09-03 | 0.071175 | +0.54% |
| 2026-09-02 | 0.070792 | -0.05% |
| 2026-09-01 | 0.070829 | +0.59% |
| 2026-08-31 | 0.070411 | -0.03% |
| 2026-08-30 | 0.070434 | +0.09% |
| 2026-08-29 | 0.070374 | -0.09% |
| 2026-08-28 | 0.070439 | — |
BTN to CNY conversion table
1 BTN0.070063 CNY
5 BTN0.35031 CNY
10 BTN0.70063 CNY
25 BTN1.7516 CNY
50 BTN3.5031 CNY
100 BTN7.0063 CNY
500 BTN35.0314 CNY
1,000 BTN70.0628 CNY
5,000 BTN350.3142 CNY
10,000 BTN700.6283 CNY
Get the BTN/CNY rate in your app
One GET request returns the latest BTN → 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/BTN/CNY"fetch('https://rate-api.com/api/v1/pair/BTN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BTN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BTN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BTN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BTN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BTN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "BTN",
"to": "CNY"
},
"rate": 0.0701,
"timestamp": 1790435048,
"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 BTNChinese Yuan → Bhutanese Ngultrum14.2729Convert BTN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.