Skip to content

CHF to BSD exchange rate API

Swiss Franc to Bahamian Dollar · quoted 2026-09-24

1.2079

▼ +4.09% over 1Y

1 CHF = 1.2079 BSD · 1 BSD = 0.82791 CHF · Get this rate via the API

1 CHF buys 1.2079 BSD as of 2026-09-24, so 1 BSD buys 0.82791 CHF. Over the last year, CHF/BSD traded between 1.2079 and 1.3034, averaged 1.2560 and fell 4.09%. The API holds daily CHF/BSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/BSD over 1Y

CHF/BSD over 1Y: show the values
PointCHF/BSD
2025-09-241.2593
2025-10-011.2519
2025-10-081.2495
2025-10-151.2490
2025-10-221.2556
2025-10-291.2541
2025-11-051.2348
2025-11-121.2515
2025-11-191.2476
2025-11-261.2394
2025-12-031.2498
2025-12-111.2551
2025-12-181.2579
2025-12-251.2691
2026-01-011.2616
2026-01-081.2538
2026-01-151.2480
2026-01-221.2610
2026-01-291.3034
2026-02-051.2879
2026-02-121.3017
2026-02-191.2888
2026-02-261.2926
2026-03-051.2818
2026-03-121.2790
2026-03-191.2596
2026-03-261.2610
2026-04-021.2510
2026-04-091.2637
2026-04-161.2732
2026-04-231.2786
2026-04-301.2737
2026-05-071.2898
2026-05-151.2775
2026-05-231.2741
2026-05-301.2804
2026-06-061.2564
2026-06-151.2600
2026-06-221.2375
2026-06-291.2368
2026-07-061.2406
2026-07-131.2346
2026-07-201.2371
2026-07-271.2267
2026-08-031.2377
2026-08-101.2372
2026-08-171.2347
2026-08-251.2458
2026-09-011.2338
2026-09-081.2323
2026-09-151.2222
2026-09-221.2204

High

1.3034

Low

1.2079

Average

1.2560

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BSD API questions

How do I get the CHF/BSD exchange rate from an API?

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

How far back does CHF/BSD historical data go?

Daily CHF/BSD 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/BSD 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.