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: show the values
| Point | BHD/ETB |
|---|---|
| 2024-08-24 | 292.2059 |
| 2024-10-07 | 322.3523 |
| 2024-11-06 | 323.8264 |
| 2024-12-06 | 335.4701 |
| 2025-01-05 | 340.2613 |
| 2025-02-04 | 341.8551 |
| 2025-03-06 | 343.0513 |
| 2025-04-06 | 348.5018 |
| 2025-05-06 | 358.6785 |
| 2025-06-07 | 357.3683 |
| 2025-07-07 | 363.4716 |
| 2025-08-06 | 364.7549 |
| 2025-09-05 | 383.0472 |
| 2025-10-06 | 383.0077 |
| 2025-11-05 | 403.8495 |
| 2025-12-05 | 411.7211 |
| 2026-01-05 | 412.0390 |
| 2026-02-04 | 411.2680 |
| 2026-03-06 | 409.8791 |
| 2026-04-05 | 414.8988 |
| 2026-05-05 | 414.4552 |
| 2026-06-06 | 422.3389 |
| 2026-07-08 | 423.8540 |
| 2026-08-07 | 427.0472 |
| 2026-09-07 | 429.6711 |
High
429.6711
Low
292.2059
Average
379.5264
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.