Stitch Fix (SFIX) Cash from Investing Activities (2016 - 2026)
Stitch Fix's (SFIX) quarterly Cash from Investing Activities came in at -$25.6 million in Q2 2026, down 23.54% year-over-year from -$33.5 million in Q2 2025, and down 699.04% quarter-over-quarter from $4.3 million in Q1 2026.
Stitch Fix (SFIX) Cash from Investing Activities (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed Cash from Investing Activities across 11 years of filings, most recently posting -$25.6 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 23.54% year-over-year to -$25.6 million; the TTM figure through May 2026 stood at -$26.5 million (up 73.2% YoY), while the FY2025 annual figure was -$59.1 million, up 24.92% from the prior year.
- Cash from Investing Activities came in at -$25.6 million for Q2 2026 at Stitch Fix, down from $4.3 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $38.6 million in Q3 2022 to a low of -$48.1 million in Q2 2024.
- Average Cash from Investing Activities over 5 years is -$4.5 million, with a median of -$1.3 million recorded in 2022.
- Year-over-year, Cash from Investing Activities soared 5166.72% in 2023 and sank 488.87% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$2.0 million in 2022, then jumped by 559.17% to $9.2 million in 2023, then slumped by 488.87% to -$35.7 million in 2024, then surged by 83.91% to -$5.7 million in 2025, then plunged by 345.14% to -$25.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$25.6 million in Q2 2026, $4.3 million in Q1 2026, and -$5.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -143.46 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -8.46 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -326.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -79.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | -14.19 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | -10.93 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -6.29 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -25.59 Mn |
Historic Data
| Date | Value |
|---|---|
| May 2, 2026 | -25.59 Mn |
| Jan 31, 2026 | 4.27 Mn |
| Nov 1, 2025 | -5.75 Mn |
| Aug 2, 2025 | 568,000.00 |
| May 3, 2025 | -20.72 Mn |
| Feb 1, 2025 | -3.25 Mn |
| Nov 2, 2024 | -35.73 Mn |
| Aug 3, 2024 | -39.19 Mn |
| Apr 27, 2024 | -48.11 Mn |
| Jan 27, 2024 | -624,000.00 |
| Oct 28, 2023 | 9.19 Mn |
| Jul 29, 2023 | 28.18 Mn |
| Apr 29, 2023 | 32.60 Mn |
| Jan 28, 2023 | 5.70 Mn |
| Oct 29, 2022 | -2.00 Mn |
| Jul 30, 2022 | 38.64 Mn |
| Apr 30, 2022 | 619,000.00 |
| Jan 29, 2022 | -20.10 Mn |
| Oct 30, 2021 | -7.54 Mn |
| Jul 31, 2021 | 4.92 Mn |
Stitch Fix Cash from Investing Activities 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-investing-activities&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();