Snowflake (SNOW) Other Working Capital Changes (2020 - 2026)
Snowflake's (SNOW) quarterly Other Working Capital Changes came in at -$64.3 million in Q3 2026, down 45.31% year-over-year from -$117.6 million in Q3 2025, and down 386.34% quarter-over-quarter from $22.5 million in Q2 2026.
Snowflake (SNOW) Other Working Capital Changes (2020 - 2026) Analysis & Trends
Snowflake has disclosed Other Working Capital Changes across 7 years of filings, most recently posting -$64.3 million for Q3 2026.
- In Q3 2026, Other Working Capital Changes fell 45.31% year-over-year to -$64.3 million; the TTM figure through Jul 2026 stood at $29.1 million (up 171.32% YoY), while the FY2026 annual figure was $44.5 million, up 193.3% from the prior year.
- Other Working Capital Changes came in at -$64.3 million for Q3 2026 at Snowflake, down from $22.5 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $927.6 million in Q1 2026 to a low of -$528.5 million in Q2 2026.
- Average Other Working Capital Changes over 5 years is $93.4 million, with a median of $12.8 million recorded in 2022.
- Year-over-year, Other Working Capital Changes slumped 286.63% in 2022 and surged 1753.72% in 2026.
- Over 5 years, Other Working Capital Changes stood at -$57.4 million in 2022, then surged by 91.88% to -$4.7 million in 2023, then slumped by 95.56% to -$9.1 million in 2024, then plunged by 75.54% to -$16.0 million in 2025, then tumbled by 302.11% to -$64.3 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$64.3 million in Q3 2026, $22.5 million in Q2 2026, and $86.9 million in Q1 2026.
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 |
|---|---|
| Jul 31, 2026 | -278.62 Mn |
| Jul 31, 2026 | -278.62 Mn |
| Apr 30, 2026 | -528.54 Mn |
| Apr 30, 2026 | -528.54 Mn |
| Jan 31, 2026 | 927.64 Mn |
| Jan 31, 2026 | 927.64 Mn |
| Oct 31, 2025 | 151.45 Mn |
| Oct 31, 2025 | 151.45 Mn |
| Jul 31, 2025 | -52.51 Mn |
| Jul 31, 2025 | -52.51 Mn |
| Apr 30, 2025 | -271.36 Mn |
| Apr 30, 2025 | -271.36 Mn |
| Jan 31, 2025 | 609.44 Mn |
| Jan 31, 2025 | 609.44 Mn |
| Oct 31, 2024 | 122.77 Mn |
| Oct 31, 2024 | 122.77 Mn |
| Jul 31, 2024 | -88.28 Mn |
| Jul 31, 2024 | -88.28 Mn |
| Apr 30, 2024 | -261.18 Mn |
| Apr 30, 2024 | -261.18 Mn |
Snowflake Other Working Capital Changes 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-working-capital-changes&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "SNOW", "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-working-capital-changes&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();