Skip to content

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

CAD/BYN over 5Y: show the values
PointCAD/BYN
2021-09-281.9711
2021-11-091.9621
2021-12-211.9555
2022-02-022.0430
2022-03-162.6058
2022-05-022.6113
2022-06-162.6101
2022-07-281.9674
2022-09-081.9235
2022-10-201.8484
2022-12-011.8780
2023-01-131.8833
2023-02-241.8561
2023-04-121.8722
2023-05-301.8592
2023-07-111.9014
2023-08-221.8673
2023-10-032.3992
2023-11-142.3817
2023-12-282.4965
2024-02-092.4332
2024-03-222.4115
2024-05-102.3920
2024-06-252.3933
2024-08-062.3660
2024-09-162.4090
2024-10-232.3639
2024-11-222.3392
2024-12-222.2796
2025-01-212.2644
2025-02-202.3019
2025-03-222.2768
2025-04-212.3678
2025-05-212.3553
2025-06-202.3870
2025-07-202.3882
2025-08-192.4281
2025-09-182.4578
2025-10-182.4304
2025-11-172.4303
2025-12-172.1308
2026-01-162.0842
2026-02-152.1014
2026-03-172.1866
2026-04-162.0764
2026-05-162.0219
2026-06-161.9768
2026-07-162.0574
2026-08-152.1908
2026-09-142.1881

High

2.6113

Low

1.8484

Average

2.2063

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=BYN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.