Snowflake (SNOW) Other Non Operating Income (2019 - 2026)
Snowflake's (SNOW) quarterly Other Non Operating Income came in at $34.8 million in Q3 2026, up 797.33% year-over-year from $3.9 million in Q3 2025, and up 463.2% quarter-over-quarter from -$9.6 million in Q2 2026.
Snowflake (SNOW) Other Non Operating Income (2019 - 2026) Analysis & Trends
Snowflake has disclosed Other Non Operating Income across 8 years of filings, most recently posting $34.8 million for Q3 2026.
- In Q3 2026, Other Non Operating Income rose 797.33% year-over-year to $34.8 million; the TTM figure through Jul 2026 stood at -$769000.0 (up 98.03% YoY), while the FY2026 annual figure was -$59.0 million, down 66.96% from the prior year.
- Other Non Operating Income came in at $34.8 million for Q3 2026 at Snowflake, up from -$9.6 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $47.5 million in Q1 2024 to a low of -$28.1 million in Q2 2025.
- Average Other Non Operating Income over 5 years is -$2.8 million, with a median of -$5.0 million recorded in 2025.
- The largest YoY upside for Other Non Operating Income was 1906.31% in 2022 against a maximum downside of 1637.91% in 2022.
- Over 5 years, Other Non Operating Income stood at -$13.3 million in 2022, then surged by 68.58% to -$4.2 million in 2023, then sank by 103.21% to -$8.5 million in 2024, then soared by 78.12% to -$1.9 million in 2025, then jumped by 1974.97% to $34.8 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $34.8 million in Q3 2026, -$9.6 million in Q2 2026, and -$24.1 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 | 34.76 Mn |
| Apr 30, 2026 | -9.57 Mn |
| Jan 31, 2026 | -24.11 Mn |
| Oct 31, 2025 | -1.85 Mn |
| Jul 31, 2025 | -4.99 Mn |
| Apr 30, 2025 | -28.06 Mn |
| Jan 31, 2025 | 2.38 Mn |
| Oct 31, 2024 | -8.47 Mn |
| Jul 31, 2024 | -7.95 Mn |
| Apr 30, 2024 | -21.30 Mn |
| Jan 31, 2024 | 47.53 Mn |
| Oct 31, 2023 | -4.17 Mn |
| Jul 31, 2023 | 4.09 Mn |
| Apr 30, 2023 | -2.56 Mn |
| Jan 31, 2023 | -2.89 Mn |
| Oct 31, 2022 | -13.27 Mn |
| Jul 31, 2022 | -22.92 Mn |
| Apr 30, 2022 | -8.48 Mn |
| Jan 31, 2022 | 19.08 Mn |
| Oct 31, 2021 | 1.61 Mn |
Snowflake Other Non Operating 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=other-non-operating-income&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();