Snowflake (SNOW) EPS (Basic) (2019 - 2026)
Snowflake's (SNOW) quarterly EPS (Basic) came in at -$0.55 in Q3 2026, up 38.24% year-over-year from -$0.4 in Q3 2025, and up 35.85% quarter-over-quarter from -$0.86 in Q2 2026.
Snowflake (SNOW) EPS (Basic) (2019 - 2026) Analysis & Trends
Snowflake has disclosed EPS (Basic) across 8 years of filings, most recently posting -$0.55 for Q3 2026.
- In Q3 2026, EPS (Basic) rose 38.24% year-over-year to -$0.55; the TTM figure through Jul 2026 stood at -$3.12 (up 24.38% YoY), while the FY2026 annual figure was -$3.94, down 1.63% from the prior year.
- EPS (Basic) came in at -$0.55 for Q3 2026 at Snowflake, up from -$0.86 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of -$0.44 in Q1 2022 to a low of -$1.29 in Q2 2025.
- Average EPS (Basic) over 5 years is -$0.78, with a median of -$0.7 recorded in 2022.
- Year-over-year, EPS (Basic) soared 68.67% in 2022 and sank 88.99% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.63 in 2022, then decreased by 3.61% to -$0.65 in 2023, then plunged by 51.6% to -$0.99 in 2024, then grew by 13.14% to -$0.86 in 2025, then soared by 36.06% to -$0.55 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.55 in Q3 2026, -$0.86 in Q2 2026, and -$0.92 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -0.38 |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 0.01 |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 0.83 |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -0.55 |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 0.13 |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 0.37 |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 0.51 |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 0.67 |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 9.43 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -0.55 |
| Apr 30, 2026 | -0.86 |
| Jan 31, 2026 | -0.92 |
| Oct 31, 2025 | -0.86 |
| Jul 31, 2025 | -0.89 |
| Apr 30, 2025 | -1.29 |
| Jan 31, 2025 | -0.98 |
| Oct 31, 2024 | -0.99 |
| Jul 31, 2024 | -0.95 |
| Apr 30, 2024 | -0.95 |
| Jan 31, 2024 | -0.52 |
| Oct 31, 2023 | -0.65 |
| Jul 31, 2023 | -0.69 |
| Apr 30, 2023 | -0.70 |
| Jan 31, 2023 | -0.65 |
| Oct 31, 2022 | -0.63 |
| Jul 31, 2022 | -0.70 |
| Apr 30, 2022 | -0.53 |
| Jan 31, 2022 | -0.44 |
| Oct 31, 2021 | -0.51 |
Snowflake EPS (Basic) 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=eps-basic&ticker=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();