LG Display (LPL) Cash from Investing Activities (2009 - 2026)
LG Display's (LPL) quarterly Cash from Investing Activities came in at -$573.4 million in Q2 2026, down 756.34% year-over-year from $87.4 million in Q2 2025, and down 159.05% quarter-over-quarter from -$221.3 million in Q1 2026.
LG Display (LPL) Cash from Investing Activities (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Cash from Investing Activities for 18 consecutive years, with -$573.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 756.34% year-over-year to -$573.4 million in Q2 2026; TTM through Jun 2026 was -$1.4 billion, a 114.07% decrease from a year earlier, with the FY2025 full-year figure at -$676.8 million, up 30.89% from the prior year.
- Cash from Investing Activities was -$573.4 million for Q2 2026 at LG Display, down from -$221.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $1.1 billion in Q2 2023 and troughed at -$2.6 billion in Q4 2022.
- A 5-year average of -$529.3 million and a median of -$498.7 million in 2026 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 443.35% in 2025 and tumbled 756.34% in 2026, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$2.6 billion in 2022, then soared by 83.98% to -$423.9 million in 2023, then advanced by 24.6% to -$319.6 million in 2024, then sank by 325.86% to -$1.4 billion in 2025, then jumped by 57.87% to -$573.4 million in 2026.
- The last three Cash from Investing Activities figures came in at -$573.4 million (Q2 2026), -$221.3 million (Q1 2026), and -$1.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | -304.40 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | -522.59 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | -13.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | -10.15 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | -100.89 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | -6.50 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | -573.41 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | - |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | -2.24 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | -77.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -573.41 Mn |
| Mar 31, 2026 | -221.35 Mn |
| Dec 31, 2025 | -1.36 Bn |
| Sep 30, 2025 | 801.35 Mn |
| Jun 30, 2025 | 87.36 Mn |
| Mar 31, 2025 | -167.13 Mn |
| Dec 31, 2024 | -319.63 Mn |
| Sep 30, 2024 | -233.39 Mn |
| Jun 30, 2024 | 641.01 Mn |
| Mar 31, 2024 | -1.11 Bn |
| Dec 31, 2023 | -423.90 Mn |
| Sep 30, 2023 | -2.07 Bn |
| Jun 30, 2023 | 1.11 Bn |
| Mar 31, 2023 | -600.90 Mn |
| Dec 31, 2022 | -2.65 Bn |
| Sep 30, 2022 | -1.08 Bn |
| Jun 30, 2022 | -692.50 Mn |
| Mar 31, 2022 | -659.13 Mn |
| Dec 31, 2021 | -1.99 Bn |
| Sep 30, 2021 | -623.58 Mn |
LG Display Cash from Investing Activities 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=cash-from-investing-activities&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();