BBD to LBP exchange rate API
Barbados Dollar to Lebanese Pound · quoted 2026-09-24
44866.22
▲ +0.92% over 6M
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 6 months, BBD/LBP traded between 44415.33 and 45147.66, averaged 44755.51 and rose 0.92%. 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 6M: show the values
| Point | BBD/LBP |
|---|---|
| 2026-03-28 | 44456.63 |
| 2026-04-04 | 44520.63 |
| 2026-04-11 | 44477.40 |
| 2026-04-18 | 44426.46 |
| 2026-04-25 | 44460.62 |
| 2026-05-02 | 44451.83 |
| 2026-05-09 | 44466.98 |
| 2026-05-17 | 44925.43 |
| 2026-05-25 | 44695.83 |
| 2026-06-01 | 44820.18 |
| 2026-06-10 | 44830.28 |
| 2026-06-17 | 44891.91 |
| 2026-06-24 | 44974.76 |
| 2026-07-01 | 44884.65 |
| 2026-07-08 | 44975.41 |
| 2026-07-15 | 44680.24 |
| 2026-07-22 | 44999.28 |
| 2026-07-29 | 44930.81 |
| 2026-08-05 | 44848.15 |
| 2026-08-12 | 44930.85 |
| 2026-08-20 | 44691.71 |
| 2026-08-27 | 44935.43 |
| 2026-09-03 | 44415.33 |
| 2026-09-10 | 44827.93 |
| 2026-09-17 | 45147.66 |
| 2026-09-24 | 44866.22 |
High
45147.66
Low
44415.33
Average
44755.51
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.