BBD to SLL exchange rate API
Barbados Dollar to Leone · quoted 2026-09-25
11465.00
▲ +0.09% over YTD
1 BBD = 11465.00 SLL · 1 SLL = 0.000087 BBD · Get this rate via the API
1 BBD buys 11465.00 SLL as of 2026-09-25, so 1 SLL buys 0.000087 BBD. Over the year to date, BBD/SLL traded between 10390.91 and 12321.57, averaged 11314.94 and rose 0.09%. The API holds daily BBD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/SLL over YTD: show the values
| Point | BBD/SLL |
|---|---|
| 2025-12-31 | 11455.01 |
| 2026-01-07 | 11425.33 |
| 2026-01-14 | 11487.48 |
| 2026-01-21 | 11509.00 |
| 2026-01-28 | 11410.04 |
| 2026-02-04 | 11455.39 |
| 2026-02-11 | 11437.54 |
| 2026-02-18 | 11472.46 |
| 2026-02-25 | 11452.37 |
| 2026-03-04 | 11457.44 |
| 2026-03-11 | 11444.88 |
| 2026-03-18 | 11419.90 |
| 2026-03-25 | 11407.46 |
| 2026-04-01 | 11447.83 |
| 2026-04-08 | 11482.40 |
| 2026-04-19 | 10393.83 |
| 2026-04-26 | 10428.26 |
| 2026-05-03 | 10409.07 |
| 2026-05-10 | 10439.17 |
| 2026-05-18 | 10390.91 |
| 2026-05-26 | 11429.95 |
| 2026-06-02 | 12321.57 |
| 2026-06-11 | 11412.46 |
| 2026-06-18 | 11415.00 |
| 2026-06-25 | 11424.90 |
| 2026-07-02 | 10408.11 |
| 2026-07-09 | 11442.50 |
| 2026-07-16 | 11425.00 |
| 2026-07-23 | 11472.22 |
| 2026-07-30 | 11440.10 |
| 2026-08-06 | 11454.84 |
| 2026-08-13 | 11803.82 |
| 2026-08-21 | 11450.02 |
| 2026-08-28 | 11455.01 |
| 2026-09-04 | 12287.96 |
| 2026-09-11 | 11470.73 |
| 2026-09-18 | 10412.64 |
| 2026-09-25 | 11465.00 |
High
12321.57
Low
10390.91
Average
11314.94
Get this rate via the API
One GET request returns the BBD/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/SLL API questions
How do I get the BBD/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/SLL rate in rates.SLL.
How far back does BBD/SLL historical data go?
Daily BBD/SLL 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/SLL 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.