Stitch Fix (SFIX) Net Margin (2016 - 2026)
Stitch Fix's (SFIX) quarterly Net Margin came in at 0.45% in Q2 2026, up 182.0% year-over-year from 0.16% in Q2 2025, and up 42.37% quarter-over-quarter from 0.78% in Q1 2026.
Stitch Fix (SFIX) Net Margin (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed Net Margin across 11 years of filings, most recently posting 0.45% for Q2 2026.
- In Q2 2026, Net Margin rose 182.0% year-over-year to 0.45%; the TTM figure through May 2026 stood at 1.43% (up 301.0% YoY), while the FY2025 annual figure was 2.27%, up 737.0% from the prior year.
- Net Margin came in at 0.45% for Q2 2026 at Stitch Fix, up from 0.78% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 0.45% in Q2 2026 to a low of 22.57% in Q3 2022.
- Average Net Margin over 5 years is 7.5%, with a median of 6.3% recorded in 2022.
- Year-over-year, Net Margin slumped 2633 bps in 2022 and soared 1471 bps in 2023.
- Over 5 years, Net Margin stood at 12.6% in 2022, then soared by 43 bps to 7.17% in 2023, then jumped by 73 bps to 1.96% in 2024, then increased by 5 bps to 1.86% in 2025, then jumped by 76 bps to 0.45% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 0.45% in Q2 2026, 0.78% in Q1 2026, and 1.86% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 24.31% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.85% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.44% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -0.03% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 10.28% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 3.14% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 5.36% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 50.07% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -0.45% |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -0.45% |
| Jan 31, 2026 | -0.78% |
| Nov 1, 2025 | -1.86% |
| Aug 2, 2025 | -2.76% |
| May 3, 2025 | -2.27% |
| Feb 1, 2025 | -2.09% |
| Nov 2, 2024 | -1.96% |
| Aug 3, 2024 | -11.42% |
| Apr 27, 2024 | -6.61% |
| Jan 27, 2024 | -10.75% |
| Oct 28, 2023 | -7.17% |
| Jul 29, 2023 | -7.86% |
| Apr 29, 2023 | -5.69% |
| Jan 28, 2023 | -16.37% |
| Oct 29, 2022 | -12.60% |
| Jul 30, 2022 | -22.57% |
| Apr 30, 2022 | -15.83% |
| Jan 29, 2022 | -5.98% |
| Oct 30, 2021 | -0.31% |
| Jul 31, 2021 | 3.76% |
Stitch Fix Net Margin 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-margin&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();