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: show the values
| Point | BSD/LYD |
|---|---|
| 2025-09-26 | 5.4000 |
| 2025-10-03 | 5.4165 |
| 2025-10-10 | 5.4348 |
| 2025-10-17 | 5.4162 |
| 2025-10-24 | 5.4280 |
| 2025-10-31 | 5.4407 |
| 2025-11-07 | 5.4613 |
| 2025-11-14 | 5.4600 |
| 2025-11-21 | 5.4740 |
| 2025-11-28 | 5.4514 |
| 2025-12-05 | 5.4480 |
| 2025-12-13 | 5.4206 |
| 2025-12-20 | 5.4208 |
| 2025-12-27 | 5.4124 |
| 2026-01-03 | 5.4199 |
| 2026-01-10 | 5.4299 |
| 2026-01-17 | 5.4300 |
| 2026-01-24 | 6.3139 |
| 2026-01-31 | 6.2799 |
| 2026-02-07 | 6.3139 |
| 2026-02-14 | 6.3100 |
| 2026-02-21 | 6.3300 |
| 2026-02-28 | 6.3300 |
| 2026-03-07 | 6.3599 |
| 2026-03-14 | 6.3801 |
| 2026-03-21 | 6.3800 |
| 2026-03-28 | 6.3743 |
| 2026-04-04 | 6.3805 |
| 2026-04-11 | 6.3573 |
| 2026-04-18 | 6.3205 |
| 2026-04-25 | 6.3454 |
| 2026-05-02 | 6.3489 |
| 2026-05-09 | 6.3258 |
| 2026-05-17 | 6.3390 |
| 2026-05-25 | 6.3499 |
| 2026-06-01 | 6.3502 |
| 2026-06-10 | 6.3862 |
| 2026-06-17 | 6.3800 |
| 2026-06-24 | 6.4296 |
| 2026-07-01 | 6.4202 |
| 2026-07-08 | 6.4286 |
| 2026-07-15 | 6.3977 |
| 2026-07-22 | 6.4166 |
| 2026-07-29 | 6.3989 |
| 2026-08-05 | 6.3699 |
| 2026-08-12 | 6.3738 |
| 2026-08-20 | 6.3277 |
| 2026-08-27 | 6.3389 |
| 2026-09-03 | 6.3476 |
| 2026-09-10 | 6.3253 |
| 2026-09-17 | 6.3915 |
| 2026-09-24 | 6.4063 |
High
6.4296
Low
5.4000
Average
6.0638
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=LYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=LYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.