Skip to content

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

USD/LBP over 1Y: show the values
PointUSD/LBP
2025-09-2589809.27
2025-10-0289815.58
2025-10-0989647.60
2025-10-1689810.34
2025-10-2389614.67
2025-10-3089719.49
2025-11-0690074.83
2025-11-1389840.71
2025-11-2089840.60
2025-11-2789662.60
2025-12-0489808.80
2025-12-1289594.38
2025-12-1989824.09
2025-12-2689659.44
2026-01-0289981.78
2026-01-0989929.74
2026-01-1689989.07
2026-01-2386092.61
2026-01-3089952.31
2026-02-0689877.90
2026-02-1389903.54
2026-02-2089875.86
2026-02-2789883.47
2026-03-0689068.08
2026-03-1389720.23
2026-03-2089138.05
2026-03-2789704.49
2026-04-0389679.70
2026-04-1089501.84
2026-04-1789529.14
2026-04-2489498.07
2026-05-0189549.98
2026-05-0889533.76
2026-05-1688468.78
2026-05-2489836.09
2026-05-3189339.39
2026-06-0990126.99
2026-06-1689749.73
2026-06-2389705.59
2026-06-3089742.91
2026-07-0789503.04
2026-07-1489872.71
2026-07-2189833.04
2026-07-2889838.80
2026-08-0489834.45
2026-08-1189884.75
2026-08-1889765.34
2026-08-2689627.57
2026-09-0289839.21
2026-09-0989739.31
2026-09-1689574.26
2026-09-2390354.59

High

90354.59

Low

86092.61

Average

89653.36

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.