Lam Research (LRCX) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026)
Analysis
Lam Research (LRCX) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Nvidia | 5,434.79 Bn | 5,369.56 Bn | 72.14 Bn | 55.50% |
| 2 | Taiwan Semiconductor Manufacturing | 2,317.02 Bn | 2,212.96 Bn | 27.22 Bn | 12.30% |
| 3 | Broadcom | 1,694.72 Bn | 1,670.75 Bn | 20.46 Bn | 12.98% |
| 4 | Micron Technology | 1,210.15 Bn | 1,184.13 Bn | 35.06 Bn | 13.37% |
| 5 | Advanced Micro Devices | 1,003.04 Bn | 989.93 Bn | 6.20 Bn | 30.68% |
| 6 | Asml Holding | 672.40 Bn | 656.42 Bn | 5.90 Bn | 31.68% |
| 7 | Intel | 618.27 Bn | 604.15 Bn | 6.51 Bn | 5.15% |
| 8 | Lam Research | 384.49 Bn | 378.91 Bn | 3.48 Bn | 16.77% |
| 9 | Applied Materials | 376.47 Bn | 367.23 Bn | 4.59 Bn | 29.12% |
| 10 | Arm Holdings | 352.85 Bn | 348.96 Bn | 1.25 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | 16.77% |
| Mar 29, 2026 | 15.44% |
| Dec 28, 2025 | 13.32% |
| Sep 28, 2025 | 13.46% |
| Jun 29, 2025 | 13.81% |
| Mar 30, 2025 | 14.95% |
| Dec 29, 2024 | 15.45% |
| Sep 29, 2024 | 17.28% |
| Jun 30, 2024 | 18.24% |
| Mar 31, 2024 | 19.46% |
| Dec 24, 2023 | 21.13% |
| Sep 24, 2023 | 23.02% |
| Jun 25, 2023 | 20.11% |
| Mar 26, 2023 | 20.94% |
| Dec 25, 2022 | 21.17% |
| Sep 25, 2022 | 18.61% |
| Jun 26, 2022 | 15.87% |
| Mar 27, 2022 | 14.51% |
| Dec 26, 2021 | 14.05% |
| Sep 26, 2021 | 12.99% |
API Access
Lam Research Property, Plant & Equipment (Net) Growth (3y) 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-growth-3y&ticker=LRCX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "LRCX", "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-growth-3y&ticker=LRCX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();