Chewy (CHWY) Cash from Financing Activities (2018 - 2026)
Chewy's (CHWY) quarterly Cash from Financing Activities came in at $380.7 million in Q3 2026, up 395.12% year-over-year from $76.9 million in Q3 2025, and up 249.41% on a QoQ basis from -$254.8 million in Q2 2026.
Chewy (CHWY) Cash from Financing Activities (2018 - 2026) Analysis & Trends
Chewy (CHWY) has 9 years of Cash from Financing Activities data on file, last reported at $380.7 million in Q3 2026.
- On a quarterly basis, Cash from Financing Activities rose 395.12% year-over-year to $380.7 million in Q3 2026; TTM through Aug 2026 was $3.9 million, a 100.7% increase from a year earlier, with the FY2026 full-year figure at -$276.0 million, up 72.31% from the prior year.
- Cash from Financing Activities for Q3 2026 stood at $380.7 million, up from -$254.8 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $380.7 million in Q3 2026 and bottomed at -$534.9 million in Q3 2024.
- Historically, Cash from Financing Activities has averaged -$57.0 million across 5 years, with a median of -$4.1 million in 2023.
- The largest YoY upside for Cash from Financing Activities was 3126.7% in 2024 against a maximum downside of 13176.25% in 2024.
- Year by year, Cash from Financing Activities stood at -$1.7 million in 2022, then plunged by 61.27% to -$2.8 million in 2023, then slumped by 12040.81% to -$339.7 million in 2024, then soared by 80.28% to -$67.0 million in 2025, then surged by 668.21% to $380.7 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $380.7 million in Q3 2026, -$254.8 million in Q2 2026, and -$55.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - | - |
| 2 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn | -2.37 Bn |
| 3 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn | -670.60 Mn |
| 4 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn | -179.00 Mn |
| 5 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn | -354.00 Mn |
| 6 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn | -163.02 Mn |
| 7 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn | 380.70 Mn |
| 8 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn | -234.60 Mn |
| 9 | Lamb Weston Holdings | 6.38 Bn | 6.31 Bn | 361.40 Mn | -195.00 Mn |
| 10 | Campbell'S | 6.03 Bn | 5.63 Bn | 650.00 Mn | -194.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 380.70 Mn |
| May 3, 2026 | -254.80 Mn |
| Feb 1, 2026 | -55.00 Mn |
| Nov 2, 2025 | -67.00 Mn |
| Aug 3, 2025 | -129.00 Mn |
| May 4, 2025 | -25.00 Mn |
| Feb 2, 2025 | -67.00 Mn |
| Oct 27, 2024 | -339.70 Mn |
| Jul 28, 2024 | -534.90 Mn |
| Apr 28, 2024 | -55.10 Mn |
| Jan 28, 2024 | 82.54 Mn |
| Oct 29, 2023 | -2.80 Mn |
| Jul 30, 2023 | -4.03 Mn |
| Apr 30, 2023 | -4.11 Mn |
| Jan 29, 2023 | -2.73 Mn |
| Oct 30, 2022 | -1.74 Mn |
| Jul 31, 2022 | 1.06 Mn |
| May 1, 2022 | -3.33 Mn |
| Jan 30, 2022 | -321,000.00 |
| Oct 31, 2021 | -333,000.00 |
Chewy Cash from Financing 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-financing-activities&ticker=CHWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=CHWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();