CAD to BYN exchange rate API
Canadian Dollar to Belarussian Ruble · quoted 2026-09-27
2.1368
▲ +8.41% over 5Y
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 last 5 years, CAD/BYN traded between 1.8484 and 2.6113, averaged 2.2063 and rose 8.41%. 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 5Y: show the values
| Point | CAD/BYN |
|---|---|
| 2021-09-28 | 1.9711 |
| 2021-11-09 | 1.9621 |
| 2021-12-21 | 1.9555 |
| 2022-02-02 | 2.0430 |
| 2022-03-16 | 2.6058 |
| 2022-05-02 | 2.6113 |
| 2022-06-16 | 2.6101 |
| 2022-07-28 | 1.9674 |
| 2022-09-08 | 1.9235 |
| 2022-10-20 | 1.8484 |
| 2022-12-01 | 1.8780 |
| 2023-01-13 | 1.8833 |
| 2023-02-24 | 1.8561 |
| 2023-04-12 | 1.8722 |
| 2023-05-30 | 1.8592 |
| 2023-07-11 | 1.9014 |
| 2023-08-22 | 1.8673 |
| 2023-10-03 | 2.3992 |
| 2023-11-14 | 2.3817 |
| 2023-12-28 | 2.4965 |
| 2024-02-09 | 2.4332 |
| 2024-03-22 | 2.4115 |
| 2024-05-10 | 2.3920 |
| 2024-06-25 | 2.3933 |
| 2024-08-06 | 2.3660 |
| 2024-09-16 | 2.4090 |
| 2024-10-23 | 2.3639 |
| 2024-11-22 | 2.3392 |
| 2024-12-22 | 2.2796 |
| 2025-01-21 | 2.2644 |
| 2025-02-20 | 2.3019 |
| 2025-03-22 | 2.2768 |
| 2025-04-21 | 2.3678 |
| 2025-05-21 | 2.3553 |
| 2025-06-20 | 2.3870 |
| 2025-07-20 | 2.3882 |
| 2025-08-19 | 2.4281 |
| 2025-09-18 | 2.4578 |
| 2025-10-18 | 2.4304 |
| 2025-11-17 | 2.4303 |
| 2025-12-17 | 2.1308 |
| 2026-01-16 | 2.0842 |
| 2026-02-15 | 2.1014 |
| 2026-03-17 | 2.1866 |
| 2026-04-16 | 2.0764 |
| 2026-05-16 | 2.0219 |
| 2026-06-16 | 1.9768 |
| 2026-07-16 | 2.0574 |
| 2026-08-15 | 2.1908 |
| 2026-09-14 | 2.1881 |
High
2.6113
Low
1.8484
Average
2.2063
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.