LG Display (LPL) Gains from Investment Securities (2009 - 2026)
LG Display's (LPL) quarterly Gains from Investment Securities came in at $222639.7 in Q2 2026, up 100.31% year-over-year from $111147.1 in Q2 2025, and down 90.47% quarter-over-quarter from $2.3 million in Q1 2026.
LG Display (LPL) Gains from Investment Securities (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Gains from Investment Securities for 18 consecutive years, with $222639.7 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 100.31% year-over-year to $222639.7 in Q2 2026; TTM through Jun 2026 was $5.6 million, a 103.41% increase from a year earlier, with the FY2025 full-year figure at $1.3 million, up 829.01% from the prior year.
- Gains from Investment Securities was $222639.7 for Q2 2026 at LG Display, down from $2.3 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $160.5 million in Q2 2024 and troughed at -$1.4 billion in Q3 2023.
- A 5-year average of -$108.3 million and a median of $2.3 million in 2026 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities surged 26175.43% in 2022 and slumped 144.61% in 2025, its largest moves.
- Over 5 years, Gains from Investment Securities stood at -$89.9 million in 2022, then slumped by 1486.25% to -$1.4 billion in 2023, then surged by 88.49% to -$164.2 million in 2024, then jumped by 57.7% to -$69.5 million in 2025, then jumped by 100.32% to $222639.7 in 2026.
- The last three Gains from Investment Securities figures came in at $222639.7 (Q2 2026), $2.3 million (Q1 2026), and -$69.5 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 | 222,639.69 |
| Mar 31, 2026 | 2.34 Mn |
| Dec 31, 2025 | -69.48 Mn |
| Sep 30, 2025 | 72.56 Mn |
| Jun 30, 2025 | -71.62 Mn |
| Mar 31, 2025 | 70.47 Mn |
| Dec 31, 2024 | -164.25 Mn |
| Jun 30, 2024 | 160.55 Mn |
| Mar 31, 2024 | 6.75 Mn |
| Sep 30, 2023 | -1.43 Bn |
| Dec 31, 2022 | -89.93 Mn |
| Jun 30, 2022 | 93.79 Mn |
| Mar 31, 2022 | 7.15 Mn |
| Jun 30, 2021 | 356,943.83 |
| Mar 31, 2021 | 3.30 Mn |
| Jun 30, 2020 | 410,302.60 |
| Mar 31, 2020 | 6.51 Mn |
| Sep 30, 2019 | 5.08 Mn |
| Jun 30, 2018 | -16.98 Mn |
| Mar 31, 2018 | 22.01 Mn |
LG Display Gains from Investment Securities 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=gains-from-investment-securities&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();