Convert CHF to BTN
Swiss Franc → Bhutanese Ngultrum
1 CHF = 115.68078 BTN(1 BTN = 0.00864448 CHF)
Currency converter
1 CHF =
115.6808 BTN
CHF to BTN: last 30 days
Over the last 30 days, 1 CHF traded between 115.6808 and 118.746 BTN, averaging 116.9466 BTN. The CHF/BTN rate is down 2.49% since 2026-08-28.
- 30-day high
- 118.746
- 2026-08-29
- 30-day low
- 115.6808
- 2026-09-25
- 30-day average
- 116.9466
- Days with data: 30
- 30-day change
- -2.49%
- since 2026-08-28
118.746
115.68082026-08-28 → 2026-09-26
| Date | 1 CHF in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 115.6808 | 0.00% |
| 2026-09-25 | 115.6808 | -0.21% |
| 2026-09-24 | 115.9289 | -0.36% |
| 2026-09-23 | 116.3472 | -0.44% |
| 2026-09-22 | 116.8579 | +0.23% |
| 2026-09-21 | 116.5932 | +0.32% |
| 2026-09-20 | 116.2171 | -0.05% |
| 2026-09-19 | 116.2724 | +0.14% |
| 2026-09-18 | 116.1153 | -0.12% |
| 2026-09-17 | 116.2578 | -0.70% |
| 2026-09-16 | 117.0805 | -0.05% |
| 2026-09-15 | 117.1356 | -0.04% |
| 2026-09-14 | 117.1799 | -0.04% |
| 2026-09-13 | 117.2257 | -0.03% |
| 2026-09-12 | 117.26 | -0.13% |
| Date | 1 CHF in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 117.4125 | +0.07% |
| 2026-09-10 | 117.3293 | -0.28% |
| 2026-09-09 | 117.6637 | +0.87% |
| 2026-09-08 | 116.6457 | -0.07% |
| 2026-09-07 | 116.7254 | -0.04% |
| 2026-09-06 | 116.7752 | +0.07% |
| 2026-09-05 | 116.6927 | -0.04% |
| 2026-09-04 | 116.7452 | -0.02% |
| 2026-09-03 | 116.7716 | +0.11% |
| 2026-09-02 | 116.6482 | -0.38% |
| 2026-09-01 | 117.0946 | -0.80% |
| 2026-08-31 | 118.0332 | -0.52% |
| 2026-08-30 | 118.645 | -0.08% |
| 2026-08-29 | 118.746 | +0.09% |
| 2026-08-28 | 118.6362 | — |
CHF to BTN conversion table
1 CHF115.6808 BTN
5 CHF578.4039 BTN
10 CHF1,156.8078 BTN
25 CHF2,892.0196 BTN
50 CHF5,784.0392 BTN
100 CHF11,568.078 BTN
500 CHF57,840.392 BTN
1,000 CHF115,680.78 BTN
5,000 CHF578,403.92 BTN
10,000 CHF1,156,807.8 BTN
Get the CHF/BTN rate in your app
One GET request returns the latest CHF → 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/CHF/BTN"fetch('https://rate-api.com/api/v1/pair/CHF/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "BTN"
},
"rate": 115.6808,
"timestamp": 1790429297,
"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
BTN to CHFBhutanese Ngultrum → Swiss Franc0.0086445Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.