Zscaler (ZS) Retained Earnings (2017 - 2026)
Zscaler's (ZS) quarterly Retained Earnings came in at $3.9 billion in Q3 2026, up 29.99% year-over-year from $3.0 billion in Q3 2025, and up 13.42% quarter-over-quarter from $3.4 billion in Q1 2026.
Zscaler (ZS) Retained Earnings (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Retained Earnings for 10 consecutive years, with $3.9 billion the latest figure, recorded in Q3 2026.
- On a quarterly basis, Retained Earnings rose 29.99% year-over-year to $3.9 billion in Q3 2026; TTM through Jul 2026 was $3.9 billion, a 29.99% increase from a year earlier, with the FY2026 full-year figure at $3.9 billion, up 29.99% from the prior year.
- Retained Earnings was $3.9 billion for Q3 2026 at Zscaler, up from $3.4 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $3.9 billion in Q3 2026 and troughed at $1.3 billion in Q1 2022.
- A 5-year average of $2.3 billion and a median of $2.2 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings soared 41.08% in 2022 and climbed 14.21% in 2023, its largest moves.
- Over 5 years, Retained Earnings stood at $1.4 billion in 2022, then surged by 36.77% to $1.9 billion in 2023, then surged by 33.03% to $2.6 billion in 2024, then climbed by 22.46% to $3.2 billion in 2025, then rose by 22.01% to $3.9 billion in 2026.
- The last three Retained Earnings figures came in at $3.9 billion (Q3 2026), $3.4 billion (Q1 2026), and $3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 2.79 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 6.34 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | -316.70 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 12.50 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 234.92 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 1.14 Bn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | 3.87 Bn |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 4.85 Bn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 9.35 Bn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -1.25 Bn |
| Jan 31, 2026 | -1.24 Bn |
| Oct 31, 2025 | -1.20 Bn |
| Jul 31, 2025 | -1.19 Bn |
| Apr 30, 2025 | -1.17 Bn |
| Jan 31, 2025 | -1.17 Bn |
| Oct 31, 2024 | -1.16 Bn |
| Jul 31, 2024 | -1.15 Bn |
| Apr 30, 2024 | -1.13 Bn |
| Jan 31, 2024 | -1.15 Bn |
| Oct 31, 2023 | -1.12 Bn |
| Jul 31, 2023 | -1.09 Bn |
| Apr 30, 2023 | -1.06 Bn |
| Jan 31, 2023 | -1.01 Bn |
| Oct 31, 2022 | -956.20 Mn |
| Jul 31, 2022 | -991.88 Mn |
| Apr 30, 2022 | -894.23 Mn |
| Jan 31, 2022 | -792.82 Mn |
| Oct 31, 2021 | -692.40 Mn |
| Jul 31, 2021 | -601.60 Mn |
Zscaler Retained Earnings 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=retained-earnings&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();