BSD to SLL exchange rate API
Bahamian Dollar to Leone · quoted 2026-09-26
22930.00
▲ +0.22% over 6M
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 6 months, BSD/SLL traded between 20901.51 and 24742.37, averaged 22822.61 and rose 0.22%. 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 6M: show the values
| Point | BSD/SLL |
|---|---|
| 2026-03-30 | 22880.39 |
| 2026-04-06 | 22910.24 |
| 2026-04-17 | 20969.51 |
| 2026-04-24 | 20967.87 |
| 2026-05-01 | 20964.76 |
| 2026-05-08 | 20901.51 |
| 2026-05-16 | 23989.82 |
| 2026-05-24 | 22870.10 |
| 2026-05-31 | 22865.12 |
| 2026-06-09 | 22809.98 |
| 2026-06-16 | 24742.37 |
| 2026-06-23 | 22826.45 |
| 2026-06-30 | 22820.06 |
| 2026-07-07 | 22966.61 |
| 2026-07-14 | 22871.98 |
| 2026-07-21 | 22889.75 |
| 2026-07-28 | 24230.31 |
| 2026-08-04 | 22900.09 |
| 2026-08-11 | 22870.11 |
| 2026-08-18 | 22927.17 |
| 2026-08-26 | 22865.33 |
| 2026-09-02 | 22917.31 |
| 2026-09-09 | 22929.93 |
| 2026-09-16 | 24636.03 |
| 2026-09-23 | 22935.12 |
High
24742.37
Low
20901.51
Average
22822.61
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.