Skip to content

CAD to BYN exchange rate API

Canadian Dollar to Belarussian Ruble · quoted 2026-09-27

2.1368

▲ +0.03% over YTD

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 year to date, CAD/BYN traded between 1.9604 and 2.2390, averaged 2.0970 and rose 0.03%. 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 YTD

CAD/BYN over YTD: show the values
PointCAD/BYN
2025-12-312.1362
2026-01-072.1293
2026-01-142.0964
2026-01-212.0865
2026-01-282.0932
2026-02-042.0984
2026-02-112.1263
2026-02-182.0921
2026-02-252.0918
2026-03-042.1292
2026-03-112.1662
2026-03-182.2067
2026-03-252.1482
2026-04-012.1391
2026-04-082.1137
2026-04-152.0702
2026-04-222.0691
2026-04-292.0632
2026-05-062.0765
2026-05-132.0376
2026-05-201.9861
2026-05-271.9857
2026-06-032.0134
2026-06-111.9730
2026-06-181.9604
2026-06-251.9860
2026-07-022.0458
2026-07-092.0231
2026-07-162.0574
2026-07-232.0484
2026-07-302.0731
2026-08-062.1155
2026-08-132.1495
2026-08-202.2023
2026-08-272.1752
2026-09-032.2390
2026-09-102.2081
2026-09-172.1762
2026-09-242.1536

High

2.2390

Low

1.9604

Average

2.0970

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.