Crown Crafts (CRWS) Net Cash Flow (2010 - 2026)
Crown Crafts' (CRWS) quarterly Net Cash Flow came in at -$6000.0 in Q2 2026, up 97.96% on a YoY basis from -$3030.9 in Q2 2025, and up 99.73% quarter-over-quarter from -$2.2 million in Q1 2026.
Crown Crafts (CRWS) Net Cash Flow (2010 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Net Cash Flow for 17 consecutive years, with -$6000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow rose 97.96% year-over-year to -$6000.0; the trailing twelve-month figure through Jun 2026 stood at -$33000.0 (up 96.23% YoY), and the FY2026 full-year result was -$321000.0, down 4.22% from the prior year.
- Net Cash Flow advanced to -$6000.0 in Q2 2026 per CRWS's latest filing, from -$2.2 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $2.5 million in Q3 2022 and bottomed at -$2.2 million in Q1 2026.
- Historically, Net Cash Flow has averaged -$103222.2 across 5 years, with a median of -$150000.0 in 2025.
- The sharpest annual moves came in 2023 and 2025: Net Cash Flow soared 395.95% in 2023, then tumbled 464.38% in 2025.
- Over 5 years, Net Cash Flow stood at -$1.8 million in 2022, then jumped by 35.08% to -$1.2 million in 2023, then climbed by 20.46% to -$929000.0 in 2024, then jumped by 271.37% to $1.6 million in 2025, then plunged by 100.38% to -$6000.0 in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered -$6000.0, -$2.2 million, and $1.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (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 | -1.36 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -94.00 Mn |
| 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 | 142.74 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | -6,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | -6,000.00 |
| Mar 29, 2026 | -2.20 Mn |
| Dec 28, 2025 | 1.59 Mn |
| Sep 28, 2025 | 583,000.00 |
| Jun 29, 2025 | -294,000.00 |
| Mar 30, 2025 | -532,000.00 |
| Dec 29, 2024 | -929,000.00 |
| Sep 29, 2024 | 879,000.00 |
| Jun 30, 2024 | 274,000.00 |
| Mar 31, 2024 | 146,000.00 |
| Dec 31, 2023 | -1.17 Mn |
| Oct 1, 2023 | 1.09 Mn |
| Jul 2, 2023 | -977,000.00 |
| Apr 2, 2023 | -1.33 Mn |
| Jan 1, 2023 | 734,000.00 |
| Oct 2, 2022 | -1.80 Mn |
| Jul 3, 2022 | 2.54 Mn |
| Apr 3, 2022 | -454,000.00 |
| Dec 26, 2021 | 148,000.00 |
| Sep 26, 2021 | -2.80 Mn |
Crown Crafts Net Cash Flow 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=net-cash-flow&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();