Skip to content

CAD to BYN exchange rate API

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

2.1368

▼ +11.89% over 1Y

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 year, CAD/BYN traded between 1.9593 and 2.4337, averaged 2.1516 and fell 11.89%. 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 1Y

CAD/BYN over 1Y: show the values
PointCAD/BYN
2025-09-272.4252
2025-10-042.4322
2025-10-112.4301
2025-10-182.4304
2025-10-252.4337
2025-11-012.4275
2025-11-082.4286
2025-11-152.4320
2025-11-222.4204
2025-11-292.1147
2025-12-062.0772
2025-12-132.1380
2025-12-202.1273
2025-12-272.1318
2026-01-032.1374
2026-01-102.1022
2026-01-172.0696
2026-01-242.0617
2026-01-312.0892
2026-02-072.0959
2026-02-142.1001
2026-02-212.0897
2026-02-282.1215
2026-03-072.1746
2026-03-142.1536
2026-03-212.1970
2026-03-282.1418
2026-04-042.1154
2026-04-112.0726
2026-04-182.0613
2026-04-252.0674
2026-05-022.0758
2026-05-092.0671
2026-05-162.0219
2026-05-231.9863
2026-05-301.9861
2026-06-062.0133
2026-06-141.9792
2026-06-211.9593
2026-06-282.0463
2026-07-052.0440
2026-07-122.0206
2026-07-192.0618
2026-07-262.0368
2026-08-022.0704
2026-08-092.1289
2026-08-162.1893
2026-08-232.1728
2026-08-302.1806
2026-09-062.2271
2026-09-132.1874
2026-09-202.1594
2026-09-272.1368

High

2.4337

Low

1.9593

Average

2.1516

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.