Stitch Fix (SFIX) EBIT (2016 - 2026)
Stitch Fix's (SFIX) quarterly EBIT came in at -$4.0 million in Q2 2026, up 58.63% year-over-year from -$2.5 million in Q2 2025, and up 15.27% quarter-over-quarter from -$4.7 million in Q1 2026.
Stitch Fix (SFIX) EBIT (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed EBIT across 11 years of filings, most recently posting -$4.0 million for Q2 2026.
- In Q2 2026, EBIT rose 58.63% year-over-year to -$4.0 million; the TTM figure through May 2026 stood at -$28.5 million (up 58.99% YoY), while the FY2025 annual figure was -$38.9 million, up 70.84% from the prior year.
- EBIT came in at -$4.0 million for Q2 2026 at Stitch Fix, up from -$4.7 million in the prior quarter.
- In the past five years, EBIT ranged from a high of -$4.0 million in Q2 2026 to a low of -$76.9 million in Q2 2022.
- Average EBIT over 5 years is -$29.3 million, with a median of -$23.9 million recorded in 2023.
- Year-over-year, EBIT slumped 2523.57% in 2022 and surged 76.27% in 2025.
- Over 5 years, EBIT stood at -$48.5 million in 2022, then jumped by 40.95% to -$28.7 million in 2023, then soared by 68.72% to -$9.0 million in 2024, then climbed by 4.36% to -$8.6 million in 2025, then surged by 53.17% to -$4.0 million in 2026.
- Per Business Quant data, the three most recent EBIT figures were -$4.0 million in Q2 2026, -$4.7 million in Q1 2026, and -$8.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 51.31 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.23 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -556.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 104.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 47.51 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 35.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 22.10 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.18 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -4.02 Mn |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -4.02 Mn |
| Jan 31, 2026 | -4.74 Mn |
| Nov 1, 2025 | -8.58 Mn |
| Aug 2, 2025 | -11.21 Mn |
| May 3, 2025 | -9.71 Mn |
| Feb 1, 2025 | -9.03 Mn |
| Nov 2, 2024 | -8.97 Mn |
| Aug 3, 2024 | -41.89 Mn |
| Apr 27, 2024 | -24.84 Mn |
| Jan 27, 2024 | -38.04 Mn |
| Oct 28, 2023 | -28.66 Mn |
| Jul 29, 2023 | -22.94 Mn |
| Apr 29, 2023 | -20.52 Mn |
| Jan 28, 2023 | -63.28 Mn |
| Oct 29, 2022 | -48.54 Mn |
| Jul 30, 2022 | -75.04 Mn |
| Apr 30, 2022 | -76.88 Mn |
| Jan 29, 2022 | -30.70 Mn |
| Oct 30, 2021 | -1.85 Mn |
| Jul 31, 2021 | 20.74 Mn |
Stitch Fix EBIT 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=ebit&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();