BBD to ETB exchange rate API
Barbados Dollar to Ethiopian Birr · quoted 2026-09-27
81.0195
▲ +12.24% over 1Y
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 year, BBD/ETB traded between 72.1852 and 81.5915, averaged 78.2774 and rose 12.24%. 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 1Y: show the values
| Point | BBD/ETB |
|---|---|
| 2025-09-27 | 72.1852 |
| 2025-10-04 | 72.2492 |
| 2025-10-11 | 73.5230 |
| 2025-10-18 | 73.9981 |
| 2025-10-25 | 75.8078 |
| 2025-11-01 | 76.7990 |
| 2025-11-08 | 77.1504 |
| 2025-11-15 | 76.8224 |
| 2025-11-22 | 77.1486 |
| 2025-11-29 | 76.8486 |
| 2025-12-06 | 77.6533 |
| 2025-12-14 | 77.8006 |
| 2025-12-21 | 77.6602 |
| 2025-12-28 | 77.8030 |
| 2026-01-04 | 77.5990 |
| 2026-01-11 | 77.6734 |
| 2026-01-18 | 77.8076 |
| 2026-01-25 | 77.8383 |
| 2026-02-01 | 77.7078 |
| 2026-02-08 | 77.5035 |
| 2026-02-15 | 77.7188 |
| 2026-02-22 | 77.7020 |
| 2026-03-01 | 78.0548 |
| 2026-03-08 | 78.0500 |
| 2026-03-15 | 78.2770 |
| 2026-03-22 | 78.6332 |
| 2026-03-29 | 78.3104 |
| 2026-04-05 | 78.2261 |
| 2026-04-12 | 77.9082 |
| 2026-04-19 | 77.5254 |
| 2026-04-26 | 76.7536 |
| 2026-05-03 | 77.9336 |
| 2026-05-10 | 77.5248 |
| 2026-05-18 | 77.5236 |
| 2026-05-26 | 80.3604 |
| 2026-06-02 | 79.0492 |
| 2026-06-11 | 80.3693 |
| 2026-06-18 | 80.4741 |
| 2026-06-25 | 80.3205 |
| 2026-07-02 | 78.9932 |
| 2026-07-09 | 80.3494 |
| 2026-07-16 | 80.2815 |
| 2026-07-23 | 80.4814 |
| 2026-07-30 | 80.1984 |
| 2026-08-06 | 80.4862 |
| 2026-08-13 | 80.7626 |
| 2026-08-21 | 81.4882 |
| 2026-08-28 | 81.5915 |
| 2026-09-04 | 80.7007 |
| 2026-09-11 | 80.5947 |
| 2026-09-18 | 79.9340 |
| 2026-09-25 | 81.5259 |
High
81.5915
Low
72.1852
Average
78.2774
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.