Zscaler (ZS) EPS (Basic) (2017 - 2026)
Zscaler's (ZS) quarterly EPS (Basic) came in at -$0.21 in Q1 2026, down 327.5% year-over-year from $0.09 in Q1 2025, and down 193.4% quarter-over-quarter from -$0.07 in Q4 2025.
Zscaler (ZS) EPS (Basic) (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported EPS (Basic) for 10 consecutive years, with -$0.21 the latest figure, recorded in Q1 2026.
- On a quarterly basis, EPS (Basic) fell 327.5% year-over-year to -$0.21 in Q1 2026; TTM through Jan 2026 was -$0.42, a 319.19% decrease from a year earlier, with the FY2026 full-year figure at -$0.39, down 46.79% from the prior year.
- EPS (Basic) was -$0.21 for Q1 2026 at Zscaler, down from -$0.07 in the prior quarter.
- Over five years, EPS (Basic) peaked at $0.13 in Q2 2024 and troughed at -$0.72 in Q2 2022.
- A 5-year average of -$0.26 and a median of -$0.21 in 2023 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) soared 140.16% in 2024 and slumped 327.5% in 2026, its largest moves.
- Over 5 years, EPS (Basic) stood at -$0.48 in 2022, then jumped by 52.25% to -$0.23 in 2023, then jumped by 65.18% to -$0.08 in 2024, then climbed by 7.29% to -$0.07 in 2025, then plunged by 193.4% to -$0.21 in 2026.
- The last three EPS (Basic) figures came in at -$0.21 (Q1 2026), -$0.07 (Q4 2025), and -$0.11 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -0.38 |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 0.01 |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 0.83 |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -0.55 |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 0.13 |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 0.37 |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 0.51 |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 0.67 |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 9.43 |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -0.21 |
| Oct 31, 2025 | -0.07 |
| Jul 31, 2025 | -0.11 |
| Apr 30, 2025 | -0.03 |
| Jan 31, 2025 | -0.05 |
| Oct 31, 2024 | -0.08 |
| Jul 31, 2024 | -0.10 |
| Apr 30, 2024 | 0.13 |
| Jan 31, 2024 | -0.19 |
| Oct 31, 2023 | -0.23 |
| Jul 31, 2023 | -0.21 |
| Apr 30, 2023 | -0.32 |
| Jan 31, 2023 | -0.40 |
| Oct 31, 2022 | -0.48 |
| Jul 31, 2022 | -0.69 |
| Apr 30, 2022 | -0.72 |
| Jan 31, 2022 | -0.71 |
| Oct 31, 2021 | -0.65 |
| Jul 31, 2021 | -0.60 |
| Apr 30, 2021 | -0.43 |
Zscaler EPS (Basic) 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=eps-basic&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();