Crown Crafts (CRWS) Change in Inventory (2010 - 2026)
Crown Crafts' (CRWS) quarterly Change in Inventory came in at -$1.6 million in Q2 2026, down 141.7% on a YoY basis from $3.8 million in Q2 2025, and up 43.54% quarter-over-quarter from -$2.8 million in Q1 2026.
Crown Crafts (CRWS) Change in Inventory (2010 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Change in Inventory for 17 consecutive years, with -$1.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Inventory fell 141.7% year-over-year to -$1.6 million; the trailing twelve-month figure through Jun 2026 stood at -$4.8 million (down 365.43% YoY), and the FY2026 full-year result was $565000.0, up 114.49% from the prior year.
- Change in Inventory grew to -$1.6 million in Q2 2026 per CRWS's latest filing, from -$2.8 million in the prior quarter.
- Across five years, Change in Inventory topped out at $5.7 million in Q3 2022 and bottomed at -$5.1 million in Q1 2024.
- Historically, Change in Inventory has averaged -$674611.1 across 5 years, with a median of -$1.2 million in 2024.
- The sharpest annual moves came in 2023 and 2025: Change in Inventory tumbled 938.2% in 2023, then soared 318.65% in 2025.
- Over 5 years, Change in Inventory stood at $1.4 million in 2022, then slumped by 123.25% to -$322000.0 in 2023, then slumped by 216.15% to -$1.0 million in 2024, then sank by 40.57% to -$1.4 million in 2025, then dropped by 9.92% to -$1.6 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered -$1.6 million, -$2.8 million, and -$1.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 109.00 Mn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | -96.15 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | -1.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | -1.57 Mn |
| Mar 29, 2026 | -2.79 Mn |
| Dec 28, 2025 | -1.43 Mn |
| Sep 28, 2025 | 1.01 Mn |
| Jun 29, 2025 | 3.77 Mn |
| Mar 30, 2025 | -4.58 Mn |
| Dec 29, 2024 | -1.02 Mn |
| Sep 29, 2024 | 795,000.00 |
| Jun 30, 2024 | 901,000.00 |
| Mar 31, 2024 | -5.13 Mn |
| Dec 31, 2023 | -322,000.00 |
| Oct 1, 2023 | -2.08 Mn |
| Jul 2, 2023 | 3.51 Mn |
| Apr 2, 2023 | -4.54 Mn |
| Jan 1, 2023 | -1.95 Mn |
| Oct 2, 2022 | 1.39 Mn |
| Jul 3, 2022 | 5.70 Mn |
| Apr 3, 2022 | -3.81 Mn |
| Dec 26, 2021 | 233,000.00 |
| Sep 26, 2021 | 2.28 Mn |
Crown Crafts Change in Inventory 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-inventory&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "CRWS", "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-inventory&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();