Skip to content

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

BSD/SLL over 6M: show the values
PointBSD/SLL
2026-03-3022880.39
2026-04-0622910.24
2026-04-1720969.51
2026-04-2420967.87
2026-05-0120964.76
2026-05-0820901.51
2026-05-1623989.82
2026-05-2422870.10
2026-05-3122865.12
2026-06-0922809.98
2026-06-1624742.37
2026-06-2322826.45
2026-06-3022820.06
2026-07-0722966.61
2026-07-1422871.98
2026-07-2122889.75
2026-07-2824230.31
2026-08-0422900.09
2026-08-1122870.11
2026-08-1822927.17
2026-08-2622865.33
2026-09-0222917.31
2026-09-0922929.93
2026-09-1624636.03
2026-09-2322935.12

High

24742.37

Low

20901.51

Average

22822.61

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.