BSD to SLL exchange rate API
Bahamian Dollar to Leone · quoted 2026-09-26
22930.00
▲ +0.64% over 1Y
1 BSD = 22930.00 SLL · 1 SLL = 0.000044 BSD · Get this rate via the API
1 BSD buys 22930.00 SLL as of 2026-09-26, so 1 SLL buys 0.000044 BSD. Over the last year, BSD/SLL traded between 20942.85 and 24324.98, averaged 22746.44 and rose 0.64%. The API holds daily BSD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BSD/SLL over 1Y: show the values
| Point | BSD/SLL |
|---|---|
| 2025-09-26 | 22784.87 |
| 2025-10-03 | 22799.94 |
| 2025-10-10 | 22755.14 |
| 2025-10-17 | 22699.96 |
| 2025-10-24 | 22679.97 |
| 2025-10-31 | 22699.85 |
| 2025-11-07 | 22680.05 |
| 2025-11-14 | 22680.28 |
| 2025-11-21 | 22829.97 |
| 2025-11-28 | 22910.02 |
| 2025-12-05 | 22980.00 |
| 2025-12-13 | 22959.97 |
| 2025-12-20 | 22928.49 |
| 2025-12-27 | 22924.88 |
| 2026-01-03 | 22829.98 |
| 2026-01-10 | 22810.20 |
| 2026-01-17 | 22835.03 |
| 2026-01-24 | 22845.07 |
| 2026-01-31 | 24324.98 |
| 2026-02-07 | 22874.34 |
| 2026-02-14 | 22849.98 |
| 2026-02-21 | 22930.17 |
| 2026-02-28 | 22924.87 |
| 2026-03-07 | 23875.79 |
| 2026-03-14 | 22900.03 |
| 2026-03-21 | 22820.57 |
| 2026-03-28 | 20967.05 |
| 2026-04-04 | 22910.10 |
| 2026-04-15 | 20958.57 |
| 2026-04-22 | 20942.85 |
| 2026-04-29 | 20974.60 |
| 2026-05-06 | 21012.46 |
| 2026-05-14 | 22859.81 |
| 2026-05-21 | 22849.89 |
| 2026-05-29 | 22874.95 |
| 2026-06-05 | 22849.93 |
| 2026-06-14 | 22820.05 |
| 2026-06-21 | 22845.08 |
| 2026-06-28 | 22820.07 |
| 2026-07-05 | 22839.96 |
| 2026-07-12 | 22884.94 |
| 2026-07-19 | 22880.07 |
| 2026-07-26 | 24224.05 |
| 2026-08-02 | 22900.03 |
| 2026-08-09 | 22861.22 |
| 2026-08-16 | 22910.08 |
| 2026-08-24 | 22874.96 |
| 2026-08-31 | 22894.89 |
| 2026-09-07 | 22919.95 |
| 2026-09-14 | 22939.95 |
| 2026-09-21 | 22935.11 |
High
24324.98
Low
20942.85
Average
22746.44
Get this rate via the API
One GET request returns the BSD/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=BSD¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
BSD/SLL API questions
How do I get the BSD/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/SLL rate in rates.SLL.
How far back does BSD/SLL historical data go?
Daily BSD/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 BSD/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.