Convert BYN to CAD
Belarusian Ruble → Canadian Dollar
1 BYN = 0.464605 CAD(1 CAD = 2.152367 BYN)
Currency converter
1 BYN =
0.4646 CAD
BYN to CAD: last 30 days
Over the last 30 days, 1 BYN traded between 0.44678 and 0.46534 CAD, averaging 0.45662 CAD. The BYN/CAD rate is up 0.99% since 2026-08-28.
- 30-day high
- 0.46534
- 2026-09-22
- 30-day low
- 0.44678
- 2026-09-03
- 30-day average
- 0.45662
- Days with data: 30
- 30-day change
- +0.99%
- since 2026-08-28
0.46534
0.446782026-08-28 → 2026-09-26
| Date | 1 BYN in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.4646 | 0.00% |
| 2026-09-25 | 0.4646 | +0.05% |
| 2026-09-24 | 0.46439 | +0.08% |
| 2026-09-23 | 0.464 | -0.29% |
| 2026-09-22 | 0.46534 | +0.44% |
| 2026-09-21 | 0.46329 | -0.09% |
| 2026-09-20 | 0.46373 | +0.17% |
| 2026-09-19 | 0.46296 | +0.44% |
| 2026-09-18 | 0.46092 | +0.67% |
| 2026-09-17 | 0.45786 | -0.26% |
| 2026-09-16 | 0.45908 | +0.31% |
| 2026-09-15 | 0.45765 | +0.15% |
| 2026-09-14 | 0.45696 | +0.05% |
| 2026-09-13 | 0.45675 | +0.10% |
| 2026-09-12 | 0.45627 | +0.14% |
| Date | 1 BYN in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.45564 | +1.00% |
| 2026-09-10 | 0.45114 | +0.73% |
| 2026-09-09 | 0.44788 | -0.24% |
| 2026-09-08 | 0.44895 | +0.09% |
| 2026-09-07 | 0.44855 | +0.15% |
| 2026-09-06 | 0.44788 | +0.02% |
| 2026-09-05 | 0.4478 | -0.05% |
| 2026-09-04 | 0.44804 | +0.28% |
| 2026-09-03 | 0.44678 | -0.77% |
| 2026-09-02 | 0.45024 | -0.64% |
| 2026-09-01 | 0.45312 | -1.10% |
| 2026-08-31 | 0.45816 | +0.29% |
| 2026-08-30 | 0.45683 | -0.50% |
| 2026-08-29 | 0.45911 | -0.21% |
| 2026-08-28 | 0.46006 | — |
BYN to CAD conversion table
1 BYN0.4646 CAD
5 BYN2.323 CAD
10 BYN4.646 CAD
25 BYN11.6151 CAD
50 BYN23.2302 CAD
100 BYN46.4605 CAD
500 BYN232.3024 CAD
1,000 BYN464.6047 CAD
5,000 BYN2,323.0235 CAD
10,000 BYN4,646.047 CAD
Get the BYN/CAD rate in your app
One GET request returns the latest BYN → 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/BYN/CAD"fetch('https://rate-api.com/api/v1/pair/BYN/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 BYN = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/BYN/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 BYN = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/BYN/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 BYN = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "BYN",
"to": "CAD"
},
"rate": 0.4646,
"timestamp": 1790432098,
"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 BYNCanadian Dollar → Belarusian Ruble2.1524Convert BYN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.