Stitch Fix (SFIX) Change in Cash (2016 - 2026)
Stitch Fix's (SFIX) quarterly Change in Cash came in at -$31.4 million in Q2 2026, down 633.01% year-over-year from $5.9 million in Q2 2025, and down 833.35% quarter-over-quarter from $4.3 million in Q1 2026.
Stitch Fix (SFIX) Change in Cash (2016 - 2026) Analysis & Trends
Stitch Fix has disclosed Change in Cash across 11 years of filings, most recently posting -$31.4 million for Q2 2026.
- In Q2 2026, Change in Cash fell 633.01% year-over-year to -$31.4 million; the TTM figure through May 2026 stood at -$21.6 million (up 75.36% YoY), while the FY2025 annual figure was -$48.9 million, up 36.13% from the prior year.
- Change in Cash 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, Change in Cash ranged from a high of $58.9 million in Q2 2023 to a low of -$55.1 million in Q1 2022.
- Average Change in Cash over 5 years is -$6.8 million, with a median of -$10.9 million recorded in 2022.
- Year-over-year, Change in Cash soared 245.77% in 2023 and plunged 633.01% in 2026.
- Over 5 years, Change in Cash stood at -$17.6 million in 2022, then soared by 245.77% to $25.6 million in 2023, then slumped by 200.27% to -$25.7 million in 2024, then jumped by 102.11% to $542000.0 in 2025, then tumbled by 5901.85% to -$31.4 million in 2026.
- Per Business Quant data, the three most recent Change in Cash 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) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -23.77 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -6.95 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -187.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 61.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 4.20 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 1.61 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -24.27 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.29 Mn |
| Feb 1, 2025 | -23.95 Mn |
| Nov 2, 2024 | -25.71 Mn |
| Aug 3, 2024 | -33.65 Mn |
| Apr 27, 2024 | -31.00 Mn |
| Jan 27, 2024 | -37.57 Mn |
| Oct 28, 2023 | 25.64 Mn |
| Jul 29, 2023 | 46.02 Mn |
| Apr 29, 2023 | 58.87 Mn |
| Jan 28, 2023 | 35.31 Mn |
| Oct 29, 2022 | -17.59 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 | 6.51 Mn |
Stitch Fix Change in Cash 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=change-in-cash&ticker=SFIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=SFIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();