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: show the values
| Point | BBD/LSL |
|---|---|
| 2025-09-24 | 8.6281 |
| 2025-10-01 | 8.6331 |
| 2025-10-08 | 8.6270 |
| 2025-10-15 | 8.6757 |
| 2025-10-22 | 8.7052 |
| 2025-10-29 | 8.5753 |
| 2025-11-05 | 8.7748 |
| 2025-11-12 | 8.5834 |
| 2025-11-19 | 8.6024 |
| 2025-11-26 | 8.5921 |
| 2025-12-03 | 8.5496 |
| 2025-12-11 | 8.4763 |
| 2025-12-18 | 8.3920 |
| 2025-12-25 | 8.3313 |
| 2026-01-01 | 8.2631 |
| 2026-01-08 | 8.2288 |
| 2026-01-15 | 8.2020 |
| 2026-01-22 | 8.1299 |
| 2026-01-29 | 7.8702 |
| 2026-02-05 | 8.0447 |
| 2026-02-12 | 7.8843 |
| 2026-02-19 | 8.0161 |
| 2026-02-26 | 7.9270 |
| 2026-03-05 | 8.1831 |
| 2026-03-12 | 8.3114 |
| 2026-03-19 | 8.4633 |
| 2026-03-26 | 8.5043 |
| 2026-04-02 | 8.4816 |
| 2026-04-09 | 8.2546 |
| 2026-04-16 | 8.1467 |
| 2026-04-23 | 8.1614 |
| 2026-04-30 | 8.3733 |
| 2026-05-07 | 8.1812 |
| 2026-05-15 | 8.1499 |
| 2026-05-23 | 8.2288 |
| 2026-05-30 | 8.1176 |
| 2026-06-06 | 8.2821 |
| 2026-06-15 | 8.0754 |
| 2026-06-22 | 8.2195 |
| 2026-06-29 | 8.2354 |
| 2026-07-06 | 8.1269 |
| 2026-07-13 | 8.1966 |
| 2026-07-20 | 8.2584 |
| 2026-07-27 | 8.3616 |
| 2026-08-03 | 8.2393 |
| 2026-08-10 | 8.0812 |
| 2026-08-17 | 8.0897 |
| 2026-08-25 | 8.0054 |
| 2026-09-01 | 8.0571 |
| 2026-09-08 | 7.9964 |
| 2026-09-15 | 8.1378 |
| 2026-09-22 | 8.1253 |
High
8.7748
Low
7.8702
Average
8.2820
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.