Convert CAD to BTN
Canadian Dollar → Bhutanese Ngultrum
1 CAD = 67.750047 BTN(1 BTN = 0.0147601 CAD)
Currency converter
1 CAD =
67.75 BTN
CAD to BTN: last 30 days
Over the last 30 days, 1 CAD traded between 67.75 and 69.0766 BTN, averaging 68.5366 BTN. The CAD/BTN rate is down 1.63% since 2026-08-28.
- 30-day high
- 69.0766
- 2026-09-11
- 30-day low
- 67.75
- 2026-09-25
- 30-day average
- 68.5366
- Days with data: 30
- 30-day change
- -1.63%
- since 2026-08-28
69.0766
67.752026-08-28 → 2026-09-26
| Date | 1 CAD in BTN | Daily change |
|---|---|---|
| 2026-09-26 | 67.75 | 0.00% |
| 2026-09-25 | 67.75 | -0.33% |
| 2026-09-24 | 67.9738 | +0.03% |
| 2026-09-23 | 67.9542 | -0.34% |
| 2026-09-22 | 68.1827 | -0.30% |
| 2026-09-21 | 68.3882 | -0.15% |
| 2026-09-20 | 68.4901 | -0.05% |
| 2026-09-19 | 68.5227 | +0.14% |
| 2026-09-18 | 68.4301 | -0.09% |
| 2026-09-17 | 68.4912 | -0.44% |
| 2026-09-16 | 68.7935 | -0.08% |
| 2026-09-15 | 68.8491 | -0.07% |
| 2026-09-14 | 68.8945 | -0.10% |
| 2026-09-13 | 68.9667 | -0.03% |
| 2026-09-12 | 68.9869 | -0.13% |
| Date | 1 CAD in BTN | Daily change |
|---|---|---|
| 2026-09-11 | 69.0766 | +0.18% |
| 2026-09-10 | 68.9556 | -0.03% |
| 2026-09-09 | 68.9736 | +0.59% |
| 2026-09-08 | 68.5696 | +0.32% |
| 2026-09-07 | 68.3494 | -0.19% |
| 2026-09-06 | 68.4777 | +0.07% |
| 2026-09-05 | 68.4293 | -0.04% |
| 2026-09-04 | 68.4601 | +0.02% |
| 2026-09-03 | 68.4475 | +0.39% |
| 2026-09-02 | 68.1845 | -0.23% |
| 2026-09-01 | 68.3386 | -0.57% |
| 2026-08-31 | 68.728 | -0.22% |
| 2026-08-30 | 68.8765 | -0.08% |
| 2026-08-29 | 68.9351 | +0.09% |
| 2026-08-28 | 68.8713 | — |
CAD to BTN conversion table
1 CAD67.75 BTN
5 CAD338.7502 BTN
10 CAD677.5005 BTN
25 CAD1,693.7512 BTN
50 CAD3,387.5023 BTN
100 CAD6,775.0047 BTN
500 CAD33,875.023 BTN
1,000 CAD67,750.047 BTN
5,000 CAD338,750.23 BTN
10,000 CAD677,500.47 BTN
Get the CAD/BTN rate in your app
One GET request returns the latest CAD → 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/CAD/BTN"fetch('https://rate-api.com/api/v1/pair/CAD/BTN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BTN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BTN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BTN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BTN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} BTN\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BTN"
},
"rate": 67.75,
"timestamp": 1790429360,
"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 CADBhutanese Ngultrum → Canadian Dollar0.01476Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.