Skip to content

LYD to BBD exchange rate API

Libyan Dinar to Barbados Dollar · quoted 2026-09-27

0.31302

▼ +15.33% over 1Y

1 LYD = 0.31302 BBD · 1 BBD = 3.1947 LYD · Get this rate via the API

1 LYD buys 0.31302 BBD as of 2026-09-27, so 1 BBD buys 3.1947 LYD. Over the last year, LYD/BBD traded between 0.31159 and 0.36969, averaged 0.33204 and fell 15.33%. The API holds daily LYD/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LYD/BBD over 1Y

LYD/BBD over 1Y: show the values
PointLYD/BBD
2025-09-270.36969
2025-10-040.36969
2025-10-110.36832
2025-10-180.36788
2025-10-250.36765
2025-11-010.36765
2025-11-080.36637
2025-11-150.36631
2025-11-220.36630
2025-11-290.36698
2025-12-060.36765
2025-12-140.36829
2025-12-210.36883
2025-12-280.36926
2026-01-040.36886
2026-01-110.36862
2026-01-180.36834
2026-01-250.31603
2026-02-010.31867
2026-02-080.31631
2026-02-150.31764
2026-02-220.31711
2026-03-010.31674
2026-03-080.31512
2026-03-150.31358
2026-03-220.31254
2026-03-290.31347
2026-04-050.31342
2026-04-120.31683
2026-04-190.31852
2026-04-260.31743
2026-05-030.31723
2026-05-100.31851
2026-05-180.31720
2026-05-260.31405
2026-06-020.31497
2026-06-110.31317
2026-06-180.31435
2026-06-250.31159
2026-07-020.31406
2026-07-090.31219
2026-07-160.31376
2026-07-230.31205
2026-07-300.31270
2026-08-060.31467
2026-08-130.31343
2026-08-210.31543
2026-08-280.31546
2026-09-040.31447
2026-09-110.31576
2026-09-180.31739
2026-09-250.31275

High

0.36969

Low

0.31159

Average

0.33204

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LYD/BBD API questions

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

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

How far back does LYD/BBD historical data go?

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