CAD to BYN exchange rate API
Canadian Dollar to Belarussian Ruble · quoted 2026-09-27
2.1368
▲ +0.18% over 6M
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 6 months, CAD/BYN traded between 1.9764 and 2.2287, averaged 2.0829 and rose 0.18%. 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 6M: show the values
| Point | CAD/BYN |
|---|---|
| 2026-03-31 | 2.1329 |
| 2026-04-07 | 2.1180 |
| 2026-04-14 | 2.0698 |
| 2026-04-21 | 2.0759 |
| 2026-04-28 | 2.0618 |
| 2026-05-05 | 2.0786 |
| 2026-05-12 | 2.0377 |
| 2026-05-19 | 1.9917 |
| 2026-05-26 | 1.9968 |
| 2026-06-02 | 1.9977 |
| 2026-06-10 | 1.9838 |
| 2026-06-17 | 1.9764 |
| 2026-06-24 | 1.9803 |
| 2026-07-01 | 2.0523 |
| 2026-07-08 | 2.0220 |
| 2026-07-15 | 2.0399 |
| 2026-07-22 | 2.0526 |
| 2026-07-29 | 2.0477 |
| 2026-08-05 | 2.0970 |
| 2026-08-12 | 2.1366 |
| 2026-08-19 | 2.1927 |
| 2026-08-26 | 2.1752 |
| 2026-09-02 | 2.2231 |
| 2026-09-09 | 2.2287 |
| 2026-09-16 | 2.1771 |
| 2026-09-23 | 2.1547 |
High
2.2287
Low
1.9764
Average
2.0829
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.