Stitch Fix (SFIX) Net Income towards Common Stockholders (2016 - 2026)
Stitch Fix's (SFIX) quarterly Net Income towards Common Stockholders came in at -$1.5 million in Q2 2026, up 79.33% year-over-year from -$850385.5 in Q2 2025, and up 42.54% quarter-over-quarter from -$2.7 million in Q1 2026.
Stitch Fix (SFIX) Net Income towards Common Stockholders (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed Net Income towards Common Stockholders across 11 years of filings, most recently posting -$1.5 million for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders rose 79.33% year-over-year to -$1.5 million; the TTM figure through May 2026 stood at -$19.1 million (up 66.26% YoY), while the FY2025 annual figure was -$28.7 million, up 77.69% from the prior year.
- Net Income towards Common Stockholders came in at -$1.5 million for Q2 2026 at Stitch Fix, up from -$2.7 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of -$1.5 million in Q2 2026 to a low of -$96.3 million in Q3 2022.
- Average Net Income towards Common Stockholders over 5 years is -$29.8 million, with a median of -$24.0 million recorded in 2023.
- Year-over-year, Net Income towards Common Stockholders slumped 2960.65% in 2022 and jumped 81.62% in 2025.
- Over 5 years, Net Income towards Common Stockholders stood at -$55.9 million in 2022, then jumped by 53.2% to -$26.2 million in 2023, then soared by 76.07% to -$6.3 million in 2024, then retreated by 1.58% to -$6.4 million in 2025, then soared by 76.03% to -$1.5 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$1.5 million in Q2 2026, -$2.7 million in Q1 2026, and -$6.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.80 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.34 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 30.60 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.53 Mn |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -1.53 Mn |
| Jan 31, 2026 | -2.65 Mn |
| Nov 1, 2025 | -6.36 Mn |
| Aug 2, 2025 | -8.58 Mn |
| May 3, 2025 | -7.38 Mn |
| Feb 1, 2025 | -6.53 Mn |
| Nov 2, 2024 | -6.26 Mn |
| Aug 3, 2024 | -36.50 Mn |
| Apr 27, 2024 | -21.33 Mn |
| Jan 27, 2024 | -35.52 Mn |
| Oct 28, 2023 | -26.17 Mn |
| Jul 29, 2023 | -28.66 Mn |
| Apr 29, 2023 | -21.83 Mn |
| Jan 28, 2023 | -65.57 Mn |
| Oct 29, 2022 | -55.92 Mn |
| Jul 30, 2022 | -96.34 Mn |
| Apr 30, 2022 | -78.04 Mn |
| Jan 29, 2022 | -30.91 Mn |
| Oct 30, 2021 | -1.83 Mn |
| Jul 31, 2021 | 21.47 Mn |
Stitch Fix Net Income towards Common Stockholders 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-towards-common-stockholders&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "SFIX", "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-towards-common-stockholders&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();