LG Display (LPL) Consolidated Net Income (2009 - 2026)
LG Display's (LPL) quarterly Consolidated Net Income came in at -$332.9 million in Q2 2026, down 142.62% year-over-year from $781.2 million in Q2 2025, and down 3.82% quarter-over-quarter from -$320.7 million in Q1 2026.
LG Display (LPL) Consolidated Net Income (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Consolidated Net Income for 18 consecutive years, with -$332.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income fell 142.62% year-over-year to -$332.9 million in Q2 2026; TTM through Jun 2026 was -$882.5 million, a 284.48% decrease from a year earlier, with the FY2025 full-year figure at $483.8 million, up 134.12% from the prior year.
- Consolidated Net Income was -$332.9 million for Q2 2026 at LG Display, down from -$320.7 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at $781.2 million in Q2 2025 and troughed at -$1.9 billion in Q4 2022.
- A 5-year average of -$416.9 million and a median of -$295.9 million in 2022 frame the typical range for Consolidated Net Income.
- Across the five-year window, Consolidated Net Income plunged 3228.5% in 2023 and surged 371.22% in 2025, its largest moves.
- Over 5 years, Consolidated Net Income stood at -$1.9 billion in 2022, then soared by 99.5% to -$9.5 million in 2023, then sank by 2055.03% to -$205.2 million in 2024, then plunged by 32.15% to -$271.1 million in 2025, then slipped by 22.8% to -$332.9 million in 2026.
- The last three Consolidated Net Income figures came in at -$332.9 million (Q2 2026), -$320.7 million (Q1 2026), and -$271.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | -7.16 Bn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 236.20 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 233.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 89.41 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 28.12 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 19.40 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -332.93 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 10.36 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 33.98 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -18.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -332.93 Mn |
| Mar 31, 2026 | -320.69 Mn |
| Dec 31, 2025 | -271.12 Mn |
| Sep 30, 2025 | 42.26 Mn |
| Jun 30, 2025 | 781.21 Mn |
| Mar 31, 2025 | -41.37 Mn |
| Dec 31, 2024 | -205.16 Mn |
| Sep 30, 2024 | -56.33 Mn |
| Jun 30, 2024 | -288.04 Mn |
| Mar 31, 2024 | -916.87 Mn |
| Dec 31, 2023 | -9.52 Mn |
| Sep 30, 2023 | -942.98 Mn |
| Jun 30, 2023 | -803.18 Mn |
| Mar 31, 2023 | -1.41 Bn |
| Dec 31, 2022 | -1.89 Bn |
| Sep 30, 2022 | -578.97 Mn |
| Jun 30, 2022 | -303.79 Mn |
| Mar 31, 2022 | 45.07 Mn |
| Dec 31, 2021 | 151.49 Mn |
| Sep 30, 2021 | 400.75 Mn |
LG Display Consolidated Net 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=consolidated-net-income&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-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=consolidated-net-income&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();