BBD to ETB exchange rate API
Barbados Dollar to Ethiopian Birr · quoted 2026-09-27
81.0195
▼ +0.70% over 30D
1 BBD = 81.0195 ETB · 1 ETB = 0.01234 BBD · Get this rate via the API
1 BBD buys 81.0195 ETB as of 2026-09-27, so 1 ETB buys 0.01234 BBD. Over the last 30 days, BBD/ETB traded between 79.9340 and 82.0870, averaged 80.9390 and fell 0.70%. The API holds daily BBD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/ETB over 30D: show the values
| Point | BBD/ETB |
|---|---|
| 2026-08-28 | 81.5915 |
| 2026-08-29 | 80.2506 |
| 2026-08-30 | 80.2498 |
| 2026-08-31 | 82.0870 |
| 2026-09-01 | 81.0178 |
| 2026-09-02 | 81.0830 |
| 2026-09-03 | 81.3455 |
| 2026-09-04 | 80.7007 |
| 2026-09-05 | 80.7236 |
| 2026-09-06 | 80.5197 |
| 2026-09-07 | 81.1971 |
| 2026-09-08 | 80.9796 |
| 2026-09-09 | 80.8043 |
| 2026-09-10 | 81.4687 |
| 2026-09-11 | 80.5947 |
| 2026-09-12 | 80.5421 |
| 2026-09-13 | 80.6125 |
| 2026-09-14 | 80.6782 |
| 2026-09-15 | 80.6987 |
| 2026-09-16 | 81.0408 |
| 2026-09-17 | 81.1008 |
| 2026-09-18 | 79.9340 |
| 2026-09-19 | 80.3032 |
| 2026-09-20 | 80.3087 |
| 2026-09-21 | 81.6084 |
| 2026-09-22 | 81.3880 |
| 2026-09-23 | 80.8723 |
| 2026-09-24 | 81.7924 |
| 2026-09-25 | 81.5259 |
| 2026-09-26 | 80.9900 |
| 2026-09-27 | 81.0195 |
High
82.0870
Low
79.9340
Average
80.9390
Get this rate via the API
One GET request returns the BBD/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=BBD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/ETB API questions
How do I get the BBD/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/ETB rate in rates.ETB.
How far back does BBD/ETB historical data go?
Daily BBD/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 BBD/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.