LG Display (LPL) Income towards Parent Company (2009 - 2026)
LG Display's (LPL) quarterly Income towards Parent Company came in at -$269.7 million in Q2 2026, down 143.59% year-over-year from $618.8 million in Q2 2025, and up 30.92% quarter-over-quarter from -$390.5 million in Q1 2026.
LG Display (LPL) Income towards Parent Company (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Income towards Parent Company for 18 consecutive years, with -$269.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 143.59% year-over-year to -$269.7 million in Q2 2026; TTM through Jun 2026 was -$867.8 million, a 132.17% decrease from a year earlier, with the FY2025 full-year figure at $210.1 million, up 112.14% from the prior year.
- Income towards Parent Company was -$269.7 million for Q2 2026 at LG Display, up from -$390.5 million in the prior quarter.
- Over five years, Income towards Parent Company peaked at $8.3 billion in Q4 2022 and troughed at -$905.0 million in Q1 2023.
- A 5-year average of $549.0 million and a median of -$295.7 million in 2022 frame the typical range for Income towards Parent Company.
- Across the five-year window, Income towards Parent Company tumbled 5538.28% in 2023 and surged 267.31% in 2025, its largest moves.
- Over 5 years, Income towards Parent Company stood at $8.3 billion in 2022, then retreated by 20.2% to $6.7 billion in 2023, then tumbled by 108.25% to -$549.2 million in 2024, then jumped by 64.91% to -$192.7 million in 2025, then tumbled by 39.98% to -$269.7 million in 2026.
- The last three Income towards Parent Company figures came in at -$269.7 million (Q2 2026), -$390.5 million (Q1 2026), and -$192.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -269.73 Mn |
| Mar 31, 2026 | -390.47 Mn |
| Dec 31, 2025 | -192.70 Mn |
| Sep 30, 2025 | -14.92 Mn |
| Jun 30, 2025 | 618.82 Mn |
| Mar 31, 2025 | -181.28 Mn |
| Dec 31, 2024 | -549.18 Mn |
| Sep 30, 2024 | -262.13 Mn |
| Jun 30, 2024 | -369.87 Mn |
| Mar 31, 2024 | -573.33 Mn |
| Dec 31, 2023 | 6.65 Bn |
| Sep 30, 2023 | -590.84 Mn |
| Jun 30, 2023 | -531.73 Mn |
| Mar 31, 2023 | -905.01 Mn |
| Dec 31, 2022 | 8.34 Bn |
| Sep 30, 2022 | -590.55 Mn |
| Jun 30, 2022 | -321.74 Mn |
| Mar 31, 2022 | 16.64 Mn |
| Dec 31, 2021 | 12.47 Bn |
| Sep 30, 2021 | 362.78 Mn |
LG Display Income towards Parent Company 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=income-towards-parent-company&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();