Skip to content

BBD to ALL exchange rate API

Barbados Dollar to Lek · quoted 2026-09-24

40.2036

▼ +2.10% over 1Y

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 last year, BBD/ALL traded between 39.6422 and 42.0407, averaged 40.9621 and fell 2.10%. 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 1Y

BBD/ALL over 1Y: show the values
PointBBD/ALL
2025-09-2441.0674
2025-10-0141.2111
2025-10-0841.5343
2025-10-1541.5966
2025-10-2241.5941
2025-10-2941.5316
2025-11-0542.0407
2025-11-1241.7590
2025-11-1941.6860
2025-11-2641.7647
2025-12-0341.5274
2025-12-1141.3761
2025-12-1841.1340
2025-12-2540.9296
2026-01-0141.1875
2026-01-0841.3359
2026-01-1541.4513
2026-01-2241.2514
2026-01-2940.4627
2026-02-0540.9448
2026-02-1240.2206
2026-02-1940.8330
2026-02-2640.7830
2026-03-0541.3421
2026-03-1241.6908
2026-03-1941.7110
2026-03-2641.4679
2026-04-0241.5040
2026-04-0940.9672
2026-04-1640.3253
2026-04-2340.3397
2026-04-3040.6251
2026-05-0740.2628
2026-05-1540.4953
2026-05-2341.1217
2026-05-3040.9319
2026-06-0641.2421
2026-06-1541.0294
2026-06-2241.1773
2026-06-2941.3128
2026-07-0640.9858
2026-07-1341.1128
2026-07-2041.0067
2026-07-2741.1696
2026-08-0340.5440
2026-08-1040.3255
2026-08-1740.0926
2026-08-2539.6682
2026-09-0139.8197
2026-09-0839.6422
2026-09-1539.7721
2026-09-2239.8772

High

42.0407

Low

39.6422

Average

40.9621

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.