Zscaler (ZS) Current Assets (2017 - 2026)
Zscaler's (ZS) quarterly Current Assets came in at $5.0 billion in Q3 2026, up 2.8% year-over-year from $4.9 billion in Q3 2025, and up 13.04% quarter-over-quarter from $4.5 billion in Q1 2026.
Zscaler (ZS) Current Assets (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Current Assets for 10 consecutive years, with $5.0 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Current Assets rose 2.8% year-over-year to $5.0 billion in Q3 2026; TTM through Jul 2026 was $5.0 billion, a 2.8% increase from a year earlier, with the FY2026 full-year figure at $5.0 billion, up 2.8% from the prior year.
- Current Assets was $5.0 billion for Q3 2026 at Zscaler, up from $4.5 billion in the prior quarter.
- Over five years, Current Assets peaked at $5.0 billion in Q3 2026 and troughed at $2.0 billion in Q1 2022.
- A 5-year average of $3.2 billion and a median of $3.1 billion in 2024 frame the typical range for Current Assets.
- Across the five-year window, Current Assets jumped 44.09% in 2025 and grew 2.8% in 2026, its largest moves.
- Over 5 years, Current Assets stood at $2.2 billion in 2022, then climbed by 29.47% to $2.9 billion in 2023, then grew by 17.37% to $3.4 billion in 2024, then climbed by 23.93% to $4.2 billion in 2025, then gained by 19.62% to $5.0 billion in 2026.
- The last three Current Assets figures came in at $5.0 billion (Q3 2026), $4.5 billion (Q1 2026), and $4.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 8.64 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 6.96 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 6.21 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 3.49 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 6.01 Bn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 3.00 Bn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | 5.03 Bn |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 3.13 Bn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 3.09 Bn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 30.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 5.03 Bn |
| Jan 31, 2026 | 4.45 Bn |
| Oct 31, 2025 | 4.21 Bn |
| Jul 31, 2025 | 4.89 Bn |
| Apr 30, 2025 | 3.92 Bn |
| Jan 31, 2025 | 3.67 Bn |
| Oct 31, 2024 | 3.39 Bn |
| Jul 31, 2024 | 3.40 Bn |
| Apr 30, 2024 | 2.97 Bn |
| Jan 31, 2024 | 3.14 Bn |
| Oct 31, 2023 | 2.89 Bn |
| Jul 31, 2023 | 2.89 Bn |
| Apr 30, 2023 | 2.53 Bn |
| Jan 31, 2023 | 2.42 Bn |
| Oct 31, 2022 | 2.23 Bn |
| Jul 31, 2022 | 2.26 Bn |
| Apr 30, 2022 | 2.05 Bn |
| Jan 31, 2022 | 1.99 Bn |
| Oct 31, 2021 | 1.86 Bn |
| Jul 31, 2021 | 1.85 Bn |
Zscaler Current Assets 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=current-assets&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();