Stitch Fix (SFIX) Net Cash Flow (2016 - 2026)
Stitch Fix's (SFIX) quarterly Net Cash Flow came in at -$31.4 million in Q2 2026, down 608.56% year-over-year from $6.2 million in Q2 2025, and down 833.35% quarter-over-quarter from $4.3 million in Q1 2026.
Stitch Fix (SFIX) Net Cash Flow (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed Net Cash Flow across 11 years of filings, most recently posting -$31.4 million for Q2 2026.
- In Q2 2026, Net Cash Flow fell 608.56% year-over-year to -$31.4 million; the TTM figure through May 2026 stood at -$21.6 million (up 75.54% YoY), while the FY2025 annual figure was -$48.5 million, up 26.53% from the prior year.
- Net Cash Flow came in at -$31.4 million for Q2 2026 at Stitch Fix, down from $4.3 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $58.9 million in Q2 2023 to a low of -$55.1 million in Q1 2022.
- Average Net Cash Flow over 5 years is -$6.2 million, with a median of -$5.9 million recorded in 2022.
- Year-over-year, Net Cash Flow jumped 448.55% in 2023 and slumped 608.56% in 2026.
- Over 5 years, Net Cash Flow stood at -$7.4 million in 2022, then jumped by 448.55% to $25.6 million in 2023, then sank by 198.47% to -$25.2 million in 2024, then jumped by 102.15% to $542000.0 in 2025, then tumbled by 5901.85% to -$31.4 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$31.4 million in Q2 2026, $4.3 million in Q1 2026, and $542000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -9.13 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -6.53 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -93.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 60.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 4.07 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 1.48 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -24.20 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -31.45 Mn |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -31.45 Mn |
| Jan 31, 2026 | 4.29 Mn |
| Nov 1, 2025 | 542,000.00 |
| Aug 2, 2025 | 5.04 Mn |
| May 3, 2025 | -4.44 Mn |
| Feb 1, 2025 | -23.87 Mn |
| Nov 2, 2024 | -25.25 Mn |
| Aug 3, 2024 | -34.67 Mn |
| Apr 27, 2024 | -29.46 Mn |
| Jan 27, 2024 | -27.54 Mn |
| Oct 28, 2023 | 25.64 Mn |
| Jul 29, 2023 | 46.02 Mn |
| Apr 29, 2023 | 58.87 Mn |
| Jan 28, 2023 | 25.08 Mn |
| Oct 29, 2022 | -7.36 Mn |
| Jul 30, 2022 | 16.27 Mn |
| Apr 30, 2022 | -54.30 Mn |
| Jan 29, 2022 | -55.13 Mn |
| Oct 30, 2021 | 120.42 Mn |
| Jul 31, 2021 | 4.71 Mn |
Stitch Fix Net Cash Flow 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-cash-flow&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();