LG Display (LPL) Operating Expenses (2009 - 2026)
LG Display's (LPL) quarterly Operating Expenses came in at -$500.5 million in Q2 2026, down 34.87% year-over-year from -$768.5 million in Q2 2025, and down 40.42% quarter-over-quarter from -$356.5 million in Q1 2026.
LG Display (LPL) Operating Expenses (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Operating Expenses for 18 consecutive years, with -$500.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Expenses fell 34.87% year-over-year to -$500.5 million in Q2 2026; TTM through Jun 2026 was -$1.8 billion, a 3.75% increase from a year earlier, with the FY2025 full-year figure at -$1.6 billion, up 10.24% from the prior year.
- Operating Expenses was -$500.5 million for Q2 2026 at LG Display, down from -$356.5 million in the prior quarter.
- Over five years, Operating Expenses peaked at -$356.5 million in Q1 2026 and troughed at -$565.9 million in Q3 2024.
- A 5-year average of -$441.5 million and a median of -$434.3 million in 2022 frame the typical range for Operating Expenses.
- Across the five-year window, Operating Expenses climbed 25.55% in 2025 and sank 34.87% in 2026, its largest moves.
- Over 5 years, Operating Expenses stood at -$465.9 million in 2022, then grew by 6.39% to -$436.1 million in 2023, then retreated by 8.72% to -$474.1 million in 2024, then gained by 0.22% to -$473.1 million in 2025, then dropped by 5.81% to -$500.5 million in 2026.
- The last three Operating Expenses figures came in at -$500.5 million (Q2 2026), -$356.5 million (Q1 2026), and -$473.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 198.00 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 1.77 Bn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 504.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 186.34 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 153.86 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 49.90 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -500.55 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 50.56 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 45.32 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 46.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -500.55 Mn |
| Mar 31, 2026 | -356.46 Mn |
| Dec 31, 2025 | -473.08 Mn |
| Sep 30, 2025 | -421.32 Mn |
| Jun 30, 2025 | -371.13 Mn |
| Mar 31, 2025 | -408.49 Mn |
| Dec 31, 2024 | -474.11 Mn |
| Sep 30, 2024 | -565.88 Mn |
| Jun 30, 2024 | -410.34 Mn |
| Mar 31, 2024 | -423.78 Mn |
| Dec 31, 2023 | -436.10 Mn |
| Sep 30, 2023 | -431.79 Mn |
| Jun 30, 2023 | -426.68 Mn |
| Mar 31, 2023 | -453.09 Mn |
| Dec 31, 2022 | -465.87 Mn |
| Sep 30, 2022 | -440.32 Mn |
| Jun 30, 2022 | -432.41 Mn |
| Mar 31, 2022 | -455.52 Mn |
| Dec 31, 2021 | -493.08 Mn |
| Sep 30, 2021 | -477.99 Mn |
LG Display Operating Expenses 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=operating-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();