Skip to content

BBD to SLL exchange rate API

Barbados Dollar to Leone · quoted 2026-09-25

11465.00

▲ +0.09% over YTD

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 year to date, BBD/SLL traded between 10390.91 and 12321.57, averaged 11314.94 and rose 0.09%. 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 YTD

BBD/SLL over YTD: show the values
PointBBD/SLL
2025-12-3111455.01
2026-01-0711425.33
2026-01-1411487.48
2026-01-2111509.00
2026-01-2811410.04
2026-02-0411455.39
2026-02-1111437.54
2026-02-1811472.46
2026-02-2511452.37
2026-03-0411457.44
2026-03-1111444.88
2026-03-1811419.90
2026-03-2511407.46
2026-04-0111447.83
2026-04-0811482.40
2026-04-1910393.83
2026-04-2610428.26
2026-05-0310409.07
2026-05-1010439.17
2026-05-1810390.91
2026-05-2611429.95
2026-06-0212321.57
2026-06-1111412.46
2026-06-1811415.00
2026-06-2511424.90
2026-07-0210408.11
2026-07-0911442.50
2026-07-1611425.00
2026-07-2311472.22
2026-07-3011440.10
2026-08-0611454.84
2026-08-1311803.82
2026-08-2111450.02
2026-08-2811455.01
2026-09-0412287.96
2026-09-1111470.73
2026-09-1810412.64
2026-09-2511465.00

High

12321.57

Low

10390.91

Average

11314.94

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.