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: show the values
| Point | CAD/BMD |
|---|---|
| 2025-09-25 | 0.71974 |
| 2025-10-02 | 0.71728 |
| 2025-10-09 | 0.71682 |
| 2025-10-16 | 0.71161 |
| 2025-10-23 | 0.71469 |
| 2025-10-30 | 0.71389 |
| 2025-11-06 | 0.70964 |
| 2025-11-13 | 0.71405 |
| 2025-11-20 | 0.71100 |
| 2025-11-27 | 0.71198 |
| 2025-12-04 | 0.71575 |
| 2025-12-12 | 0.72687 |
| 2025-12-19 | 0.72498 |
| 2025-12-26 | 0.73144 |
| 2026-01-02 | 0.72815 |
| 2026-01-09 | 0.72029 |
| 2026-01-16 | 0.71999 |
| 2026-01-23 | 0.72656 |
| 2026-01-30 | 0.73939 |
| 2026-02-06 | 0.73173 |
| 2026-02-13 | 0.73399 |
| 2026-02-20 | 0.73033 |
| 2026-02-27 | 0.73146 |
| 2026-03-06 | 0.73254 |
| 2026-03-13 | 0.72975 |
| 2026-03-20 | 0.72907 |
| 2026-03-27 | 0.72098 |
| 2026-04-03 | 0.71717 |
| 2026-04-10 | 0.72348 |
| 2026-04-17 | 0.73142 |
| 2026-04-24 | 0.73095 |
| 2026-05-01 | 0.73640 |
| 2026-05-08 | 0.73218 |
| 2026-05-16 | 0.72730 |
| 2026-05-24 | 0.72368 |
| 2026-05-31 | 0.72471 |
| 2026-06-09 | 0.71833 |
| 2026-06-16 | 0.71357 |
| 2026-06-23 | 0.70486 |
| 2026-06-30 | 0.70247 |
| 2026-07-07 | 0.70335 |
| 2026-07-14 | 0.70861 |
| 2026-07-21 | 0.71056 |
| 2026-07-28 | 0.70884 |
| 2026-08-04 | 0.71120 |
| 2026-08-11 | 0.71748 |
| 2026-08-18 | 0.72080 |
| 2026-08-26 | 0.72138 |
| 2026-09-02 | 0.71815 |
| 2026-09-09 | 0.72630 |
| 2026-09-16 | 0.71739 |
| 2026-09-23 | 0.70977 |
High
0.73939
Low
0.70247
Average
0.72040
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.