Convert BTN to CAD
Bhutanese Ngultrum → Canadian Dollar
1 BTN = 0.0147601 CAD(1 CAD = 67.750047 BTN)
Currency converter
1 BTN =
0.01476 CAD
BTN to CAD: last 30 days
Over the last 30 days, 1 BTN traded between 0.014477 and 0.01476 CAD, averaging 0.014591 CAD. The BTN/CAD rate is up 1.66% since 2026-08-28.
- 30-day high
- 0.01476
- 2026-09-25
- 30-day low
- 0.014477
- 2026-09-11
- 30-day average
- 0.014591
- Days with data: 30
- 30-day change
- +1.66%
- since 2026-08-28
0.01476
0.0144772026-08-28 → 2026-09-26
| Date | 1 BTN in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.01476 | 0.00% |
| 2026-09-25 | 0.01476 | +0.33% |
| 2026-09-24 | 0.014712 | -0.03% |
| 2026-09-23 | 0.014716 | +0.34% |
| 2026-09-22 | 0.014666 | +0.30% |
| 2026-09-21 | 0.014622 | +0.15% |
| 2026-09-20 | 0.014601 | +0.05% |
| 2026-09-19 | 0.014594 | -0.14% |
| 2026-09-18 | 0.014613 | +0.09% |
| 2026-09-17 | 0.0146 | +0.44% |
| 2026-09-16 | 0.014536 | +0.08% |
| 2026-09-15 | 0.014525 | +0.07% |
| 2026-09-14 | 0.014515 | +0.10% |
| 2026-09-13 | 0.0145 | +0.03% |
| 2026-09-12 | 0.014496 | +0.13% |
| Date | 1 BTN in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.014477 | -0.18% |
| 2026-09-10 | 0.014502 | +0.03% |
| 2026-09-09 | 0.014498 | -0.59% |
| 2026-09-08 | 0.014584 | -0.32% |
| 2026-09-07 | 0.014631 | +0.19% |
| 2026-09-06 | 0.014603 | -0.07% |
| 2026-09-05 | 0.014614 | +0.05% |
| 2026-09-04 | 0.014607 | -0.02% |
| 2026-09-03 | 0.01461 | -0.38% |
| 2026-09-02 | 0.014666 | +0.23% |
| 2026-09-01 | 0.014633 | +0.57% |
| 2026-08-31 | 0.01455 | +0.22% |
| 2026-08-30 | 0.014519 | +0.09% |
| 2026-08-29 | 0.014506 | -0.09% |
| 2026-08-28 | 0.01452 | — |
BTN to CAD conversion table
1 BTN0.01476 CAD
5 BTN0.073801 CAD
10 BTN0.1476 CAD
25 BTN0.369 CAD
50 BTN0.73801 CAD
100 BTN1.476 CAD
500 BTN7.3801 CAD
1,000 BTN14.7601 CAD
5,000 BTN73.8007 CAD
10,000 BTN147.6014 CAD
Get the BTN/CAD rate in your app
One GET request returns the latest BTN → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/BTN/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BTN = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BTN/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BTN = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BTN/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "BTN",
"to": "CAD"
},
"rate": 0.0148,
"timestamp": 1790432033,
"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
CAD to BTNCanadian Dollar → Bhutanese Ngultrum67.75Convert BTN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.