BHD to CHF exchange rate API
Bahraini Dinar to Swiss Franc · quoted 2026-09-25
2.1942
▲ +4.63% over YTD
1 BHD = 2.1942 CHF · 1 CHF = 0.45574 BHD · Get this rate via the API
1 BHD buys 2.1942 CHF as of 2026-09-25, so 1 CHF buys 0.45574 BHD. Over the year to date, BHD/CHF traded between 2.0302 and 2.1942, averaged 2.1037 and rose 4.63%. The API holds daily BHD/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BHD/CHF over YTD: show the values
| Point | BHD/CHF |
|---|---|
| 2025-12-31 | 2.0972 |
| 2026-01-07 | 2.1072 |
| 2026-01-14 | 2.1196 |
| 2026-01-21 | 2.0889 |
| 2026-01-28 | 2.0302 |
| 2026-02-04 | 2.0523 |
| 2026-02-11 | 2.0335 |
| 2026-02-18 | 2.0382 |
| 2026-02-25 | 2.0497 |
| 2026-03-04 | 2.0609 |
| 2026-03-11 | 2.0595 |
| 2026-03-18 | 2.0799 |
| 2026-03-25 | 2.0793 |
| 2026-04-01 | 2.0724 |
| 2026-04-08 | 2.0736 |
| 2026-04-15 | 2.0691 |
| 2026-04-22 | 2.0681 |
| 2026-04-29 | 2.0851 |
| 2026-05-06 | 2.0580 |
| 2026-05-13 | 2.0665 |
| 2026-05-20 | 2.0896 |
| 2026-05-27 | 2.0805 |
| 2026-06-03 | 2.0880 |
| 2026-06-10 | 2.1140 |
| 2026-06-17 | 2.0982 |
| 2026-06-24 | 2.1501 |
| 2026-07-01 | 2.1466 |
| 2026-07-08 | 2.1399 |
| 2026-07-15 | 2.1474 |
| 2026-07-22 | 2.1492 |
| 2026-07-29 | 2.1697 |
| 2026-08-05 | 2.1400 |
| 2026-08-12 | 2.1465 |
| 2026-08-19 | 2.1436 |
| 2026-08-26 | 2.1268 |
| 2026-09-02 | 2.1536 |
| 2026-09-09 | 2.1354 |
| 2026-09-16 | 2.1670 |
| 2026-09-23 | 2.1775 |
High
2.1942
Low
2.0302
Average
2.1037
Get this rate via the API
One GET request returns the BHD/CHF 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=BHD¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
BHD/CHF API questions
How do I get the BHD/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BHD/CHF rate in rates.CHF.
How far back does BHD/CHF historical data go?
Daily BHD/CHF 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 BHD/CHF 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.