Stitch Fix (SFIX) EBT (2016 - 2026)
Stitch Fix's (SFIX) quarterly EBT came in at -$1.5 million in Q2 2026, up 79.62% year-over-year from -$810035.1 in Q2 2025, and up 43.78% quarter-over-quarter from -$2.6 million in Q1 2026.
Stitch Fix (SFIX) EBT (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed EBT across 11 years of filings, most recently posting -$1.5 million for Q2 2026.
- In Q2 2026, EBT rose 79.62% year-over-year to -$1.5 million; the TTM figure through May 2026 stood at -$18.7 million (up 67.56% YoY), while the FY2025 annual figure was -$28.0 million, up 76.75% from the prior year.
- EBT came in at -$1.5 million for Q2 2026 at Stitch Fix, up from -$2.6 million in the prior quarter.
- In the past five years, EBT ranged from a high of -$1.5 million in Q2 2026 to a low of -$77.6 million in Q2 2022.
- Average EBT over 5 years is -$27.3 million, with a median of -$20.9 million recorded in 2023.
- Year-over-year, EBT slumped 2851.69% in 2022 and soared 81.48% in 2025.
- Over 5 years, EBT stood at -$48.0 million in 2022, then jumped by 45.79% to -$26.0 million in 2023, then soared by 76.52% to -$6.1 million in 2024, then fell by 3.24% to -$6.3 million in 2025, then soared by 76.92% to -$1.5 million in 2026.
- Per Business Quant data, the three most recent EBT figures were -$1.5 million in Q2 2026, -$2.6 million in Q1 2026, and -$6.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 120.69 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 2.62 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -533.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 2.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 49.91 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 37.54 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 24.86 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 26.93 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.46 Mn |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -1.46 Mn |
| Jan 31, 2026 | -2.59 Mn |
| Nov 1, 2025 | -6.30 Mn |
| Aug 2, 2025 | -8.34 Mn |
| May 3, 2025 | -7.14 Mn |
| Feb 1, 2025 | -6.44 Mn |
| Nov 2, 2024 | -6.11 Mn |
| Aug 3, 2024 | -37.91 Mn |
| Apr 27, 2024 | -21.85 Mn |
| Jan 27, 2024 | -34.79 Mn |
| Oct 28, 2023 | -26.00 Mn |
| Jul 29, 2023 | -19.90 Mn |
| Apr 29, 2023 | -18.29 Mn |
| Jan 28, 2023 | -63.31 Mn |
| Oct 29, 2022 | -47.97 Mn |
| Jul 30, 2022 | -74.12 Mn |
| Apr 30, 2022 | -77.63 Mn |
| Jan 29, 2022 | -30.57 Mn |
| Oct 30, 2021 | -1.63 Mn |
| Jul 31, 2021 | 20.66 Mn |
Stitch Fix EBT 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=ebt&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();