USD to LBP exchange rate API
US Dollar to Lebanese Pound · quoted 2026-09-25
89859.39
▲ +0.06% over 1Y
1 USD = 89859.39 LBP · 1 LBP = 0.000011 USD · Get this rate via the API
1 USD buys 89859.39 LBP as of 2026-09-25, so 1 LBP buys 0.000011 USD. Over the last year, USD/LBP traded between 86092.61 and 90354.59, averaged 89653.36 and rose 0.06%. The API holds daily USD/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/LBP over 1Y: show the values
| Point | USD/LBP |
|---|---|
| 2025-09-25 | 89809.27 |
| 2025-10-02 | 89815.58 |
| 2025-10-09 | 89647.60 |
| 2025-10-16 | 89810.34 |
| 2025-10-23 | 89614.67 |
| 2025-10-30 | 89719.49 |
| 2025-11-06 | 90074.83 |
| 2025-11-13 | 89840.71 |
| 2025-11-20 | 89840.60 |
| 2025-11-27 | 89662.60 |
| 2025-12-04 | 89808.80 |
| 2025-12-12 | 89594.38 |
| 2025-12-19 | 89824.09 |
| 2025-12-26 | 89659.44 |
| 2026-01-02 | 89981.78 |
| 2026-01-09 | 89929.74 |
| 2026-01-16 | 89989.07 |
| 2026-01-23 | 86092.61 |
| 2026-01-30 | 89952.31 |
| 2026-02-06 | 89877.90 |
| 2026-02-13 | 89903.54 |
| 2026-02-20 | 89875.86 |
| 2026-02-27 | 89883.47 |
| 2026-03-06 | 89068.08 |
| 2026-03-13 | 89720.23 |
| 2026-03-20 | 89138.05 |
| 2026-03-27 | 89704.49 |
| 2026-04-03 | 89679.70 |
| 2026-04-10 | 89501.84 |
| 2026-04-17 | 89529.14 |
| 2026-04-24 | 89498.07 |
| 2026-05-01 | 89549.98 |
| 2026-05-08 | 89533.76 |
| 2026-05-16 | 88468.78 |
| 2026-05-24 | 89836.09 |
| 2026-05-31 | 89339.39 |
| 2026-06-09 | 90126.99 |
| 2026-06-16 | 89749.73 |
| 2026-06-23 | 89705.59 |
| 2026-06-30 | 89742.91 |
| 2026-07-07 | 89503.04 |
| 2026-07-14 | 89872.71 |
| 2026-07-21 | 89833.04 |
| 2026-07-28 | 89838.80 |
| 2026-08-04 | 89834.45 |
| 2026-08-11 | 89884.75 |
| 2026-08-18 | 89765.34 |
| 2026-08-26 | 89627.57 |
| 2026-09-02 | 89839.21 |
| 2026-09-09 | 89739.31 |
| 2026-09-16 | 89574.26 |
| 2026-09-23 | 90354.59 |
High
90354.59
Low
86092.61
Average
89653.36
Get this rate via the API
One GET request returns the USD/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=USD¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/LBP API questions
How do I get the USD/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/LBP rate in rates.LBP.
How far back does USD/LBP historical data go?
Daily USD/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 USD/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.