LG Display (LPL) Equity Income (2009 - 2026)
LG Display's (LPL) quarterly Equity Income came in at $453278.4 in Q2 2026, down 45.37% year-over-year from $829793.7 in Q2 2025, and down 56.81% quarter-over-quarter from $1.0 million in Q1 2026.
LG Display (LPL) Equity Income (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Equity Income for 18 consecutive years, with $453278.4 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Equity Income fell 45.37% year-over-year to $453278.4 in Q2 2026; TTM through Jun 2026 was $2.3 million, a 5.8% decrease from a year earlier, with the FY2025 full-year figure at $1.7 million, down 55.83% from the prior year.
- Equity Income was $453278.4 for Q2 2026 at LG Display, down from $1.0 million in the prior quarter.
- Over five years, Equity Income peaked at $1.7 million in Q1 2022 and troughed at -$3.3 million in Q4 2023.
- A 5-year average of $516853.8 and a median of $807142.5 in 2025 frame the typical range for Equity Income.
- Across the five-year window, Equity Income slumped 304.29% in 2023 and jumped 1043.7% in 2026, its largest moves.
- Over 5 years, Equity Income stood at $1.6 million in 2022, then plunged by 304.29% to -$3.3 million in 2023, then soared by 123.88% to $784491.2 in 2024, then rose by 6.32% to $834072.2 in 2025, then plunged by 45.65% to $453278.4 in 2026.
- The last three Equity Income figures came in at $453278.4 (Q2 2026), $1.0 million (Q1 2026), and $834072.2 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | 453,278.41 |
| 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 | 453,278.41 |
| Mar 31, 2026 | 1.05 Mn |
| Dec 31, 2025 | 834,072.21 |
| Sep 30, 2025 | -12,278.12 |
| Jun 30, 2025 | 829,793.70 |
| Mar 31, 2025 | 91,769.22 |
| Dec 31, 2024 | 784,491.22 |
| Sep 30, 2024 | 761,675.83 |
| Jun 30, 2024 | 1.05 Mn |
| Mar 31, 2024 | 1.39 Mn |
| Dec 31, 2023 | -3.28 Mn |
| Sep 30, 2023 | 1.68 Mn |
| Jun 30, 2023 | -280,031.98 |
| Mar 31, 2023 | -445,007.91 |
| Dec 31, 2022 | 1.61 Mn |
| Sep 30, 2022 | -540,055.14 |
| Jun 30, 2022 | 1.62 Mn |
| Mar 31, 2022 | 1.71 Mn |
| Dec 31, 2021 | 2.42 Mn |
| Sep 30, 2021 | 1.44 Mn |
LG Display Equity 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=equity-income&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();