Snowflake (SNOW) Change in Cash (2020 - 2026)
Snowflake's (SNOW) quarterly Change in Cash came in at -$377.0 million in Q3 2026, down 5.14% year-over-year from -$397.4 million in Q3 2025, and up 48.75% quarter-over-quarter from -$735.6 million in Q2 2026.
Snowflake (SNOW) Change in Cash (2020 - 2026) Analysis & Trends
Snowflake has disclosed Change in Cash across 7 years of filings, most recently posting -$377.0 million for Q3 2026.
- In Q3 2026, Change in Cash fell 5.14% year-over-year to -$377.0 million; the TTM figure through Jul 2026 stood at -$209.2 million (down 132.3% YoY), while the FY2026 annual figure was $165.6 million, down 81.95% from the prior year.
- Change in Cash came in at -$377.0 million for Q3 2026 at Snowflake, up from -$735.6 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $879.7 million in Q1 2026 to a low of -$735.6 million in Q2 2026.
- Average Change in Cash over 5 years is $42.1 million, with a median of -$22.1 million recorded in 2022.
- Year-over-year, Change in Cash tumbled 1192.28% in 2023 and surged 546.03% in 2024.
- Over 5 years, Change in Cash stood at -$87.9 million in 2022, then jumped by 357.67% to $226.5 million in 2023, then jumped by 276.57% to $853.0 million in 2024, then slumped by 97.21% to $23.8 million in 2025, then slumped by 1684.46% to -$377.0 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$377.0 million in Q3 2026, -$735.6 million in Q2 2026, and $879.7 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 149.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 460.94 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 711.10 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -376.99 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 8.60 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 138.47 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -33.95 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 1.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -860.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -376.99 Mn |
| Apr 30, 2026 | -735.63 Mn |
| Jan 31, 2026 | 879.67 Mn |
| Oct 31, 2025 | 23.79 Mn |
| Jul 31, 2025 | -358.57 Mn |
| Apr 30, 2025 | -379.27 Mn |
| Jan 31, 2025 | 532.44 Mn |
| Oct 31, 2024 | 852.98 Mn |
| Jul 31, 2024 | -35.88 Mn |
| Apr 30, 2024 | -431.84 Mn |
| Jan 31, 2024 | 781.08 Mn |
| Oct 31, 2023 | 226.52 Mn |
| Jul 31, 2023 | 102.54 Mn |
| Apr 30, 2023 | -285.89 Mn |
| Jan 31, 2023 | 120.91 Mn |
| Oct 31, 2022 | -87.91 Mn |
| Jul 31, 2022 | -156.68 Mn |
| Apr 30, 2022 | -22.12 Mn |
| Jan 31, 2022 | 150.34 Mn |
| Oct 31, 2021 | 236.82 Mn |
Snowflake Change in Cash 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-cash&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();