LG Display (LPL) Capital Expenditures (2009 - 2026)
LG Display's (LPL) quarterly Capital Expenditures came in at -$456.7 million in Q2 2026, down 61.72% year-over-year from -$1.2 billion in Q2 2025, and down 207.75% quarter-over-quarter from -$148.4 million in Q1 2026.
LG Display (LPL) Capital Expenditures (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Capital Expenditures for 18 consecutive years, with -$456.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Capital Expenditures fell 61.72% year-over-year to -$456.7 million in Q2 2026; TTM through Jun 2026 was -$1.1 billion, a 24.1% increase from a year earlier, with the FY2025 full-year figure at -$932.2 million, up 39.07% from the prior year.
- Capital Expenditures was -$456.7 million for Q2 2026 at LG Display, down from -$148.4 million in the prior quarter.
- Over five years, Capital Expenditures peaked at -$21.6 million in Q3 2025 and troughed at -$1.6 billion in Q4 2022.
- A 5-year average of -$536.6 million and a median of -$455.3 million in 2026 frame the typical range for Capital Expenditures.
- Across the five-year window, Capital Expenditures tumbled 132.84% in 2022 and surged 91.86% in 2025, its largest moves.
- Over 5 years, Capital Expenditures stood at -$1.6 billion in 2022, then surged by 66.54% to -$544.2 million in 2023, then retreated by 27.14% to -$691.9 million in 2024, then surged by 34.4% to -$453.9 million in 2025, then fell by 0.6% to -$456.7 million in 2026.
- The last three Capital Expenditures figures came in at -$456.7 million (Q2 2026), -$148.4 million (Q1 2026), and -$453.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capital Expenditures (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 166.80 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 555.68 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 | 18.93 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 95.20 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 | -456.66 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.25 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 2.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -456.66 Mn |
| Mar 31, 2026 | -148.38 Mn |
| Dec 31, 2025 | -453.92 Mn |
| Sep 30, 2025 | -21.60 Mn |
| Jun 30, 2025 | -282.37 Mn |
| Mar 31, 2025 | -183.97 Mn |
| Dec 31, 2024 | -691.93 Mn |
| Sep 30, 2024 | -265.36 Mn |
| Jun 30, 2024 | -167.67 Mn |
| Mar 31, 2024 | -434.87 Mn |
| Dec 31, 2023 | -544.21 Mn |
| Sep 30, 2023 | -1.09 Bn |
| Jun 30, 2023 | -304.89 Mn |
| Mar 31, 2023 | -731.51 Mn |
| Dec 31, 2022 | -1.63 Bn |
| Sep 30, 2022 | -944.68 Mn |
| Jun 30, 2022 | -609.28 Mn |
| Mar 31, 2022 | -699.32 Mn |
| Dec 31, 2021 | -1.53 Bn |
| Sep 30, 2021 | -495.69 Mn |
LG Display Capital Expenditures 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=capital-expenditures&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();