CAD to BYN exchange rate API
Canadian Dollar to Belarussian Ruble · quoted 2026-09-27
2.1368
▼ +11.89% over 1Y
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 year, CAD/BYN traded between 1.9593 and 2.4337, averaged 2.1516 and fell 11.89%. 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 1Y: show the values
| Point | CAD/BYN |
|---|---|
| 2025-09-27 | 2.4252 |
| 2025-10-04 | 2.4322 |
| 2025-10-11 | 2.4301 |
| 2025-10-18 | 2.4304 |
| 2025-10-25 | 2.4337 |
| 2025-11-01 | 2.4275 |
| 2025-11-08 | 2.4286 |
| 2025-11-15 | 2.4320 |
| 2025-11-22 | 2.4204 |
| 2025-11-29 | 2.1147 |
| 2025-12-06 | 2.0772 |
| 2025-12-13 | 2.1380 |
| 2025-12-20 | 2.1273 |
| 2025-12-27 | 2.1318 |
| 2026-01-03 | 2.1374 |
| 2026-01-10 | 2.1022 |
| 2026-01-17 | 2.0696 |
| 2026-01-24 | 2.0617 |
| 2026-01-31 | 2.0892 |
| 2026-02-07 | 2.0959 |
| 2026-02-14 | 2.1001 |
| 2026-02-21 | 2.0897 |
| 2026-02-28 | 2.1215 |
| 2026-03-07 | 2.1746 |
| 2026-03-14 | 2.1536 |
| 2026-03-21 | 2.1970 |
| 2026-03-28 | 2.1418 |
| 2026-04-04 | 2.1154 |
| 2026-04-11 | 2.0726 |
| 2026-04-18 | 2.0613 |
| 2026-04-25 | 2.0674 |
| 2026-05-02 | 2.0758 |
| 2026-05-09 | 2.0671 |
| 2026-05-16 | 2.0219 |
| 2026-05-23 | 1.9863 |
| 2026-05-30 | 1.9861 |
| 2026-06-06 | 2.0133 |
| 2026-06-14 | 1.9792 |
| 2026-06-21 | 1.9593 |
| 2026-06-28 | 2.0463 |
| 2026-07-05 | 2.0440 |
| 2026-07-12 | 2.0206 |
| 2026-07-19 | 2.0618 |
| 2026-07-26 | 2.0368 |
| 2026-08-02 | 2.0704 |
| 2026-08-09 | 2.1289 |
| 2026-08-16 | 2.1893 |
| 2026-08-23 | 2.1728 |
| 2026-08-30 | 2.1806 |
| 2026-09-06 | 2.2271 |
| 2026-09-13 | 2.1874 |
| 2026-09-20 | 2.1594 |
| 2026-09-27 | 2.1368 |
High
2.4337
Low
1.9593
Average
2.1516
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.