Cisco Systems (CSCO) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
Cisco Systems (CSCO) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | 51.43 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | 2.76 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | 7.42 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | 312.50 Mn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 674.00 Mn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | 2.03 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | 2.48 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | 8.89 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 5.65 Bn |
| 10 | Lumentum Holdings | 83.43 Bn | 75.24 Bn | 477.30 Mn | 1.16 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 25, 2026 | 2.76 Bn |
| Apr 25, 2026 | 2.58 Bn |
| Jan 24, 2026 | 2.35 Bn |
| Oct 25, 2025 | 2.25 Bn |
| Jul 26, 2025 | 2.11 Bn |
| Apr 26, 2025 | 2.08 Bn |
| Jan 25, 2025 | 1.99 Bn |
| Oct 26, 2024 | 2.08 Bn |
| Jul 27, 2024 | 2.09 Bn |
| Apr 27, 2024 | 2.00 Bn |
| Jan 27, 2024 | 2.01 Bn |
| Oct 28, 2023 | 2.00 Bn |
| Jul 29, 2023 | 2.09 Bn |
| Apr 29, 2023 | 2.05 Bn |
| Jan 28, 2023 | 1.96 Bn |
| Oct 29, 2022 | 1.97 Bn |
| Jul 30, 2022 | 2.00 Bn |
| Apr 30, 2022 | 2.05 Bn |
| Jan 29, 2022 | 2.14 Bn |
| Oct 30, 2021 | 2.24 Bn |
API Access
Cisco Systems 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=CSCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "CSCO", "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=CSCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();