Skip to content

BSD to LYD exchange rate API

Bahamian Dollar to Libyan Dinar · quoted 2026-09-26

6.3877

▲ +18.29% over 1Y

1 BSD = 6.3877 LYD · 1 LYD = 0.15655 BSD · Get this rate via the API

1 BSD buys 6.3877 LYD as of 2026-09-26, so 1 LYD buys 0.15655 BSD. Over the last year, BSD/LYD traded between 5.4000 and 6.4296, averaged 6.0638 and rose 18.29%. The API holds daily BSD/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/LYD over 1Y

BSD/LYD over 1Y: show the values
PointBSD/LYD
2025-09-265.4000
2025-10-035.4165
2025-10-105.4348
2025-10-175.4162
2025-10-245.4280
2025-10-315.4407
2025-11-075.4613
2025-11-145.4600
2025-11-215.4740
2025-11-285.4514
2025-12-055.4480
2025-12-135.4206
2025-12-205.4208
2025-12-275.4124
2026-01-035.4199
2026-01-105.4299
2026-01-175.4300
2026-01-246.3139
2026-01-316.2799
2026-02-076.3139
2026-02-146.3100
2026-02-216.3300
2026-02-286.3300
2026-03-076.3599
2026-03-146.3801
2026-03-216.3800
2026-03-286.3743
2026-04-046.3805
2026-04-116.3573
2026-04-186.3205
2026-04-256.3454
2026-05-026.3489
2026-05-096.3258
2026-05-176.3390
2026-05-256.3499
2026-06-016.3502
2026-06-106.3862
2026-06-176.3800
2026-06-246.4296
2026-07-016.4202
2026-07-086.4286
2026-07-156.3977
2026-07-226.4166
2026-07-296.3989
2026-08-056.3699
2026-08-126.3738
2026-08-206.3277
2026-08-276.3389
2026-09-036.3476
2026-09-106.3253
2026-09-176.3915
2026-09-246.4063

High

6.4296

Low

5.4000

Average

6.0638

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/LYD API questions

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

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

How far back does BSD/LYD historical data go?

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