BSD to ETB exchange rate API
Bahamian Dollar to Ethiopian Birr · quoted 2026-09-26
161.9801
▲ +4.18% over 6M
1 BSD = 161.9801 ETB · 1 ETB = 0.006174 BSD · Get this rate via the API
1 BSD buys 161.9801 ETB as of 2026-09-26, so 1 ETB buys 0.006174 BSD. Over the last 6 months, BSD/ETB traded between 154.5959 and 161.9801, averaged 159.2806 and rose 4.18%. The API holds daily BSD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/ETB over 6M: show the values
| Point | BSD/ETB |
|---|---|
| 2026-03-30 | 155.4831 |
| 2026-04-06 | 155.8013 |
| 2026-04-13 | 156.9139 |
| 2026-04-20 | 156.1333 |
| 2026-04-27 | 154.5959 |
| 2026-05-04 | 156.9646 |
| 2026-05-11 | 156.1435 |
| 2026-05-19 | 157.4653 |
| 2026-05-27 | 160.7255 |
| 2026-06-03 | 159.5563 |
| 2026-06-12 | 159.3759 |
| 2026-06-19 | 158.7591 |
| 2026-06-26 | 158.0657 |
| 2026-07-03 | 159.9476 |
| 2026-07-10 | 160.9613 |
| 2026-07-17 | 161.3176 |
| 2026-07-24 | 160.0434 |
| 2026-07-31 | 160.6669 |
| 2026-08-07 | 161.4060 |
| 2026-08-14 | 161.4533 |
| 2026-08-22 | 161.1977 |
| 2026-08-29 | 160.5012 |
| 2026-09-05 | 161.4472 |
| 2026-09-12 | 161.0842 |
| 2026-09-19 | 160.6065 |
| 2026-09-26 | 161.9801 |
High
161.9801
Low
154.5959
Average
159.2806
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/ETB API questions
How do I get the BSD/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/ETB rate in rates.ETB.
How far back does BSD/ETB historical data go?
Daily BSD/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 BSD/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.