Skip to content

BDT to CAD exchange rate API

Taka to Canadian Dollar · quoted 2026-09-25

0.01149

▲ +0.65% over 1Y

1 BDT = 0.01149 CAD · 1 CAD = 87.0549 BDT · Get this rate via the API

1 BDT buys 0.01149 CAD as of 2026-09-25, so 1 CAD buys 87.0549 BDT. Over the last year, BDT/CAD traded between 0.01107 and 0.01155, averaged 0.01132 and rose 0.65%. The API holds daily BDT/CAD rates from 2017-06-01 — 9 years of history — so any past day, or a whole series, is one request away.

BDT/CAD over 1Y

BDT/CAD over 1Y: show the values
PointBDT/CAD
2025-09-250.01141
2025-10-020.01145
2025-10-090.01146
2025-10-160.01154
2025-10-230.01143
2025-10-300.01146
2025-11-060.01155
2025-11-130.01146
2025-11-200.01149
2025-11-270.01149
2025-12-040.01142
2025-12-110.01131
2025-12-180.01128
2025-12-250.01119
2026-01-010.01121
2026-01-080.01134
2026-01-150.01137
2026-01-220.01128
2026-01-290.01107
2026-02-050.01119
2026-02-120.01109
2026-02-190.01120
2026-02-260.01121
2026-03-050.01114
2026-03-120.01109
2026-03-190.01116
2026-03-260.01126
2026-04-020.01131
2026-04-090.01127
2026-04-160.01118
2026-04-230.01112
2026-04-300.01114
2026-05-070.01110
2026-05-140.01118
2026-05-210.01120
2026-05-280.01128
2026-06-040.01132
2026-06-120.01138
2026-06-190.01153
2026-06-260.01154
2026-07-030.01153
2026-07-100.01149
2026-07-170.01137
2026-07-240.01141
2026-07-310.01139
2026-08-070.01131
2026-08-140.01130
2026-08-210.01124
2026-08-280.01125
2026-09-040.01123
2026-09-110.01123
2026-09-180.01141

High

0.01155

Low

0.01107

Average

0.01132

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/CAD API questions

How do I get the BDT/CAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/CAD rate in rates.CAD.

How far back does BDT/CAD historical data go?

Daily BDT/CAD rates are available from 2017-06-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BDT/CAD 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.