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: show the values
| Point | BHD/ETB |
|---|---|
| 2025-12-31 | 411.7692 |
| 2026-01-07 | 410.3994 |
| 2026-01-14 | 411.9651 |
| 2026-01-21 | 412.8239 |
| 2026-01-28 | 409.4042 |
| 2026-02-04 | 411.2680 |
| 2026-02-11 | 410.9560 |
| 2026-02-18 | 411.0662 |
| 2026-02-25 | 409.9266 |
| 2026-03-04 | 410.1639 |
| 2026-03-11 | 411.6625 |
| 2026-03-18 | 411.9000 |
| 2026-03-25 | 411.9419 |
| 2026-04-01 | 410.8274 |
| 2026-04-08 | 414.5688 |
| 2026-04-15 | 412.9961 |
| 2026-04-22 | 413.4774 |
| 2026-04-29 | 415.9048 |
| 2026-05-06 | 414.7957 |
| 2026-05-14 | 416.4132 |
| 2026-05-21 | 417.4974 |
| 2026-05-29 | 423.8426 |
| 2026-06-05 | 425.6874 |
| 2026-06-14 | 421.8327 |
| 2026-06-21 | 422.2989 |
| 2026-06-28 | 420.6454 |
| 2026-07-05 | 423.5170 |
| 2026-07-12 | 422.4124 |
| 2026-07-19 | 427.6782 |
| 2026-07-26 | 424.6855 |
| 2026-08-02 | 422.6389 |
| 2026-08-09 | 424.9729 |
| 2026-08-16 | 429.3933 |
| 2026-08-24 | 428.5467 |
| 2026-08-31 | 434.3800 |
| 2026-09-07 | 429.6711 |
| 2026-09-14 | 426.9255 |
| 2026-09-21 | 431.9046 |
High
434.3800
Low
409.4042
Average
418.7583
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BHD¤cies=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¤cies=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.