Cadence Design Systems (CDNS) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026)
Analysis
Cadence Design Systems (CDNS) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Nvidia | 5,434.79 Bn | 5,369.56 Bn | 72.14 Bn | 56.27% |
| 2 | Taiwan Semiconductor Manufacturing | 2,317.02 Bn | 2,212.96 Bn | 27.22 Bn | 23.86% |
| 3 | Broadcom | 1,694.72 Bn | 1,670.75 Bn | 20.46 Bn | 28.27% |
| 4 | Micron Technology | 1,210.15 Bn | 1,184.13 Bn | 35.06 Bn | 26.03% |
| 5 | Advanced Micro Devices | 1,003.04 Bn | 989.93 Bn | 6.20 Bn | 61.61% |
| 6 | Asml Holding | 672.40 Bn | 656.42 Bn | 5.90 Bn | 25.59% |
| 7 | Intel | 618.27 Bn | 604.15 Bn | 6.51 Bn | -3.44% |
| 8 | Lam Research | 384.49 Bn | 378.91 Bn | 3.48 Bn | 21.73% |
| 9 | Applied Materials | 376.47 Bn | 367.23 Bn | 4.59 Bn | 35.94% |
| 10 | Cadence Design Systems | 85.12 Bn | 83.68 Bn | 1.41 Bn | 16.18% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.18% |
| Mar 31, 2026 | 15.14% |
| Dec 31, 2025 | 12.83% |
| Sep 30, 2025 | 10.26% |
| Jun 30, 2025 | 7.28% |
| Mar 31, 2025 | 7.69% |
| Dec 31, 2024 | 13.64% |
| Sep 30, 2024 | 18.14% |
| Jun 30, 2024 | 21.40% |
| Mar 31, 2024 | 16.10% |
| Dec 31, 2023 | 8.55% |
| Sep 30, 2023 | 9.06% |
| Jun 30, 2023 | 16.88% |
| Mar 31, 2023 | 20.04% |
| Dec 31, 2022 | 21.42% |
| Oct 1, 2022 | 14.81% |
| Jul 2, 2022 | 4.89% |
| Apr 2, 2022 | 1.84% |
| Jan 1, 2022 | -1.68% |
| Oct 2, 2021 | 5.26% |
API Access
Cadence Design Systems Property, Plant & Equipment (Net) Growth (1y) 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-1y&ticker=CDNS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "CDNS", "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-1y&ticker=CDNS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();