BBD to LBP exchange rate API
Barbados Dollar to Lebanese Pound · quoted 2026-09-24
44866.22
▲ +0.09% over 1Y
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 year, BBD/LBP traded between 42953.22 and 45019.84, averaged 44732.81 and rose 0.09%. 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 1Y: show the values
| Point | BBD/LBP |
|---|---|
| 2025-09-24 | 44826.88 |
| 2025-10-01 | 44669.34 |
| 2025-10-08 | 44946.89 |
| 2025-10-15 | 44819.10 |
| 2025-10-22 | 44776.61 |
| 2025-10-29 | 44862.02 |
| 2025-11-05 | 44991.40 |
| 2025-11-12 | 44837.51 |
| 2025-11-19 | 44682.09 |
| 2025-11-26 | 44842.26 |
| 2025-12-03 | 44789.66 |
| 2025-12-11 | 44601.73 |
| 2025-12-18 | 44904.03 |
| 2025-12-25 | 44876.81 |
| 2026-01-01 | 44996.64 |
| 2026-01-08 | 44838.16 |
| 2026-01-15 | 44943.42 |
| 2026-01-22 | 42953.22 |
| 2026-01-29 | 44848.93 |
| 2026-02-05 | 44172.06 |
| 2026-02-12 | 44459.60 |
| 2026-02-19 | 45019.84 |
| 2026-02-26 | 44474.13 |
| 2026-03-05 | 44746.31 |
| 2026-03-12 | 44629.82 |
| 2026-03-19 | 45008.05 |
| 2026-03-26 | 44975.75 |
| 2026-04-02 | 44821.71 |
| 2026-04-09 | 44480.45 |
| 2026-04-16 | 44565.29 |
| 2026-04-23 | 44460.98 |
| 2026-04-30 | 44438.28 |
| 2026-05-07 | 44296.63 |
| 2026-05-15 | 44252.28 |
| 2026-05-23 | 44439.84 |
| 2026-05-30 | 44538.95 |
| 2026-06-06 | 44908.14 |
| 2026-06-15 | 44774.53 |
| 2026-06-22 | 44956.47 |
| 2026-06-29 | 44938.88 |
| 2026-07-06 | 44901.71 |
| 2026-07-13 | 44990.51 |
| 2026-07-20 | 44884.08 |
| 2026-07-27 | 44880.07 |
| 2026-08-03 | 44871.24 |
| 2026-08-10 | 44798.41 |
| 2026-08-17 | 44877.76 |
| 2026-08-25 | 44891.18 |
| 2026-09-01 | 44774.42 |
| 2026-09-08 | 44879.91 |
| 2026-09-15 | 44987.24 |
| 2026-09-22 | 44871.37 |
High
45019.84
Low
42953.22
Average
44732.81
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.