BBD to LBP exchange rate API
Barbados Dollar to Lebanese Pound · quoted 2026-09-24
44866.22
▼ +0.06% over 30D
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 30 days, BBD/LBP traded between 44415.33 and 45177.29, averaged 44884.96 and fell 0.06%. 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 30D: show the values
| Point | BBD/LBP |
|---|---|
| 2026-08-25 | 44891.18 |
| 2026-08-26 | 44813.78 |
| 2026-08-27 | 44935.43 |
| 2026-08-28 | 44828.01 |
| 2026-08-29 | 44466.51 |
| 2026-08-30 | 44974.61 |
| 2026-08-31 | 45053.02 |
| 2026-09-01 | 44774.42 |
| 2026-09-02 | 44919.60 |
| 2026-09-03 | 44415.33 |
| 2026-09-04 | 44934.67 |
| 2026-09-05 | 45070.68 |
| 2026-09-06 | 44977.03 |
| 2026-09-07 | 44859.57 |
| 2026-09-08 | 44879.91 |
| 2026-09-09 | 44869.65 |
| 2026-09-10 | 44827.93 |
| 2026-09-11 | 44978.00 |
| 2026-09-12 | 45089.89 |
| 2026-09-13 | 44944.50 |
| 2026-09-14 | 44871.63 |
| 2026-09-15 | 44987.24 |
| 2026-09-16 | 44787.13 |
| 2026-09-17 | 45147.66 |
| 2026-09-18 | 44467.07 |
| 2026-09-19 | 44936.03 |
| 2026-09-20 | 45039.40 |
| 2026-09-21 | 44797.86 |
| 2026-09-22 | 44871.37 |
| 2026-09-23 | 45177.29 |
| 2026-09-24 | 44866.22 |
High
45177.29
Low
44415.33
Average
44884.96
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.