Snowflake (SNOW) Net Income (2019 - 2026)
Snowflake's (SNOW) quarterly Net Income came in at -$191.7 million in Q3 2026, up 35.65% year-over-year from -$141.3 million in Q3 2025, and up 35.14% quarter-over-quarter from -$295.6 million in Q2 2026.
Snowflake (SNOW) Net Income (2019 - 2026) Analysis & Trends
Snowflake has disclosed Net Income across 8 years of filings, most recently posting -$191.7 million for Q3 2026.
- In Q3 2026, Net Income rose 35.65% year-over-year to -$191.7 million; the TTM figure through Jul 2026 stood at -$1.1 billion (up 21.21% YoY), while the FY2026 annual figure was -$1.3 billion, down 3.09% from the prior year.
- Net Income came in at -$191.7 million for Q3 2026 at Snowflake, up from -$295.6 million in the prior quarter.
- In the past five years, Net Income ranged from a high of -$132.2 million in Q1 2022 to a low of -$430.0 million in Q2 2025.
- Average Net Income over 5 years is -$256.5 million, with a median of -$227.3 million recorded in 2023.
- Year-over-year, Net Income plunged 91.7% in 2025 and soared 35.65% in 2026.
- Over 5 years, Net Income stood at -$201.4 million in 2022, then dropped by 6.58% to -$214.7 million in 2023, then plunged by 52.73% to -$327.9 million in 2024, then advanced by 11.07% to -$291.6 million in 2025, then soared by 34.25% to -$191.7 million in 2026.
- Per Business Quant data, the three most recent Net Income figures were -$191.7 million in Q3 2026, -$295.6 million in Q2 2026, and -$309.6 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -282.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 5.33 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 605.20 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -191.72 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 44.53 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 29.43 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 40.94 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 116.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 324.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -191.72 Mn |
| Apr 30, 2026 | -295.57 Mn |
| Jan 31, 2026 | -309.55 Mn |
| Oct 31, 2025 | -291.60 Mn |
| Jul 31, 2025 | -297.93 Mn |
| Apr 30, 2025 | -429.95 Mn |
| Jan 31, 2025 | -325.72 Mn |
| Oct 31, 2024 | -327.90 Mn |
| Jul 31, 2024 | -317.77 Mn |
| Apr 30, 2024 | -317.82 Mn |
| Jan 31, 2024 | -169.91 Mn |
| Oct 31, 2023 | -214.69 Mn |
| Jul 31, 2023 | -227.32 Mn |
| Apr 30, 2023 | -226.06 Mn |
| Jan 31, 2023 | -207.48 Mn |
| Oct 31, 2022 | -201.44 Mn |
| Jul 31, 2022 | -222.81 Mn |
| Apr 30, 2022 | -165.79 Mn |
| Jan 31, 2022 | -132.15 Mn |
| Oct 31, 2021 | -154.86 Mn |
Snowflake Net 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=net-income&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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-income&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();