LG Display (LPL) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
LG Display (LPL) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 1.16 Bn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 3.00 Bn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 346.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 513.16 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 1.75 Bn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 145.30 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | 9.40 Bn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 166.42 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 47.05 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 35.24 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.40 Bn |
| Mar 31, 2026 | 9.78 Bn |
| Dec 31, 2025 | 10.01 Bn |
| Sep 30, 2025 | 10.79 Bn |
| Jun 30, 2025 | 10.98 Bn |
| Mar 31, 2025 | 11.30 Bn |
| Dec 31, 2024 | 12.36 Bn |
| Sep 30, 2024 | 12.89 Bn |
| Jun 30, 2024 | 13.88 Bn |
| Mar 31, 2024 | 14.82 Bn |
| Dec 31, 2023 | 460.18 Mn |
| Sep 30, 2023 | 15.97 Bn |
| Jun 30, 2023 | 15.86 Bn |
| Mar 31, 2023 | 16.62 Bn |
| Dec 31, 2022 | 15.43 Bn |
| Sep 30, 2022 | 17.04 Bn |
| Jun 30, 2022 | 17.05 Bn |
| Mar 31, 2022 | 17.19 Bn |
| Dec 31, 2021 | 17.37 Bn |
| Sep 30, 2021 | 10.01 Bn |
API Access
LG Display Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();