Skip to content

CAD to BMD exchange rate API

Canadian Dollar to Bermudian Dollar · quoted 2026-09-25

0.70693

▼ +1.78% over 1Y

1 CAD = 0.70693 BMD · 1 BMD = 1.4146 CAD · Get this rate via the API

1 CAD buys 0.70693 BMD as of 2026-09-25, so 1 BMD buys 1.4146 CAD. Over the last year, CAD/BMD traded between 0.70247 and 0.73939, averaged 0.72040 and fell 1.78%. The API holds daily CAD/BMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/BMD over 1Y

CAD/BMD over 1Y: show the values
PointCAD/BMD
2025-09-250.71974
2025-10-020.71728
2025-10-090.71682
2025-10-160.71161
2025-10-230.71469
2025-10-300.71389
2025-11-060.70964
2025-11-130.71405
2025-11-200.71100
2025-11-270.71198
2025-12-040.71575
2025-12-120.72687
2025-12-190.72498
2025-12-260.73144
2026-01-020.72815
2026-01-090.72029
2026-01-160.71999
2026-01-230.72656
2026-01-300.73939
2026-02-060.73173
2026-02-130.73399
2026-02-200.73033
2026-02-270.73146
2026-03-060.73254
2026-03-130.72975
2026-03-200.72907
2026-03-270.72098
2026-04-030.71717
2026-04-100.72348
2026-04-170.73142
2026-04-240.73095
2026-05-010.73640
2026-05-080.73218
2026-05-160.72730
2026-05-240.72368
2026-05-310.72471
2026-06-090.71833
2026-06-160.71357
2026-06-230.70486
2026-06-300.70247
2026-07-070.70335
2026-07-140.70861
2026-07-210.71056
2026-07-280.70884
2026-08-040.71120
2026-08-110.71748
2026-08-180.72080
2026-08-260.72138
2026-09-020.71815
2026-09-090.72630
2026-09-160.71739
2026-09-230.70977

High

0.73939

Low

0.70247

Average

0.72040

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/BMD API questions

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

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

How far back does CAD/BMD historical data go?

Daily CAD/BMD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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