LG Display (LPL) Inventory (2009 - 2026)
LG Display's (LPL) quarterly Inventory came in at $2.1 billion in Q2 2026, up 0.54% year-over-year from $2.1 billion in Q2 2025, and up 8.1% quarter-over-quarter from $1.9 billion in Q1 2026.
LG Display (LPL) Inventory (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Inventory for 18 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Inventory rose 0.54% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 0.54% increase from a year earlier, with the FY2025 full-year figure at $1.8 billion, down 8.26% from the prior year.
- Inventory was $2.1 billion for Q2 2026 at LG Display, up from $1.9 billion in the prior quarter.
- Over five years, Inventory peaked at $3.8 billion in Q2 2022 and troughed at $255.6 million in Q4 2023.
- A 5-year average of $2.3 billion and a median of $2.2 billion in 2023 frame the typical range for Inventory.
- Across the five-year window, Inventory sank 87.92% in 2023 and soared 650.68% in 2024, its largest moves.
- Over 5 years, Inventory stood at $2.1 billion in 2022, then sank by 87.92% to $255.6 million in 2023, then soared by 650.68% to $1.9 billion in 2024, then dropped by 8.26% to $1.8 billion in 2025, then climbed by 17.08% to $2.1 billion in 2026.
- The last three Inventory figures came in at $2.1 billion (Q2 2026), $1.9 billion (Q1 2026), and $1.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 691.60 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 2.58 Bn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 733.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 433.76 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 807.11 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 147.10 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | 2.06 Bn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 128.00 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 200.23 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 31.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.06 Bn |
| Mar 31, 2026 | 1.91 Bn |
| Dec 31, 2025 | 1.76 Bn |
| Sep 30, 2025 | 2.23 Bn |
| Jun 30, 2025 | 2.05 Bn |
| Mar 31, 2025 | 2.04 Bn |
| Dec 31, 2024 | 1.92 Bn |
| Sep 30, 2024 | 2.46 Bn |
| Jun 30, 2024 | 2.25 Bn |
| Mar 31, 2024 | 2.54 Bn |
| Dec 31, 2023 | 255.64 Mn |
| Sep 30, 2023 | 2.55 Bn |
| Jun 30, 2023 | 2.04 Bn |
| Mar 31, 2023 | 2.21 Bn |
| Dec 31, 2022 | 2.12 Bn |
| Sep 30, 2022 | 3.38 Bn |
| Jun 30, 2022 | 3.76 Bn |
| Mar 31, 2022 | 3.51 Bn |
| Dec 31, 2021 | 2.83 Bn |
| Sep 30, 2021 | 2.03 Bn |
LG Display Inventory API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=inventory&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "ticker": "LPL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=inventory&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();