LG Display (LPL) Change in Acquisitions & Divestments (2009 - 2026)
LG Display's (LPL) quarterly Change in Acquisitions & Divestments came in at -$221306.5 in Q2 2026, down 100.37% year-over-year from $59.5 million in Q2 2025, and up 1.39% quarter-over-quarter from -$224417.2 in Q1 2026.
LG Display (LPL) Change in Acquisitions & Divestments (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Change in Acquisitions & Divestments for 18 consecutive years, with -$221306.5 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Acquisitions & Divestments fell 100.37% year-over-year to -$221306.5 in Q2 2026; TTM through Jun 2026 was -$70.9 million, a 87.59% increase from a year earlier, with the FY2025 full-year figure at -$983458.3, down 107.77% from the prior year.
- Change in Acquisitions & Divestments was -$221306.5 for Q2 2026 at LG Display, up from -$224417.2 in the prior quarter.
- Over five years, Change in Acquisitions & Divestments peaked at $1.3 billion in Q2 2024 and troughed at -$657.6 million in Q4 2024.
- A 5-year average of $805115.0 and a median of -$221306.5 in 2026 frame the typical range for Change in Acquisitions & Divestments.
- Across the five-year window, Change in Acquisitions & Divestments surged 1804.38% in 2022 and tumbled 1808.97% in 2023, its largest moves.
- Over 5 years, Change in Acquisitions & Divestments stood at -$93.8 million in 2022, then soared by 277.35% to $166.4 million in 2023, then slumped by 495.17% to -$657.6 million in 2024, then jumped by 89.28% to -$70.5 million in 2025, then surged by 99.69% to -$221306.5 in 2026.
- The last three Change in Acquisitions & Divestments figures came in at -$221306.5 (Q2 2026), -$224417.2 (Q1 2026), and -$70.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 | -221,306.52 |
| Mar 31, 2026 | -224,417.25 |
| Dec 31, 2025 | -70.49 Mn |
| Jun 30, 2025 | 59.54 Mn |
| Mar 31, 2025 | 11.87 Mn |
| Dec 31, 2024 | -657.62 Mn |
| Sep 30, 2024 | 14.47 Mn |
| Jun 30, 2024 | 1.28 Bn |
| Mar 31, 2024 | -627.24 Mn |
| Dec 31, 2023 | 166.41 Mn |
| Sep 30, 2023 | -168.74 Mn |
| Jun 30, 2023 | 75.56 Mn |
| Mar 31, 2023 | -79.93 Mn |
| Dec 31, 2022 | -93.83 Mn |
| Sep 30, 2022 | 9.87 Mn |
| Jun 30, 2022 | -7.16 Mn |
| Mar 31, 2022 | 106.29 Mn |
| Dec 31, 2021 | -30.60 Mn |
| Sep 30, 2021 | 518,466.63 |
| Jun 30, 2021 | -9.55 Mn |
LG Display Change in Acquisitions & Divestments 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=change-in-acquisitions-and-divestments&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();