Skip to content

BBD to LSL exchange rate API

Barbados Dollar to Loti · quoted 2026-09-24

8.1902

▼ +5.07% over 1Y

1 BBD = 8.1902 LSL · 1 LSL = 0.12210 BBD · Get this rate via the API

1 BBD buys 8.1902 LSL as of 2026-09-24, so 1 LSL buys 0.12210 BBD. Over the last year, BBD/LSL traded between 7.8702 and 8.7748, averaged 8.2820 and fell 5.07%. The API holds daily BBD/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/LSL over 1Y

BBD/LSL over 1Y: show the values
PointBBD/LSL
2025-09-248.6281
2025-10-018.6331
2025-10-088.6270
2025-10-158.6757
2025-10-228.7052
2025-10-298.5753
2025-11-058.7748
2025-11-128.5834
2025-11-198.6024
2025-11-268.5921
2025-12-038.5496
2025-12-118.4763
2025-12-188.3920
2025-12-258.3313
2026-01-018.2631
2026-01-088.2288
2026-01-158.2020
2026-01-228.1299
2026-01-297.8702
2026-02-058.0447
2026-02-127.8843
2026-02-198.0161
2026-02-267.9270
2026-03-058.1831
2026-03-128.3114
2026-03-198.4633
2026-03-268.5043
2026-04-028.4816
2026-04-098.2546
2026-04-168.1467
2026-04-238.1614
2026-04-308.3733
2026-05-078.1812
2026-05-158.1499
2026-05-238.2288
2026-05-308.1176
2026-06-068.2821
2026-06-158.0754
2026-06-228.2195
2026-06-298.2354
2026-07-068.1269
2026-07-138.1966
2026-07-208.2584
2026-07-278.3616
2026-08-038.2393
2026-08-108.0812
2026-08-178.0897
2026-08-258.0054
2026-09-018.0571
2026-09-087.9964
2026-09-158.1378
2026-09-228.1253

High

8.7748

Low

7.8702

Average

8.2820

For developers

Get this rate via the API

One GET request returns the BBD/LSL 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=LSL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=LSL");
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=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/LSL API questions

How do I get the BBD/LSL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/LSL rate in rates.LSL.

How far back does BBD/LSL historical data go?

Daily BBD/LSL 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/LSL 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.