Skip to content

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

CAD/BYN over 6M: show the values
PointCAD/BYN
2026-03-312.1329
2026-04-072.1180
2026-04-142.0698
2026-04-212.0759
2026-04-282.0618
2026-05-052.0786
2026-05-122.0377
2026-05-191.9917
2026-05-261.9968
2026-06-021.9977
2026-06-101.9838
2026-06-171.9764
2026-06-241.9803
2026-07-012.0523
2026-07-082.0220
2026-07-152.0399
2026-07-222.0526
2026-07-292.0477
2026-08-052.0970
2026-08-122.1366
2026-08-192.1927
2026-08-262.1752
2026-09-022.2231
2026-09-092.2287
2026-09-162.1771
2026-09-232.1547

High

2.2287

Low

1.9764

Average

2.0829

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.