CHF to BMD exchange rate API
Swiss Franc to Bermudian Dollar · quoted 2026-09-24
1.2079
▼ +4.09% over 1Y
1 CHF = 1.2079 BMD · 1 BMD = 0.82791 CHF · Get this rate via the API
1 CHF buys 1.2079 BMD as of 2026-09-24, so 1 BMD buys 0.82791 CHF. Over the last year, CHF/BMD traded between 1.2079 and 1.3034, averaged 1.2558 and fell 4.09%. The API holds daily CHF/BMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/BMD over 1Y: show the values
| Point | CHF/BMD |
|---|---|
| 2025-09-24 | 1.2593 |
| 2025-10-01 | 1.2519 |
| 2025-10-08 | 1.2495 |
| 2025-10-15 | 1.2490 |
| 2025-10-22 | 1.2556 |
| 2025-10-29 | 1.2541 |
| 2025-11-05 | 1.2348 |
| 2025-11-12 | 1.2515 |
| 2025-11-19 | 1.2476 |
| 2025-11-26 | 1.2394 |
| 2025-12-03 | 1.2498 |
| 2025-12-11 | 1.2551 |
| 2025-12-18 | 1.2579 |
| 2025-12-25 | 1.2691 |
| 2026-01-01 | 1.2616 |
| 2026-01-08 | 1.2538 |
| 2026-01-15 | 1.2480 |
| 2026-01-22 | 1.2610 |
| 2026-01-29 | 1.3034 |
| 2026-02-05 | 1.2879 |
| 2026-02-12 | 1.2988 |
| 2026-02-19 | 1.2888 |
| 2026-02-26 | 1.2926 |
| 2026-03-05 | 1.2818 |
| 2026-03-12 | 1.2790 |
| 2026-03-19 | 1.2596 |
| 2026-03-26 | 1.2610 |
| 2026-04-02 | 1.2510 |
| 2026-04-09 | 1.2646 |
| 2026-04-16 | 1.2765 |
| 2026-04-23 | 1.2743 |
| 2026-04-30 | 1.2733 |
| 2026-05-07 | 1.2854 |
| 2026-05-15 | 1.2717 |
| 2026-05-23 | 1.2741 |
| 2026-05-30 | 1.2804 |
| 2026-06-06 | 1.2564 |
| 2026-06-15 | 1.2600 |
| 2026-06-22 | 1.2375 |
| 2026-06-29 | 1.2368 |
| 2026-07-06 | 1.2406 |
| 2026-07-13 | 1.2346 |
| 2026-07-20 | 1.2371 |
| 2026-07-27 | 1.2267 |
| 2026-08-03 | 1.2377 |
| 2026-08-10 | 1.2372 |
| 2026-08-17 | 1.2347 |
| 2026-08-25 | 1.2458 |
| 2026-09-01 | 1.2338 |
| 2026-09-08 | 1.2323 |
| 2026-09-15 | 1.2222 |
| 2026-09-22 | 1.2204 |
High
1.3034
Low
1.2079
Average
1.2558
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=BMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BMD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/BMD API questions
How do I get the CHF/BMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/BMD rate in rates.BMD.
How far back does CHF/BMD historical data go?
Daily CHF/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 CHF/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.