Skip to content

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

BSD/SLL over 1Y: show the values
PointBSD/SLL
2025-09-2622784.87
2025-10-0322799.94
2025-10-1022755.14
2025-10-1722699.96
2025-10-2422679.97
2025-10-3122699.85
2025-11-0722680.05
2025-11-1422680.28
2025-11-2122829.97
2025-11-2822910.02
2025-12-0522980.00
2025-12-1322959.97
2025-12-2022928.49
2025-12-2722924.88
2026-01-0322829.98
2026-01-1022810.20
2026-01-1722835.03
2026-01-2422845.07
2026-01-3124324.98
2026-02-0722874.34
2026-02-1422849.98
2026-02-2122930.17
2026-02-2822924.87
2026-03-0723875.79
2026-03-1422900.03
2026-03-2122820.57
2026-03-2820967.05
2026-04-0422910.10
2026-04-1520958.57
2026-04-2220942.85
2026-04-2920974.60
2026-05-0621012.46
2026-05-1422859.81
2026-05-2122849.89
2026-05-2922874.95
2026-06-0522849.93
2026-06-1422820.05
2026-06-2122845.08
2026-06-2822820.07
2026-07-0522839.96
2026-07-1222884.94
2026-07-1922880.07
2026-07-2624224.05
2026-08-0222900.03
2026-08-0922861.22
2026-08-1622910.08
2026-08-2422874.96
2026-08-3122894.89
2026-09-0722919.95
2026-09-1422939.95
2026-09-2122935.11

High

24324.98

Low

20942.85

Average

22746.44

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=SLL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=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&currencies=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.