Chewy (CHWY) Assets (QoQ) (2019 - 2026)
Analysis
Chewy (CHWY) Assets (QoQ) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - |
| 2 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn |
| 3 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn |
| 4 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn |
| 5 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn |
| 6 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn |
| 7 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn |
| 8 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn |
| 9 | Lamb Weston Holdings | 6.38 Bn | 6.31 Bn | 361.40 Mn |
| 10 | Campbell'S | 6.03 Bn | 5.63 Bn | 650.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 2, 2026 | 13.22% |
| May 3, 2026 | -1.86% |
| Feb 1, 2026 | 2.18% |
| Nov 2, 2025 | 5.64% |
| Aug 3, 2025 | 1.91% |
| May 4, 2025 | 1.52% |
| Feb 2, 2025 | 1.91% |
| Oct 27, 2024 | -4.66% |
| Jul 28, 2024 | -3.08% |
| Apr 28, 2024 | 0.45% |
| Jan 28, 2024 | 8.53% |
| Oct 29, 2023 | 1.12% |
| Jul 30, 2023 | 6.05% |
| Apr 30, 2023 | 8.67% |
| Jan 29, 2023 | 1.15% |
| Oct 30, 2022 | 5.18% |
| Jul 31, 2022 | 8.15% |
| May 1, 2022 | 4.97% |
| Jan 30, 2022 | -4.97% |
| Oct 31, 2021 | 8.78% |
API Access
Chewy Assets (QoQ) 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=assets-qoq&ticker=CHWY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-qoq", "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=assets-qoq&ticker=CHWY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();