Zscaler (ZS) EBT (2017 - 2026)
Zscaler's (ZS) quarterly EBT came in at -$21.3 million in Q1 2026, down 28.79% year-over-year from -$29.9 million in Q1 2025, and down 154.33% quarter-over-quarter from -$8.4 million in Q4 2025.
Zscaler (ZS) EBT (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported EBT for 10 consecutive years, with -$21.3 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, EBT fell 28.79% year-over-year to -$21.3 million in Q1 2026; TTM through Jan 2026 was -$27.0 million, a 420.56% decrease from a year earlier, with the FY2026 full-year figure at -$17.1 million, up 6.3% from the prior year.
- EBT was -$21.3 million for Q1 2026 at Zscaler, down from -$8.4 million in the prior quarter.
- Over five years, EBT peaked at $20.9 million in Q2 2024 and troughed at -$101.9 million in Q2 2022.
- A 5-year average of -$32.7 million and a median of -$21.3 million in 2026 frame the typical range for EBT.
- Across the five-year window, EBT soared 153.01% in 2024 and slumped 89.71% in 2025, its largest moves.
- Over 5 years, EBT stood at -$63.4 million in 2022, then soared by 61.39% to -$24.5 million in 2023, then surged by 81.97% to -$4.4 million in 2024, then tumbled by 89.71% to -$8.4 million in 2025, then plunged by 154.33% to -$21.3 million in 2026.
- The last three EBT figures came in at -$21.3 million (Q1 2026), -$8.4 million (Q4 2025), and -$1.9 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -269.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 3.93 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 720.20 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -188.29 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 51.73 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 32.68 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 45.95 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 126.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 473.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -21.30 Mn |
| Oct 31, 2025 | -8.37 Mn |
| Jul 31, 2025 | -1.90 Mn |
| Apr 30, 2025 | 4.56 Mn |
| Jan 31, 2025 | -16.54 Mn |
| Oct 31, 2024 | -4.41 Mn |
| Jul 31, 2024 | -5.10 Mn |
| Apr 30, 2024 | 20.87 Mn |
| Jan 31, 2024 | -20.51 Mn |
| Oct 31, 2023 | -24.49 Mn |
| Jul 31, 2023 | -26.03 Mn |
| Apr 30, 2023 | -39.36 Mn |
| Jan 31, 2023 | -53.76 Mn |
| Oct 31, 2022 | -63.42 Mn |
| Jul 31, 2022 | -95.15 Mn |
| Apr 30, 2022 | -101.90 Mn |
| Jan 31, 2022 | -98.26 Mn |
| Oct 31, 2021 | -88.32 Mn |
| Jul 31, 2021 | -80.18 Mn |
| Apr 30, 2021 | -56.62 Mn |
Zscaler EBT 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=ebt&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();