Crown Crafts (CRWS) Change in Receivables (2010 - 2026)
Crown Crafts' (CRWS) quarterly Change in Receivables came in at -$5.1 million in Q2 2026, up 29.49% on a YoY basis from -$4.0 million in Q2 2025, and down 616.55% quarter-over-quarter from $997000.0 in Q1 2026.
Crown Crafts (CRWS) Change in Receivables (2010 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Change in Receivables for 17 consecutive years, with -$5.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 29.49% year-over-year to -$5.1 million; the trailing twelve-month figure through Jun 2026 stood at -$3.5 million (down 46.79% YoY), and the FY2026 full-year result was -$5.6 million, down 240.71% from the prior year.
- Change in Receivables slipped to -$5.1 million in Q2 2026 per CRWS's latest filing, from $997000.0 in the prior quarter.
- Across five years, Change in Receivables topped out at $4.8 million in Q3 2024 and bottomed at -$7.3 million in Q2 2025.
- Historically, Change in Receivables has averaged -$789777.8 across 5 years, with a median of $567000.0 in 2023.
- The sharpest annual moves came in 2023 and 2025: Change in Receivables jumped 7500.0% in 2023, then slumped 418.27% in 2025.
- Over 5 years, Change in Receivables stood at -$61000.0 in 2022, then surged by 2947.54% to $1.7 million in 2023, then tumbled by 35.12% to $1.1 million in 2024, then plunged by 150.67% to -$571000.0 in 2025, then tumbled by 801.93% to -$5.1 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered -$5.1 million, $997000.0, and -$571000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (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 | -15.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 | - | 29.00 Mn |
| 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 | -106.49 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | -5.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | -5.15 Mn |
| Mar 29, 2026 | 997,000.00 |
| Dec 28, 2025 | -571,000.00 |
| Sep 28, 2025 | 1.23 Mn |
| Jun 29, 2025 | -7.30 Mn |
| Mar 30, 2025 | -993,000.00 |
| Dec 29, 2024 | 1.13 Mn |
| Sep 29, 2024 | 4.79 Mn |
| Jun 30, 2024 | -6.58 Mn |
| Mar 31, 2024 | 312,000.00 |
| Dec 31, 2023 | 1.74 Mn |
| Oct 1, 2023 | 4.51 Mn |
| Jul 2, 2023 | -7.02 Mn |
| Apr 2, 2023 | 822,000.00 |
| Jan 1, 2023 | 1.29 Mn |
| Oct 2, 2022 | -61,000.00 |
| Jul 3, 2022 | -5.58 Mn |
| Apr 3, 2022 | 2.22 Mn |
| Dec 26, 2021 | 2.52 Mn |
| Sep 26, 2021 | 1.02 Mn |
Crown Crafts Change in Receivables 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-receivables&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();