Zscaler (ZS) Other Non Operating Income (2019 - 2026)
Zscaler's (ZS) quarterly Other Non Operating Income came in at $803000.0 in Q1 2026, up 116.27% year-over-year from $371298.2 in Q1 2025, and up 126.42% quarter-over-quarter from -$3.0 million in Q4 2025.
Zscaler (ZS) Other Non Operating Income (2019 - 2026) Analysis & Trends
Zscaler (ZS) has reported Other Non Operating Income for 8 consecutive years, with $803000.0 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Other Non Operating Income rose 116.27% year-over-year to $803000.0 in Q1 2026; TTM through Jan 2026 was -$2.3 million, a 72.03% increase from a year earlier, with the FY2026 full-year figure at -$8.2 million, down 44.72% from the prior year.
- Other Non Operating Income was $803000.0 for Q1 2026 at Zscaler, up from -$3.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $803000.0 in Q1 2026 and troughed at -$4.9 million in Q1 2025.
- A 5-year average of -$1.0 million and a median of -$809000.0 in 2023 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 173.03% in 2025, down 2969.77% in 2025.
- Over 5 years, Other Non Operating Income stood at -$863000.0 in 2022, then sank by 40.44% to -$1.2 million in 2023, then jumped by 46.2% to -$652000.0 in 2024, then slumped by 366.1% to -$3.0 million in 2025, then surged by 126.42% to $803000.0 in 2026.
- The last three Other Non Operating Income figures came in at $803000.0 (Q1 2026), -$3.0 million (Q4 2025), and -$762000.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 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 | 803,000.00 |
| Oct 31, 2025 | -3.04 Mn |
| Jul 31, 2025 | -762,000.00 |
| Apr 30, 2025 | 677,000.00 |
| Jan 31, 2025 | -4.94 Mn |
| Oct 31, 2024 | -652,000.00 |
| Jul 31, 2024 | -1.78 Mn |
| Apr 30, 2024 | -927,000.00 |
| Jan 31, 2024 | 172,000.00 |
| Oct 31, 2023 | -1.21 Mn |
| Jul 31, 2023 | -331,000.00 |
| Apr 30, 2023 | -809,000.00 |
| Jan 31, 2023 | 141,000.00 |
| Oct 31, 2022 | -863,000.00 |
| Jul 31, 2022 | -774,000.00 |
| Apr 30, 2022 | -2.00 Mn |
| Jan 31, 2022 | -844,000.00 |
| Oct 31, 2021 | -589,000.00 |
| Jul 31, 2021 | 329,000.00 |
| Apr 30, 2021 | 71,000.00 |
Zscaler Other Non Operating Income 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=other-non-operating-income&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();