LG Display (LPL) Operating Income (2009 - 2026)
LG Display's (LPL) quarterly Operating Income came in at -$71.8 million in Q2 2026, up 13.41% year-over-year from -$63.3 million in Q2 2025, and down 171.53% quarter-over-quarter from $100.4 million in Q1 2026.
LG Display (LPL) Operating Income (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Operating Income for 18 consecutive years, with -$71.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Income rose 13.41% year-over-year to -$71.8 million in Q2 2026; TTM through Jun 2026 was $456.4 million, a 865.52% increase from a year earlier, with the FY2025 full-year figure at $357.5 million, up 188.78% from the prior year.
- Operating Income was -$71.8 million for Q2 2026 at LG Display, down from $100.4 million in the prior quarter.
- Over five years, Operating Income peaked at $311.3 million in Q3 2025 and troughed at -$862.0 million in Q1 2023.
- A 5-year average of -$196.2 million and a median of -$70.1 million in 2024 frame the typical range for Operating Income.
- Across the five-year window, Operating Income plunged 2807.31% in 2023 and soared 623.33% in 2025, its largest moves.
- Over 5 years, Operating Income stood at -$645.2 million in 2022, then jumped by 115.52% to $100.1 million in 2023, then plunged by 40.37% to $59.7 million in 2024, then jumped by 95.2% to $116.5 million in 2025, then sank by 161.62% to -$71.8 million in 2026.
- The last three Operating Income figures came in at -$71.8 million (Q2 2026), $100.4 million (Q1 2026), and $116.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 279.30 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | -979.95 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 321.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 119.72 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 53.53 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 24.70 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -71.81 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 324,000.00 |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 38.42 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -20.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -71.81 Mn |
| Mar 31, 2026 | 100.38 Mn |
| Dec 31, 2025 | 116.54 Mn |
| Sep 30, 2025 | 311.31 Mn |
| Jun 30, 2025 | -82.93 Mn |
| Mar 31, 2025 | 23.09 Mn |
| Dec 31, 2024 | 59.70 Mn |
| Sep 30, 2024 | -59.49 Mn |
| Jun 30, 2024 | -68.40 Mn |
| Mar 31, 2024 | -353.54 Mn |
| Dec 31, 2023 | 100.13 Mn |
| Sep 30, 2023 | -504.50 Mn |
| Jun 30, 2023 | -670.76 Mn |
| Mar 31, 2023 | -862.04 Mn |
| Dec 31, 2022 | -645.20 Mn |
| Sep 30, 2022 | -567.96 Mn |
| Jun 30, 2022 | -388.34 Mn |
| Mar 31, 2022 | 31.84 Mn |
| Dec 31, 2021 | 402.23 Mn |
| Sep 30, 2021 | 457.38 Mn |
LG Display Operating Income 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-income&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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-income&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();