Zscaler (ZS) Change in Account Payables (2017 - 2026)
Zscaler's (ZS) quarterly Change in Account Payables came in at -$19.2 million in Q1 2026, down 1929.1% year-over-year from $1.0 million in Q1 2025, and down 551.77% quarter-over-quarter from -$2.9 million in Q4 2025.
Zscaler (ZS) Change in Account Payables (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Change in Account Payables for 10 consecutive years, with -$19.2 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Change in Account Payables fell 1929.1% year-over-year to -$19.2 million in Q1 2026; TTM through Jan 2026 was -$4.7 million, a 170.17% decrease from a year earlier, with the FY2026 full-year figure at -$10.6 million, down 160.61% from the prior year.
- Change in Account Payables was -$19.2 million for Q1 2026 at Zscaler, down from -$2.9 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $28.8 million in Q2 2025 and troughed at -$19.2 million in Q1 2026.
- A 5-year average of $388764.7 and a median of $985000.0 in 2022 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables soared 1006.02% in 2022 and sank 1929.1% in 2026, its largest moves.
- Over 5 years, Change in Account Payables stood at $3.0 million in 2022, then surged by 53.2% to $4.6 million in 2023, then slumped by 77.31% to $1.0 million in 2024, then tumbled by 382.07% to -$2.9 million in 2025, then tumbled by 551.77% to -$19.2 million in 2026.
- The last three Change in Account Payables figures came in at -$19.2 million (Q1 2026), -$2.9 million (Q4 2025), and -$11.4 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -7.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 46.64 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 75.70 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 130.90 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 133.62 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 | -23.27 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | -3.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -19.18 Mn |
| Oct 31, 2025 | -2.94 Mn |
| Jul 31, 2025 | -11.42 Mn |
| Apr 30, 2025 | 28.85 Mn |
| Jan 31, 2025 | -945,000.00 |
| Oct 31, 2024 | 1.04 Mn |
| Jul 31, 2024 | -3.36 Mn |
| Apr 30, 2024 | 9.93 Mn |
| Jan 31, 2024 | -7.01 Mn |
| Oct 31, 2023 | 4.60 Mn |
| Jul 31, 2023 | -4.34 Mn |
| Apr 30, 2023 | -9.31 Mn |
| Jan 31, 2023 | 2.23 Mn |
| Oct 31, 2022 | 3.00 Mn |
| Jul 31, 2022 | 11.39 Mn |
| Apr 30, 2022 | 3.07 Mn |
| Jan 31, 2022 | 985,000.00 |
| Oct 31, 2021 | -1.09 Mn |
| Jul 31, 2021 | 1.03 Mn |
| Apr 30, 2021 | 1.79 Mn |
Zscaler Change in Account Payables 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=change-in-account-payables&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();