CAD to BYN exchange rate API
Canadian Dollar to Belarussian Ruble · quoted 2026-09-27
2.1368
▼ +1.77% over 30D
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 30 days, CAD/BYN traded between 2.1345 and 2.2390, averaged 2.1854 and fell 1.77%. 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 30D: show the values
| Point | CAD/BYN |
|---|---|
| 2026-08-28 | 2.1753 |
| 2026-08-29 | 2.1704 |
| 2026-08-30 | 2.1806 |
| 2026-08-31 | 2.1966 |
| 2026-09-01 | 2.2173 |
| 2026-09-02 | 2.2231 |
| 2026-09-03 | 2.2390 |
| 2026-09-04 | 2.2331 |
| 2026-09-05 | 2.2276 |
| 2026-09-06 | 2.2271 |
| 2026-09-07 | 2.2281 |
| 2026-09-08 | 2.2289 |
| 2026-09-09 | 2.2287 |
| 2026-09-10 | 2.2081 |
| 2026-09-11 | 2.1920 |
| 2026-09-12 | 2.1896 |
| 2026-09-13 | 2.1874 |
| 2026-09-14 | 2.1881 |
| 2026-09-15 | 2.1824 |
| 2026-09-16 | 2.1771 |
| 2026-09-17 | 2.1762 |
| 2026-09-18 | 2.1644 |
| 2026-09-19 | 2.1642 |
| 2026-09-20 | 2.1594 |
| 2026-09-21 | 2.1545 |
| 2026-09-22 | 2.1529 |
| 2026-09-23 | 2.1547 |
| 2026-09-24 | 2.1536 |
| 2026-09-25 | 2.1449 |
| 2026-09-26 | 2.1345 |
| 2026-09-27 | 2.1368 |
High
2.2390
Low
2.1345
Average
2.1854
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.