BBD to SLL exchange rate API
Barbados Dollar to Leone · quoted 2026-09-25
11465.00
▲ +0.64% over 1Y
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 last year, BBD/SLL traded between 10386.32 and 12240.77, averaged 11379.12 and rose 0.64%. 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 1Y: show the values
| Point | BBD/SLL |
|---|---|
| 2025-09-25 | 11392.54 |
| 2025-10-02 | 11399.96 |
| 2025-10-09 | 11382.51 |
| 2025-10-16 | 11382.57 |
| 2025-10-23 | 11345.09 |
| 2025-10-30 | 11347.44 |
| 2025-11-06 | 11345.07 |
| 2025-11-13 | 11337.56 |
| 2025-11-20 | 11447.45 |
| 2025-11-27 | 11455.01 |
| 2025-12-04 | 11407.47 |
| 2025-12-12 | 11517.64 |
| 2025-12-19 | 11480.01 |
| 2025-12-26 | 11462.56 |
| 2026-01-02 | 11412.45 |
| 2026-01-09 | 11427.53 |
| 2026-01-16 | 11427.63 |
| 2026-01-23 | 11479.99 |
| 2026-01-30 | 11443.14 |
| 2026-02-06 | 11488.21 |
| 2026-02-13 | 11437.68 |
| 2026-02-20 | 11474.95 |
| 2026-02-27 | 11455.21 |
| 2026-03-06 | 11470.00 |
| 2026-03-13 | 11449.99 |
| 2026-03-20 | 11409.86 |
| 2026-03-27 | 11440.08 |
| 2026-04-03 | 11454.99 |
| 2026-04-14 | 10421.53 |
| 2026-04-21 | 10422.21 |
| 2026-04-28 | 10386.32 |
| 2026-05-05 | 10410.03 |
| 2026-05-12 | 11430.12 |
| 2026-05-20 | 11435.20 |
| 2026-05-28 | 11422.42 |
| 2026-06-04 | 11415.01 |
| 2026-06-13 | 11409.97 |
| 2026-06-20 | 11422.56 |
| 2026-06-27 | 11410.15 |
| 2026-07-04 | 11420.04 |
| 2026-07-11 | 11442.45 |
| 2026-07-18 | 11440.03 |
| 2026-07-25 | 11833.94 |
| 2026-08-01 | 11450.02 |
| 2026-08-08 | 11540.15 |
| 2026-08-15 | 11456.52 |
| 2026-08-23 | 12240.77 |
| 2026-08-30 | 11466.80 |
| 2026-09-06 | 11460.99 |
| 2026-09-13 | 11470.00 |
| 2026-09-20 | 11467.56 |
High
12240.77
Low
10386.32
Average
11379.12
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.