Skip to content

BBD to LBP exchange rate API

Barbados Dollar to Lebanese Pound · quoted 2026-09-24

44866.22

▲ +0.29% over 5Y

1 BBD = 44866.22 LBP · 1 LBP = 0.000022 BBD · Get this rate via the API

1 BBD buys 44866.22 LBP as of 2026-09-24, so 1 LBP buys 0.000022 BBD. Over the last 5 years, BBD/LBP traded between 44382.07 and 45470.59, averaged 44863.05 and rose 0.29%. The API holds daily BBD/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/LBP over 5Y

BBD/LBP over 5Y: show the values
PointBBD/LBP
2024-08-2444738.64
2024-10-0745470.59
2024-11-0644712.85
2024-12-0644920.39
2025-01-0544777.50
2025-02-0445016.47
2025-03-0644849.99
2025-04-0645142.16
2025-05-0644971.92
2025-06-0744997.25
2025-07-0744829.24
2025-08-0644420.94
2025-09-0544901.72
2025-10-0644907.66
2025-11-0544991.40
2025-12-0544957.50
2026-01-0544694.62
2026-02-0444623.73
2026-03-0644534.04
2026-04-0545027.36
2026-05-0544382.07
2026-06-0644908.14
2026-07-0844975.41
2026-08-0744961.84
2026-09-0744859.57

High

45470.59

Low

44382.07

Average

44863.05

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/LBP API questions

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

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

How far back does BBD/LBP historical data go?

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