BHD to CHF exchange rate API
Bahraini Dinar to Swiss Franc · quoted 2026-09-25
2.1942
▲ +4.19% over 1Y
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 last year, BHD/CHF traded between 2.0299 and 2.1942, averaged 2.1084 and rose 4.19%. 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 1Y: show the values
| Point | BHD/CHF |
|---|---|
| 2025-09-25 | 2.1060 |
| 2025-10-02 | 2.1046 |
| 2025-10-09 | 2.1215 |
| 2025-10-16 | 2.1131 |
| 2025-10-23 | 2.1113 |
| 2025-10-30 | 2.1264 |
| 2025-11-06 | 2.1375 |
| 2025-11-13 | 2.1052 |
| 2025-11-20 | 2.1360 |
| 2025-11-27 | 2.1325 |
| 2025-12-04 | 2.1183 |
| 2025-12-11 | 2.1083 |
| 2025-12-18 | 2.1036 |
| 2025-12-25 | 2.0957 |
| 2026-01-01 | 2.1010 |
| 2026-01-08 | 2.1106 |
| 2026-01-15 | 2.1200 |
| 2026-01-22 | 2.0982 |
| 2026-01-29 | 2.0299 |
| 2026-02-05 | 2.0546 |
| 2026-02-12 | 2.0372 |
| 2026-02-19 | 2.0530 |
| 2026-02-26 | 2.0466 |
| 2026-03-05 | 2.0624 |
| 2026-03-12 | 2.0649 |
| 2026-03-19 | 2.0924 |
| 2026-03-26 | 2.0906 |
| 2026-04-02 | 2.0904 |
| 2026-04-09 | 2.0872 |
| 2026-04-16 | 2.0714 |
| 2026-04-23 | 2.0731 |
| 2026-04-30 | 2.0741 |
| 2026-05-07 | 2.0554 |
| 2026-05-14 | 2.0677 |
| 2026-05-21 | 2.0852 |
| 2026-05-28 | 2.0872 |
| 2026-06-04 | 2.0835 |
| 2026-06-11 | 2.1141 |
| 2026-06-18 | 2.1277 |
| 2026-06-25 | 2.1515 |
| 2026-07-02 | 2.1357 |
| 2026-07-09 | 2.1352 |
| 2026-07-16 | 2.1346 |
| 2026-07-23 | 2.1585 |
| 2026-07-30 | 2.1497 |
| 2026-08-06 | 2.1424 |
| 2026-08-13 | 2.1501 |
| 2026-08-20 | 2.1140 |
| 2026-08-27 | 2.1303 |
| 2026-09-03 | 2.1390 |
| 2026-09-10 | 2.1484 |
| 2026-09-17 | 2.1817 |
| 2026-09-24 | 2.1904 |
High
2.1942
Low
2.0299
Average
2.1084
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.