Chewy (CHWY) Cash from Investing Activities (2018 - 2026)
Chewy's (CHWY) quarterly Cash from Investing Activities came in at -$392.0 million in Q3 2026, down 1219.87% year-over-year from $35.0 million in Q3 2025, and down 71.48% on a QoQ basis from -$228.6 million in Q2 2026.
Chewy (CHWY) Cash from Investing Activities (2018 - 2026) Analysis & Trends
Chewy (CHWY) has 9 years of Cash from Investing Activities data on file, last reported at -$392.0 million in Q3 2026.
- On a quarterly basis, Cash from Investing Activities fell 1219.87% year-over-year to -$392.0 million in Q3 2026; TTM through Aug 2026 was -$701.5 million, a 357.0% decrease from a year earlier, with the FY2026 full-year figure at -$151.8 million, down 138.47% from the prior year.
- Cash from Investing Activities for Q3 2026 stood at -$392.0 million, down from -$228.6 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $505.7 million in Q2 2024 and bottomed at -$392.0 million in Q3 2026.
- Historically, Cash from Investing Activities has averaged -$70.4 million across 5 years, with a median of -$57.0 million in 2025.
- The widest annual swing landed in 2024, when Cash from Investing Activities surged 865.77%; it then sank 1219.87% in 2026.
- Year by year, Cash from Investing Activities stood at -$344.3 million in 2022, then surged by 81.09% to -$65.1 million in 2023, then jumped by 51.31% to -$31.7 million in 2024, then tumbled by 79.81% to -$57.0 million in 2025, then slumped by 587.72% to -$392.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$392.0 million in Q3 2026, -$228.6 million in Q2 2026, and -$23.9 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - | - |
| 2 | Mondelez International | 77.96 Bn | 76.29 Bn | 3.99 Bn | -294.00 Mn |
| 3 | Hershey | 34.06 Bn | 33.27 Bn | 1.26 Bn | -82.44 Mn |
| 4 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn | 366.00 Mn |
| 5 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn | -174.70 Mn |
| 6 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn | -42.70 Mn |
| 7 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn | -85.80 Mn |
| 8 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn | -61.53 Mn |
| 9 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn | -392.00 Mn |
| 10 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn | -108.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | -392.00 Mn |
| May 3, 2026 | -228.60 Mn |
| Feb 1, 2026 | -23.90 Mn |
| Nov 2, 2025 | -57.00 Mn |
| Aug 3, 2025 | -29.70 Mn |
| May 4, 2025 | -41.20 Mn |
| Feb 2, 2025 | -50.90 Mn |
| Oct 27, 2024 | -31.70 Mn |
| Jul 28, 2024 | -28.50 Mn |
| Apr 28, 2024 | 505.70 Mn |
| Jan 28, 2024 | -49.94 Mn |
| Oct 29, 2023 | -65.11 Mn |
| Jul 30, 2023 | -106.32 Mn |
| Apr 30, 2023 | -66.04 Mn |
| Jan 29, 2023 | -145.64 Mn |
| Oct 30, 2022 | -344.25 Mn |
| Jul 31, 2022 | -48.19 Mn |
| May 1, 2022 | -77.42 Mn |
| Jan 30, 2022 | -57.56 Mn |
| Oct 31, 2021 | -72.00 Mn |
Chewy 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=CHWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "CHWY", "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=CHWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();