Skip to content

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

BHD/CHF over YTD: show the values
PointBHD/CHF
2025-12-312.0972
2026-01-072.1072
2026-01-142.1196
2026-01-212.0889
2026-01-282.0302
2026-02-042.0523
2026-02-112.0335
2026-02-182.0382
2026-02-252.0497
2026-03-042.0609
2026-03-112.0595
2026-03-182.0799
2026-03-252.0793
2026-04-012.0724
2026-04-082.0736
2026-04-152.0691
2026-04-222.0681
2026-04-292.0851
2026-05-062.0580
2026-05-132.0665
2026-05-202.0896
2026-05-272.0805
2026-06-032.0880
2026-06-102.1140
2026-06-172.0982
2026-06-242.1501
2026-07-012.1466
2026-07-082.1399
2026-07-152.1474
2026-07-222.1492
2026-07-292.1697
2026-08-052.1400
2026-08-122.1465
2026-08-192.1436
2026-08-262.1268
2026-09-022.1536
2026-09-092.1354
2026-09-162.1670
2026-09-232.1775

High

2.1942

Low

2.0302

Average

2.1037

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD&currencies=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&currencies=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.