Skip to content

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

BBD/ALL over YTD: show the values
PointBBD/ALL
2025-12-3141.1587
2026-01-0741.2993
2026-01-1441.4547
2026-01-2141.1264
2026-01-2840.3393
2026-02-0440.8647
2026-02-1140.4612
2026-02-1840.6284
2026-02-2540.8180
2026-03-0441.4999
2026-03-1141.3402
2026-03-1841.6272
2026-03-2541.3222
2026-04-0141.4830
2026-04-0841.3318
2026-04-1540.2571
2026-04-2240.3364
2026-04-2940.4974
2026-05-0640.6047
2026-05-1440.7729
2026-05-2141.0477
2026-05-2940.9864
2026-06-0541.0005
2026-06-1441.0160
2026-06-2141.1701
2026-06-2841.2777
2026-07-0541.0201
2026-07-1241.0623
2026-07-1940.9878
2026-07-2641.1732
2026-08-0240.5923
2026-08-0940.3203
2026-08-1640.1121
2026-08-2439.6284
2026-08-3139.7658
2026-09-0739.6599
2026-09-1439.5998
2026-09-2139.8860

High

41.6272

Low

39.5998

Average

40.7624

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=ALL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=ALL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.