Skip to content

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

BBD/SLL over 1Y: show the values
PointBBD/SLL
2025-09-2511392.54
2025-10-0211399.96
2025-10-0911382.51
2025-10-1611382.57
2025-10-2311345.09
2025-10-3011347.44
2025-11-0611345.07
2025-11-1311337.56
2025-11-2011447.45
2025-11-2711455.01
2025-12-0411407.47
2025-12-1211517.64
2025-12-1911480.01
2025-12-2611462.56
2026-01-0211412.45
2026-01-0911427.53
2026-01-1611427.63
2026-01-2311479.99
2026-01-3011443.14
2026-02-0611488.21
2026-02-1311437.68
2026-02-2011474.95
2026-02-2711455.21
2026-03-0611470.00
2026-03-1311449.99
2026-03-2011409.86
2026-03-2711440.08
2026-04-0311454.99
2026-04-1410421.53
2026-04-2110422.21
2026-04-2810386.32
2026-05-0510410.03
2026-05-1211430.12
2026-05-2011435.20
2026-05-2811422.42
2026-06-0411415.01
2026-06-1311409.97
2026-06-2011422.56
2026-06-2711410.15
2026-07-0411420.04
2026-07-1111442.45
2026-07-1811440.03
2026-07-2511833.94
2026-08-0111450.02
2026-08-0811540.15
2026-08-1511456.52
2026-08-2312240.77
2026-08-3011466.80
2026-09-0611460.99
2026-09-1311470.00
2026-09-2011467.56

High

12240.77

Low

10386.32

Average

11379.12

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&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=BBD&currencies=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&currencies=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.