CAD to BYN exchange rate API
Canadian Dollar to Belarussian Ruble · quoted 2026-09-27
2.1368
▲ +0.03% over YTD
1 CAD = 2.1368 BYN · 1 BYN = 0.46798 CAD · Get this rate via the API
1 CAD buys 2.1368 BYN as of 2026-09-27, so 1 BYN buys 0.46798 CAD. Over the year to date, CAD/BYN traded between 1.9604 and 2.2390, averaged 2.0970 and rose 0.03%. The API holds daily CAD/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
CAD/BYN over YTD: show the values
| Point | CAD/BYN |
|---|---|
| 2025-12-31 | 2.1362 |
| 2026-01-07 | 2.1293 |
| 2026-01-14 | 2.0964 |
| 2026-01-21 | 2.0865 |
| 2026-01-28 | 2.0932 |
| 2026-02-04 | 2.0984 |
| 2026-02-11 | 2.1263 |
| 2026-02-18 | 2.0921 |
| 2026-02-25 | 2.0918 |
| 2026-03-04 | 2.1292 |
| 2026-03-11 | 2.1662 |
| 2026-03-18 | 2.2067 |
| 2026-03-25 | 2.1482 |
| 2026-04-01 | 2.1391 |
| 2026-04-08 | 2.1137 |
| 2026-04-15 | 2.0702 |
| 2026-04-22 | 2.0691 |
| 2026-04-29 | 2.0632 |
| 2026-05-06 | 2.0765 |
| 2026-05-13 | 2.0376 |
| 2026-05-20 | 1.9861 |
| 2026-05-27 | 1.9857 |
| 2026-06-03 | 2.0134 |
| 2026-06-11 | 1.9730 |
| 2026-06-18 | 1.9604 |
| 2026-06-25 | 1.9860 |
| 2026-07-02 | 2.0458 |
| 2026-07-09 | 2.0231 |
| 2026-07-16 | 2.0574 |
| 2026-07-23 | 2.0484 |
| 2026-07-30 | 2.0731 |
| 2026-08-06 | 2.1155 |
| 2026-08-13 | 2.1495 |
| 2026-08-20 | 2.2023 |
| 2026-08-27 | 2.1752 |
| 2026-09-03 | 2.2390 |
| 2026-09-10 | 2.2081 |
| 2026-09-17 | 2.1762 |
| 2026-09-24 | 2.1536 |
High
2.2390
Low
1.9604
Average
2.0970
Get this rate via the API
One GET request returns the CAD/BYN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/BYN API questions
How do I get the CAD/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/BYN rate in rates.BYN.
How far back does CAD/BYN historical data go?
Daily CAD/BYN rates are available from 2016-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/BYN exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.