Skip to content

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

BHD/CHF over 1Y: show the values
PointBHD/CHF
2025-09-252.1060
2025-10-022.1046
2025-10-092.1215
2025-10-162.1131
2025-10-232.1113
2025-10-302.1264
2025-11-062.1375
2025-11-132.1052
2025-11-202.1360
2025-11-272.1325
2025-12-042.1183
2025-12-112.1083
2025-12-182.1036
2025-12-252.0957
2026-01-012.1010
2026-01-082.1106
2026-01-152.1200
2026-01-222.0982
2026-01-292.0299
2026-02-052.0546
2026-02-122.0372
2026-02-192.0530
2026-02-262.0466
2026-03-052.0624
2026-03-122.0649
2026-03-192.0924
2026-03-262.0906
2026-04-022.0904
2026-04-092.0872
2026-04-162.0714
2026-04-232.0731
2026-04-302.0741
2026-05-072.0554
2026-05-142.0677
2026-05-212.0852
2026-05-282.0872
2026-06-042.0835
2026-06-112.1141
2026-06-182.1277
2026-06-252.1515
2026-07-022.1357
2026-07-092.1352
2026-07-162.1346
2026-07-232.1585
2026-07-302.1497
2026-08-062.1424
2026-08-132.1501
2026-08-202.1140
2026-08-272.1303
2026-09-032.1390
2026-09-102.1484
2026-09-172.1817
2026-09-242.1904

High

2.1942

Low

2.0299

Average

2.1084

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.