Stitch Fix (SFIX) Cash from Discontinued Operations (2022 - 2025)
Stitch Fix's (SFIX) quarterly Cash from Discontinued Operations came in at $1000.0 in Q3 2025, down 99.87% year-over-year from $766000.0 in Q3 2024, and down 99.32% quarter-over-quarter from $148000.0 in Q2 2025.
Stitch Fix (SFIX) Cash from Discontinued Operations (2022 - 2025) Analysis & Trends
Stitch Fix has disclosed Cash from Discontinued Operations across 4 years of filings, most recently posting $1000.0 for Q3 2025.
- In Q3 2025, Cash from Discontinued Operations fell 99.87% year-over-year to $1000.0; the TTM figure through May 2026 stood at $1000.0 (down 99.73% YoY), while the FY2025 annual figure was -$397000.0, up 95.9% from the prior year.
- Cash from Discontinued Operations came in at $1000.0 for Q3 2025 at Stitch Fix, down from $148000.0 in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $766000.0 in Q3 2024 to a low of -$8.5 million in Q4 2022.
- Average Cash from Discontinued Operations over 4 years is -$2.1 million, with a median of -$1.2 million recorded in 2023.
- The largest YoY upside for Cash from Discontinued Operations was 152.39% in 2024 against a maximum downside of 155.56% in 2024.
- Over 4 years, Cash from Discontinued Operations stood at -$8.5 million in 2022, then climbed by 27.79% to -$6.1 million in 2023, then surged by 92.43% to -$463000.0 in 2024, then surged by 100.22% to $1000.0 in 2025.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were $1000.0 in Q3 2025, $148000.0 in Q2 2025, and -$83000.0 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discontinued Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | - |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | - |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | - |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | - |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | - |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | - |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | - |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2025 | 1,000.00 |
| May 3, 2025 | 148,000.00 |
| Feb 1, 2025 | -83,000.00 |
| Nov 2, 2024 | -463,000.00 |
| Aug 3, 2024 | 766,000.00 |
| Apr 27, 2024 | -1.14 Mn |
| Jan 27, 2024 | -3.19 Mn |
| Oct 28, 2023 | -6.12 Mn |
| Jul 29, 2023 | -1.46 Mn |
| Apr 29, 2023 | -4.22 Mn |
| Jan 28, 2023 | -1.25 Mn |
| Oct 29, 2022 | -8.47 Mn |
Stitch Fix Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();