Skip to content

BAM to LBP exchange rate API

Convertible Mark to Lebanese Pound · quoted 2026-09-26

52113.49

▼ +2.81% over 1Y

1 BAM = 52113.49 LBP · 1 LBP = 0.000019 BAM · Get this rate via the API

1 BAM buys 52113.49 LBP as of 2026-09-26, so 1 LBP buys 0.000019 BAM. Over the last year, BAM/LBP traded between 52113.49 and 55945.23, averaged 53335.30 and fell 2.81%. The API holds daily BAM/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/LBP over 1Y

BAM/LBP over 1Y: show the values
PointBAM/LBP
2025-09-2653622.04
2025-10-0353740.66
2025-10-1053246.38
2025-10-1753460.01
2025-10-2453243.41
2025-10-3153137.04
2025-11-0752874.75
2025-11-1453332.39
2025-11-2152945.04
2025-11-2853098.54
2025-12-0553575.80
2025-12-1353999.43
2025-12-2053651.58
2025-12-2753916.33
2026-01-0353728.12
2026-01-1053688.90
2026-01-1753473.74
2026-01-2455301.29
2026-01-3155407.14
2026-02-0755473.71
2026-02-1455945.23
2026-02-2153505.12
2026-02-2854183.90
2026-03-0752683.14
2026-03-1452317.74
2026-03-2152951.79
2026-03-2852685.16
2026-04-0452421.58
2026-04-1153648.95
2026-04-1853961.40
2026-04-2553508.75
2026-05-0253632.46
2026-05-0953865.77
2026-05-1753405.01
2026-05-2553186.51
2026-06-0153382.26
2026-06-1052940.97
2026-06-1753305.78
2026-06-2452265.31
2026-07-0152344.06
2026-07-0852505.29
2026-07-1552273.71
2026-07-2252488.49
2026-07-2952361.41
2026-08-0552911.18
2026-08-1253004.29
2026-08-2053385.12
2026-08-2753529.00
2026-09-0352674.50
2026-09-1053349.08
2026-09-1752922.22
2026-09-2452196.04

High

55945.23

Low

52113.49

Average

53335.30

For developers

Get this rate via the API

One GET request returns the BAM/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=BAM&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&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=BAM&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/LBP API questions

How do I get the BAM/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/LBP rate in rates.LBP.

How far back does BAM/LBP historical data go?

Daily BAM/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 BAM/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.