Convert CAD to BND
Canadian Dollar → Brunei Dollar
1 CAD = 0.90302 BND(1 BND = 1.107396 CAD)
Currency converter
1 CAD =
0.90302 BND
CAD to BND: last 30 days
Over the last 30 days, 1 CAD traded between 0.90302 and 0.92065 BND, averaging 0.91383 BND. The CAD/BND rate is down 1.56% since 2026-08-28.
- 30-day high
- 0.92065
- 2026-09-03
- 30-day low
- 0.90302
- 2026-09-25
- 30-day average
- 0.91383
- Days with data: 30
- 30-day change
- -1.56%
- since 2026-08-28
0.92065
0.903022026-08-28 → 2026-09-26
| Date | 1 CAD in BND | Daily change |
|---|---|---|
| 2026-09-26 | 0.90302 | 0.00% |
| 2026-09-25 | 0.90302 | -0.40% |
| 2026-09-24 | 0.90665 | -0.07% |
| 2026-09-23 | 0.90732 | -0.10% |
| 2026-09-22 | 0.90821 | -0.29% |
| 2026-09-21 | 0.91083 | +0.00% |
| 2026-09-20 | 0.91079 | +0.01% |
| 2026-09-19 | 0.91074 | +0.01% |
| 2026-09-18 | 0.91062 | -0.15% |
| 2026-09-17 | 0.91201 | -0.14% |
| 2026-09-16 | 0.91332 | -0.05% |
| 2026-09-15 | 0.91379 | -0.00% |
| 2026-09-14 | 0.91381 | -0.04% |
| 2026-09-13 | 0.9142 | +0.01% |
| 2026-09-12 | 0.91414 | -0.13% |
| Date | 1 CAD in BND | Daily change |
|---|---|---|
| 2026-09-11 | 0.91529 | +0.04% |
| 2026-09-10 | 0.91492 | -0.39% |
| 2026-09-09 | 0.91848 | +0.25% |
| 2026-09-08 | 0.91619 | -0.11% |
| 2026-09-07 | 0.91721 | -0.11% |
| 2026-09-06 | 0.91826 | -0.11% |
| 2026-09-05 | 0.9193 | +0.10% |
| 2026-09-04 | 0.91838 | -0.25% |
| 2026-09-03 | 0.92065 | +0.66% |
| 2026-09-02 | 0.91457 | -0.14% |
| 2026-09-01 | 0.91584 | -0.09% |
| 2026-08-31 | 0.91667 | -0.28% |
| 2026-08-30 | 0.91925 | -0.10% |
| 2026-08-29 | 0.92019 | +0.31% |
| 2026-08-28 | 0.91737 | — |
CAD to BND conversion table
1 CAD0.90302 BND
5 CAD4.5151 BND
10 CAD9.0302 BND
25 CAD22.5755 BND
50 CAD45.151 BND
100 CAD90.302 BND
500 CAD451.5099 BND
1,000 CAD903.0198 BND
5,000 CAD4,515.0989 BND
10,000 CAD9,030.1978 BND
Get the CAD/BND rate in your app
One GET request returns the latest CAD → BND 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/BND"fetch('https://rate-api.com/api/v1/pair/CAD/BND', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} BND`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/BND",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} BND")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/BND');
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']} BND\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "BND"
},
"rate": 0.903,
"timestamp": 1790429366,
"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
BND to CADBrunei Dollar → Canadian Dollar1.1074Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.