Skip to content

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

CAD/BYN over 30D: show the values
PointCAD/BYN
2026-08-282.1753
2026-08-292.1704
2026-08-302.1806
2026-08-312.1966
2026-09-012.2173
2026-09-022.2231
2026-09-032.2390
2026-09-042.2331
2026-09-052.2276
2026-09-062.2271
2026-09-072.2281
2026-09-082.2289
2026-09-092.2287
2026-09-102.2081
2026-09-112.1920
2026-09-122.1896
2026-09-132.1874
2026-09-142.1881
2026-09-152.1824
2026-09-162.1771
2026-09-172.1762
2026-09-182.1644
2026-09-192.1642
2026-09-202.1594
2026-09-212.1545
2026-09-222.1529
2026-09-232.1547
2026-09-242.1536
2026-09-252.1449
2026-09-262.1345
2026-09-272.1368

High

2.2390

Low

2.1345

Average

2.1854

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.