Snowflake (SNOW) Income towards Parent Company (2019 - 2026)
Snowflake's (SNOW) quarterly Income towards Parent Company 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) Income towards Parent Company (2019 - 2026) Analysis & Trends
Snowflake has disclosed Income towards Parent Company across 8 years of filings, most recently posting -$191.7 million for Q3 2026.
- In Q3 2026, Income towards Parent Company 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.
- Income towards Parent Company 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, Income towards Parent Company ranged from a high of -$132.2 million in Q1 2022 to a low of -$430.0 million in Q2 2025.
- Average Income towards Parent Company over 5 years is -$256.5 million, with a median of -$227.3 million recorded in 2023.
- Year-over-year, Income towards Parent Company plunged 91.7% in 2025 and soared 35.65% in 2026.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 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 Income towards Parent Company 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=income-towards-parent-company&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();