Skip to content

LTL to BSD exchange rate API

Lithuanian Litas to Bahamian Dollar · quoted 2026-09-27

0.32991

▼ +2.67% over 1Y

1 LTL = 0.32991 BSD · 1 BSD = 3.0311 LTL · Get this rate via the API

1 LTL buys 0.32991 BSD as of 2026-09-27, so 1 BSD buys 3.0311 LTL. Over the last year, LTL/BSD traded between 0.32929 and 0.34379, averaged 0.33668 and fell 2.67%. The API holds daily LTL/BSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LTL/BSD over 1Y

LTL/BSD over 1Y: show the values
PointLTL/BSD
2025-09-270.33895
2025-10-040.34003
2025-10-110.33607
2025-10-180.33761
2025-10-250.33667
2025-11-010.33424
2025-11-080.33507
2025-11-150.33647
2025-11-220.33347
2025-11-290.33576
2025-12-060.33724
2025-12-140.34012
2025-12-210.33922
2025-12-280.34100
2026-01-040.33973
2026-01-110.33697
2026-01-180.33613
2026-01-250.34246
2026-02-010.34335
2026-02-080.34230
2026-02-150.34379
2026-02-220.34127
2026-03-010.34223
2026-03-080.33652
2026-03-150.33213
2026-03-220.33572
2026-03-290.33415
2026-04-050.33362
2026-04-120.33816
2026-04-190.33926
2026-04-260.33810
2026-05-030.33875
2026-05-100.33776
2026-05-180.33932
2026-05-260.33695
2026-06-020.33703
2026-06-110.33444
2026-06-180.33376
2026-06-250.32930
2026-07-020.33877
2026-07-090.33094
2026-07-160.33208
2026-07-230.33098
2026-07-300.33175
2026-08-060.33459
2026-08-130.33374
2026-08-210.33858
2026-08-280.33729
2026-09-040.33664
2026-09-110.33600
2026-09-180.33861
2026-09-250.32929

High

0.34379

Low

0.32929

Average

0.33668

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL&currencies=BSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LTL/BSD API questions

How do I get the LTL/BSD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL&currencies=BSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LTL/BSD rate in rates.BSD.

How far back does LTL/BSD historical data go?

Daily LTL/BSD 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 LTL/BSD 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.