Skip to content

CHF to BHD exchange rate API

Swiss Franc to Bahraini Dinar · quoted 2026-09-25

0.45589

▲ +2.81% over 5Y

1 CHF = 0.45589 BHD · 1 BHD = 2.1935 CHF · Get this rate via the API

1 CHF buys 0.45589 BHD as of 2026-09-25, so 1 BHD buys 2.1935 CHF. Over the last 5 years, CHF/BHD traded between 0.41135 and 0.48699, averaged 0.45658 and rose 2.81%. The API holds daily CHF/BHD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/BHD over 5Y

CHF/BHD over 5Y: show the values
PointCHF/BHD
2024-08-240.44341
2024-10-010.44061
2024-10-310.43136
2024-11-300.42675
2024-12-300.41319
2025-01-290.41135
2025-02-280.41344
2025-03-300.42711
2025-04-290.45182
2025-05-290.45073
2025-06-280.47084
2025-07-280.46572
2025-08-270.46273
2025-09-260.47272
2025-10-260.47403
2025-11-250.46711
2025-12-250.47718
2026-01-240.48115
2026-02-230.48699
2026-03-250.48094
2026-04-240.48214
2026-05-240.48100
2026-06-230.46678
2026-07-230.46328
2026-08-220.46938
2026-09-210.46006

High

0.48699

Low

0.41135

Average

0.45658

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/BHD API questions

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

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

How far back does CHF/BHD historical data go?

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