Crown Crafts (CRWS) Cash from Operations (2010 - 2026)
Crown Crafts' (CRWS) quarterly Cash from Operations came in at $5.5 million in Q2 2026, up 4.99% on a YoY basis from $5.2 million in Q2 2025, and up 369.34% quarter-over-quarter from $1.2 million in Q1 2026.
Crown Crafts (CRWS) Cash from Operations (2010 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Cash from Operations for 17 consecutive years, with $5.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 4.99% year-over-year to $5.5 million; the trailing twelve-month figure through Jun 2026 stood at $8.5 million (up 20.95% YoY), and the FY2026 full-year result was $8.3 million, down 15.77% from the prior year.
- Cash from Operations improved to $5.5 million in Q2 2026 per CRWS's latest filing, from $1.2 million in the prior quarter.
- Across five years, Cash from Operations topped out at $8.0 million in Q2 2024 and bottomed at -$1.7 million in Q4 2023.
- Historically, Cash from Operations has averaged $2.4 million across 5 years, with a median of $2.8 million in 2025.
- The sharpest annual moves came in 2023 and 2025: Cash from Operations plunged 132.01% in 2023, then jumped 7586.11% in 2025.
- Over 5 years, Cash from Operations stood at -$840000.0 in 2022, then jumped by 34.76% to -$548000.0 in 2023, then soared by 93.43% to -$36000.0 in 2024, then surged by 7586.11% to $2.7 million in 2025, then jumped by 104.45% to $5.5 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered $5.5 million, $1.2 million, and $2.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (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 | 3.26 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2.87 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 | 507.14 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | 5.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | 5.51 Mn |
| Mar 29, 2026 | 1.17 Mn |
| Dec 28, 2025 | 2.70 Mn |
| Sep 28, 2025 | -845,000.00 |
| Jun 29, 2025 | 5.25 Mn |
| Mar 30, 2025 | 2.83 Mn |
| Dec 29, 2024 | -36,000.00 |
| Sep 29, 2024 | -983,000.00 |
| Jun 30, 2024 | 8.01 Mn |
| Mar 31, 2024 | 2.98 Mn |
| Dec 31, 2023 | -548,000.00 |
| Oct 1, 2023 | -1.70 Mn |
| Jul 2, 2023 | 6.35 Mn |
| Apr 2, 2023 | 3.37 Mn |
| Jan 1, 2023 | 1.71 Mn |
| Oct 2, 2022 | -840,000.00 |
| Jul 3, 2022 | 3.50 Mn |
| Apr 3, 2022 | 4.00 Mn |
| Dec 26, 2021 | 1.07 Mn |
| Sep 26, 2021 | -1.80 Mn |
Crown Crafts Cash from Operations 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-operations&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();