Arista Networks (ANET) Depreciation and Depletion (2013 - 2025)
Analysis
Arista Networks (ANET) Depreciation and Depletion (2013 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Depletion (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | - |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | - |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | - |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | - |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | - |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | - |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | - |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | - |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | - |
| 10 | Lumentum Holdings | 83.43 Bn | 75.24 Bn | 477.30 Mn | 37.60 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 7.70 Mn |
| Sep 30, 2025 | 7.40 Mn |
| Jun 30, 2025 | 7.70 Mn |
| Mar 31, 2025 | 8.00 Mn |
| Dec 31, 2024 | 8.40 Mn |
| Sep 30, 2024 | 8.50 Mn |
| Jun 30, 2024 | 8.50 Mn |
| Mar 31, 2024 | 8.60 Mn |
| Dec 31, 2023 | 8.20 Mn |
| Sep 30, 2023 | 8.60 Mn |
| Jun 30, 2023 | 7.80 Mn |
| Mar 31, 2023 | 7.10 Mn |
| Dec 31, 2022 | 6.90 Mn |
| Sep 30, 2022 | 6.90 Mn |
| Jun 30, 2022 | 6.20 Mn |
| Mar 31, 2022 | 5.60 Mn |
| Dec 31, 2021 | 4.90 Mn |
| Sep 30, 2021 | 4.90 Mn |
| Jun 30, 2021 | 4.80 Mn |
| Mar 31, 2021 | 4.90 Mn |
API Access
Arista Networks Depreciation and Depletion 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=depreciation-and-depletion&ticker=ANET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-depletion", "ticker": "ANET", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=depreciation-and-depletion&ticker=ANET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();