USD to LBP exchange rate API
US Dollar to Lebanese Pound · quoted 2026-09-25
89859.39
▲ +0.07% over YTD
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 year to date, USD/LBP traded between 89013.29 and 90106.05, averaged 89683.97 and rose 0.07%. 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 YTD: show the values
| Point | USD/LBP |
|---|---|
| 2025-12-31 | 89796.29 |
| 2026-01-07 | 89571.51 |
| 2026-01-14 | 89985.39 |
| 2026-01-21 | 89383.41 |
| 2026-01-28 | 89957.24 |
| 2026-02-04 | 89247.47 |
| 2026-02-11 | 89848.04 |
| 2026-02-18 | 89740.23 |
| 2026-02-25 | 89938.75 |
| 2026-03-04 | 89604.55 |
| 2026-03-11 | 89733.39 |
| 2026-03-18 | 89326.32 |
| 2026-03-25 | 89705.40 |
| 2026-04-01 | 89614.91 |
| 2026-04-08 | 89013.29 |
| 2026-04-15 | 89595.94 |
| 2026-04-22 | 89517.13 |
| 2026-04-29 | 89541.40 |
| 2026-05-06 | 89549.21 |
| 2026-05-14 | 89879.85 |
| 2026-05-21 | 89271.64 |
| 2026-05-29 | 89184.88 |
| 2026-06-05 | 89754.57 |
| 2026-06-14 | 89633.25 |
| 2026-06-21 | 89955.84 |
| 2026-06-28 | 89650.74 |
| 2026-07-05 | 89586.11 |
| 2026-07-12 | 90018.33 |
| 2026-07-19 | 89916.46 |
| 2026-07-26 | 89732.88 |
| 2026-08-02 | 89902.22 |
| 2026-08-09 | 89578.88 |
| 2026-08-16 | 90077.42 |
| 2026-08-24 | 89838.18 |
| 2026-08-31 | 90106.05 |
| 2026-09-07 | 89719.14 |
| 2026-09-14 | 89743.25 |
| 2026-09-21 | 89595.73 |
High
90106.05
Low
89013.29
Average
89683.97
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.