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: show the values
| Point | BAM/LBP |
|---|---|
| 2025-09-26 | 53622.04 |
| 2025-10-03 | 53740.66 |
| 2025-10-10 | 53246.38 |
| 2025-10-17 | 53460.01 |
| 2025-10-24 | 53243.41 |
| 2025-10-31 | 53137.04 |
| 2025-11-07 | 52874.75 |
| 2025-11-14 | 53332.39 |
| 2025-11-21 | 52945.04 |
| 2025-11-28 | 53098.54 |
| 2025-12-05 | 53575.80 |
| 2025-12-13 | 53999.43 |
| 2025-12-20 | 53651.58 |
| 2025-12-27 | 53916.33 |
| 2026-01-03 | 53728.12 |
| 2026-01-10 | 53688.90 |
| 2026-01-17 | 53473.74 |
| 2026-01-24 | 55301.29 |
| 2026-01-31 | 55407.14 |
| 2026-02-07 | 55473.71 |
| 2026-02-14 | 55945.23 |
| 2026-02-21 | 53505.12 |
| 2026-02-28 | 54183.90 |
| 2026-03-07 | 52683.14 |
| 2026-03-14 | 52317.74 |
| 2026-03-21 | 52951.79 |
| 2026-03-28 | 52685.16 |
| 2026-04-04 | 52421.58 |
| 2026-04-11 | 53648.95 |
| 2026-04-18 | 53961.40 |
| 2026-04-25 | 53508.75 |
| 2026-05-02 | 53632.46 |
| 2026-05-09 | 53865.77 |
| 2026-05-17 | 53405.01 |
| 2026-05-25 | 53186.51 |
| 2026-06-01 | 53382.26 |
| 2026-06-10 | 52940.97 |
| 2026-06-17 | 53305.78 |
| 2026-06-24 | 52265.31 |
| 2026-07-01 | 52344.06 |
| 2026-07-08 | 52505.29 |
| 2026-07-15 | 52273.71 |
| 2026-07-22 | 52488.49 |
| 2026-07-29 | 52361.41 |
| 2026-08-05 | 52911.18 |
| 2026-08-12 | 53004.29 |
| 2026-08-20 | 53385.12 |
| 2026-08-27 | 53529.00 |
| 2026-09-03 | 52674.50 |
| 2026-09-10 | 53349.08 |
| 2026-09-17 | 52922.22 |
| 2026-09-24 | 52196.04 |
High
55945.23
Low
52113.49
Average
53335.30
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.