BBD to ALL exchange rate API
Barbados Dollar to Lek · quoted 2026-09-24
40.2036
▼ +2.32% over YTD
1 BBD = 40.2036 ALL · 1 ALL = 0.02487 BBD · Get this rate via the API
1 BBD buys 40.2036 ALL as of 2026-09-24, so 1 ALL buys 0.02487 BBD. Over the year to date, BBD/ALL traded between 39.5998 and 41.6272, averaged 40.7624 and fell 2.32%. The API holds daily BBD/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/ALL over YTD: show the values
| Point | BBD/ALL |
|---|---|
| 2025-12-31 | 41.1587 |
| 2026-01-07 | 41.2993 |
| 2026-01-14 | 41.4547 |
| 2026-01-21 | 41.1264 |
| 2026-01-28 | 40.3393 |
| 2026-02-04 | 40.8647 |
| 2026-02-11 | 40.4612 |
| 2026-02-18 | 40.6284 |
| 2026-02-25 | 40.8180 |
| 2026-03-04 | 41.4999 |
| 2026-03-11 | 41.3402 |
| 2026-03-18 | 41.6272 |
| 2026-03-25 | 41.3222 |
| 2026-04-01 | 41.4830 |
| 2026-04-08 | 41.3318 |
| 2026-04-15 | 40.2571 |
| 2026-04-22 | 40.3364 |
| 2026-04-29 | 40.4974 |
| 2026-05-06 | 40.6047 |
| 2026-05-14 | 40.7729 |
| 2026-05-21 | 41.0477 |
| 2026-05-29 | 40.9864 |
| 2026-06-05 | 41.0005 |
| 2026-06-14 | 41.0160 |
| 2026-06-21 | 41.1701 |
| 2026-06-28 | 41.2777 |
| 2026-07-05 | 41.0201 |
| 2026-07-12 | 41.0623 |
| 2026-07-19 | 40.9878 |
| 2026-07-26 | 41.1732 |
| 2026-08-02 | 40.5923 |
| 2026-08-09 | 40.3203 |
| 2026-08-16 | 40.1121 |
| 2026-08-24 | 39.6284 |
| 2026-08-31 | 39.7658 |
| 2026-09-07 | 39.6599 |
| 2026-09-14 | 39.5998 |
| 2026-09-21 | 39.8860 |
High
41.6272
Low
39.5998
Average
40.7624
Get this rate via the API
One GET request returns the BBD/ALL 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=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ALL").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/ALL API questions
How do I get the BBD/ALL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/ALL rate in rates.ALL.
How far back does BBD/ALL historical data go?
Daily BBD/ALL 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/ALL 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.