BBD to LBP exchange rate API
Barbados Dollar to Lebanese Pound · quoted 2026-09-24
44866.22
▼ +0.07% over YTD
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 year to date, BBD/LBP traded between 44387.86 and 45053.02, averaged 44808.76 and fell 0.07%. 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 YTD: show the values
| Point | BBD/LBP |
|---|---|
| 2025-12-31 | 44898.15 |
| 2026-01-07 | 44785.76 |
| 2026-01-14 | 44992.69 |
| 2026-01-21 | 44691.71 |
| 2026-01-28 | 44978.62 |
| 2026-02-04 | 44623.73 |
| 2026-02-11 | 44924.02 |
| 2026-02-18 | 44870.12 |
| 2026-02-25 | 44969.38 |
| 2026-03-04 | 44802.27 |
| 2026-03-11 | 44866.69 |
| 2026-03-18 | 44663.16 |
| 2026-03-25 | 44852.70 |
| 2026-04-01 | 44807.46 |
| 2026-04-08 | 44506.64 |
| 2026-04-15 | 44461.80 |
| 2026-04-22 | 44387.86 |
| 2026-04-29 | 44465.98 |
| 2026-05-06 | 44553.81 |
| 2026-05-14 | 44939.92 |
| 2026-05-21 | 44635.82 |
| 2026-05-29 | 44592.44 |
| 2026-06-05 | 44877.29 |
| 2026-06-14 | 44816.63 |
| 2026-06-21 | 44977.92 |
| 2026-06-28 | 44825.37 |
| 2026-07-05 | 44793.06 |
| 2026-07-12 | 45009.16 |
| 2026-07-19 | 44958.23 |
| 2026-07-26 | 44866.44 |
| 2026-08-02 | 44951.11 |
| 2026-08-09 | 44789.44 |
| 2026-08-16 | 45038.71 |
| 2026-08-24 | 44919.09 |
| 2026-08-31 | 45053.02 |
| 2026-09-07 | 44859.57 |
| 2026-09-14 | 44871.63 |
| 2026-09-21 | 44797.86 |
High
45053.02
Low
44387.86
Average
44808.76
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.