Skip to content

BHD to ETB exchange rate API

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

428.8109

▲ +46.75% over 5Y

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 last 5 years, BHD/ETB traded between 292.2059 and 429.6711, averaged 379.5264 and rose 46.75%. 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 5Y

BHD/ETB over 5Y: show the values
PointBHD/ETB
2024-08-24292.2059
2024-10-07322.3523
2024-11-06323.8264
2024-12-06335.4701
2025-01-05340.2613
2025-02-04341.8551
2025-03-06343.0513
2025-04-06348.5018
2025-05-06358.6785
2025-06-07357.3683
2025-07-07363.4716
2025-08-06364.7549
2025-09-05383.0472
2025-10-06383.0077
2025-11-05403.8495
2025-12-05411.7211
2026-01-05412.0390
2026-02-04411.2680
2026-03-06409.8791
2026-04-05414.8988
2026-05-05414.4552
2026-06-06422.3389
2026-07-08423.8540
2026-08-07427.0472
2026-09-07429.6711

High

429.6711

Low

292.2059

Average

379.5264

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.