Skip to content

BHD to ETB exchange rate API

Bahraini Dinar to Ethiopian Birr · quoted 2026-09-27

428.8109

▲ +4.14% over YTD

1 BHD = 428.8109 ETB · 1 ETB = 0.002332 BHD · Get this rate via the API

1 BHD buys 428.8109 ETB as of 2026-09-27, so 1 ETB buys 0.002332 BHD. Over the year to date, BHD/ETB traded between 409.4042 and 434.3800, averaged 418.7583 and rose 4.14%. The API holds daily BHD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BHD/ETB over YTD

BHD/ETB over YTD: show the values
PointBHD/ETB
2025-12-31411.7692
2026-01-07410.3994
2026-01-14411.9651
2026-01-21412.8239
2026-01-28409.4042
2026-02-04411.2680
2026-02-11410.9560
2026-02-18411.0662
2026-02-25409.9266
2026-03-04410.1639
2026-03-11411.6625
2026-03-18411.9000
2026-03-25411.9419
2026-04-01410.8274
2026-04-08414.5688
2026-04-15412.9961
2026-04-22413.4774
2026-04-29415.9048
2026-05-06414.7957
2026-05-14416.4132
2026-05-21417.4974
2026-05-29423.8426
2026-06-05425.6874
2026-06-14421.8327
2026-06-21422.2989
2026-06-28420.6454
2026-07-05423.5170
2026-07-12422.4124
2026-07-19427.6782
2026-07-26424.6855
2026-08-02422.6389
2026-08-09424.9729
2026-08-16429.3933
2026-08-24428.5467
2026-08-31434.3800
2026-09-07429.6711
2026-09-14426.9255
2026-09-21431.9046

High

434.3800

Low

409.4042

Average

418.7583

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BHD/ETB API questions

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

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

How far back does BHD/ETB historical data go?

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