LG Display (LPL) Minority Interest (2010 - 2026)
LG Display's (LPL) quarterly Minority Interest came in at $899.0 million in Q2 2026, up 12.83% year-over-year from $796.8 million in Q2 2025, and little changed quarter-over-quarter from $898.9 million in Q1 2026.
LG Display (LPL) Minority Interest (2010 - 2026) Analysis & Trends
LG Display (LPL) has reported Minority Interest for 17 consecutive years, with $899.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest rose 12.83% year-over-year to $899.0 million in Q2 2026; TTM through Jun 2026 was $899.0 million, a 12.83% increase from a year earlier, with the FY2025 full-year figure at $854.2 million, down 22.31% from the prior year.
- Minority Interest was $899.0 million for Q2 2026 at LG Display, roughly flat from $898.9 million in the prior quarter.
- Over five years, Minority Interest peaked at $1.4 billion in Q1 2022 and troughed at $300.8 million in Q4 2023.
- A 5-year average of $1.1 billion and a median of $1.1 billion in 2024 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest tumbled 71.63% in 2023 and soared 265.52% in 2024, its largest moves.
- Over 5 years, Minority Interest stood at $1.1 billion in 2022, then slumped by 71.63% to $300.8 million in 2023, then surged by 265.52% to $1.1 billion in 2024, then fell by 22.31% to $854.2 million in 2025, then grew by 5.24% to $899.0 million in 2026.
- The last three Minority Interest figures came in at $899.0 million (Q2 2026), $898.9 million (Q1 2026), and $854.2 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 | 898.98 Mn |
| Mar 31, 2026 | 898.87 Mn |
| Dec 31, 2025 | 854.21 Mn |
| Sep 30, 2025 | 853.93 Mn |
| Jun 30, 2025 | 796.76 Mn |
| Mar 31, 2025 | 1.08 Bn |
| Dec 31, 2024 | 1.10 Bn |
| Sep 30, 2024 | 1.01 Bn |
| Jun 30, 2024 | 1.13 Bn |
| Mar 31, 2024 | 1.21 Bn |
| Dec 31, 2023 | 300.82 Mn |
| Sep 30, 2023 | 1.21 Bn |
| Jun 30, 2023 | 1.23 Bn |
| Mar 31, 2023 | 1.23 Bn |
| Dec 31, 2022 | 1.06 Bn |
| Sep 30, 2022 | 1.33 Bn |
| Jun 30, 2022 | 1.35 Bn |
| Mar 31, 2022 | 1.42 Bn |
| Dec 31, 2021 | 1.39 Bn |
| Sep 30, 2021 | 1.39 Bn |
LG Display Minority Interest 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=minority-interest&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();