Zscaler (ZS) Depreciation & Amortization (CF) (2017 - 2026)
Zscaler's (ZS) quarterly Depreciation & Amortization (CF) came in at $1.9 million in Q2 2018, up 11.76% year-over-year from $1.7 million in Q2 2017, and up 11.76% quarter-over-quarter from $1.7 million in Q2 2017.
Zscaler (ZS) Depreciation & Amortization (CF) (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Depreciation & Amortization (CF) for 2 consecutive years, with $1.9 million the latest figure, recorded in Q2 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 341.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 82.08 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 41.40 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 68.63 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 19.49 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 21.47 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 5.94 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | - |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | 34.90 Mn |
| Oct 31, 2025 | 32.70 Mn |
| Jul 31, 2025 | 30.26 Mn |
| Apr 30, 2025 | 28.20 Mn |
| Jan 31, 2025 | 24.50 Mn |
| Oct 31, 2024 | 21.42 Mn |
| Jul 31, 2024 | 19.28 Mn |
| Apr 30, 2024 | 17.70 Mn |
| Jan 31, 2024 | 15.40 Mn |
| Oct 31, 2023 | 14.00 Mn |
| Jul 31, 2023 | 16.00 Mn |
| Apr 30, 2023 | 14.50 Mn |
| Jan 31, 2023 | 13.40 Mn |
| Oct 31, 2022 | 11.90 Mn |
| Jul 31, 2022 | 11.06 Mn |
| Apr 30, 2022 | 10.40 Mn |
| Jan 31, 2022 | 10.00 Mn |
| Oct 31, 2021 | 9.02 Mn |
| Jul 31, 2021 | 8.30 Mn |
| Apr 30, 2021 | 8.10 Mn |
Zscaler Depreciation & Amortization (CF) 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-amortization-cf&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "ticker": "ZS", "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-amortization-cf&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();