Skip to content

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

BBD/LBP over 1Y: show the values
PointBBD/LBP
2025-09-2444826.88
2025-10-0144669.34
2025-10-0844946.89
2025-10-1544819.10
2025-10-2244776.61
2025-10-2944862.02
2025-11-0544991.40
2025-11-1244837.51
2025-11-1944682.09
2025-11-2644842.26
2025-12-0344789.66
2025-12-1144601.73
2025-12-1844904.03
2025-12-2544876.81
2026-01-0144996.64
2026-01-0844838.16
2026-01-1544943.42
2026-01-2242953.22
2026-01-2944848.93
2026-02-0544172.06
2026-02-1244459.60
2026-02-1945019.84
2026-02-2644474.13
2026-03-0544746.31
2026-03-1244629.82
2026-03-1945008.05
2026-03-2644975.75
2026-04-0244821.71
2026-04-0944480.45
2026-04-1644565.29
2026-04-2344460.98
2026-04-3044438.28
2026-05-0744296.63
2026-05-1544252.28
2026-05-2344439.84
2026-05-3044538.95
2026-06-0644908.14
2026-06-1544774.53
2026-06-2244956.47
2026-06-2944938.88
2026-07-0644901.71
2026-07-1344990.51
2026-07-2044884.08
2026-07-2744880.07
2026-08-0344871.24
2026-08-1044798.41
2026-08-1744877.76
2026-08-2544891.18
2026-09-0144774.42
2026-09-0844879.91
2026-09-1544987.24
2026-09-2244871.37

High

45019.84

Low

42953.22

Average

44732.81

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.