Snowflake (SNOW) Net Cash Flow (2020 - 2026)
Snowflake's (SNOW) quarterly Net Cash Flow came in at -$375.1 million in Q3 2026, down 4.67% year-over-year from -$393.5 million in Q3 2025, and up 48.81% quarter-over-quarter from -$732.8 million in Q2 2026.
Snowflake (SNOW) Net Cash Flow (2020 - 2026) Analysis & Trends
Snowflake has disclosed Net Cash Flow across 7 years of filings, most recently posting -$375.1 million for Q3 2026.
- In Q3 2026, Net Cash Flow fell 4.67% year-over-year to -$375.1 million; the TTM figure through Jul 2026 stood at -$209.1 million (down 132.69% YoY), while the FY2026 annual figure was $148.8 million, down 83.89% from the prior year.
- Net Cash Flow came in at -$375.1 million for Q3 2026 at Snowflake, up from -$732.8 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $875.1 million in Q1 2026 to a low of -$732.8 million in Q2 2026.
- Average Net Cash Flow over 5 years is $41.9 million, with a median of -$17.0 million recorded in 2022.
- Year-over-year, Net Cash Flow sank 1582.39% in 2023 and soared 592.34% in 2024.
- Over 5 years, Net Cash Flow stood at -$85.9 million in 2022, then jumped by 370.2% to $232.1 million in 2023, then surged by 267.15% to $852.2 million in 2024, then plunged by 97.21% to $23.8 million in 2025, then tumbled by 1678.04% to -$375.1 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$375.1 million in Q3 2026, -$732.8 million in Q2 2026, and $875.1 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 154.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 462.67 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 | -375.13 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 7.82 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 140.92 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -31.77 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 4.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -796.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -375.13 Mn |
| Apr 30, 2026 | -732.80 Mn |
| Jan 31, 2026 | 875.08 Mn |
| Oct 31, 2025 | 23.77 Mn |
| Jul 31, 2025 | -358.40 Mn |
| Apr 30, 2025 | -391.67 Mn |
| Jan 31, 2025 | 537.50 Mn |
| Oct 31, 2024 | 852.20 Mn |
| Jul 31, 2024 | -36.60 Mn |
| Apr 30, 2024 | -429.21 Mn |
| Jan 31, 2024 | 778.52 Mn |
| Oct 31, 2023 | 232.12 Mn |
| Jul 31, 2023 | 102.07 Mn |
| Apr 30, 2023 | -286.43 Mn |
| Jan 31, 2023 | 112.45 Mn |
| Oct 31, 2022 | -85.91 Mn |
| Jul 31, 2022 | -154.39 Mn |
| Apr 30, 2022 | -17.03 Mn |
| Jan 31, 2022 | 150.59 Mn |
| Oct 31, 2021 | 237.01 Mn |
Snowflake Net Cash Flow 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=net-cash-flow&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();