Crown Crafts (CRWS) Cash from Financing Activities (2010 - 2026)
Crown Crafts' (CRWS) quarterly Cash from Financing Activities came in at -$5.4 million in Q2 2026, up 1.76% on a YoY basis from -$5.3 million in Q2 2025, and down 71.36% quarter-over-quarter from -$3.1 million in Q1 2026.
Crown Crafts (CRWS) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Cash from Financing Activities for 17 consecutive years, with -$5.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 1.76% year-over-year to -$5.4 million; the trailing twelve-month figure through Jun 2026 stood at -$7.6 million (down 184.45% YoY), and the FY2026 full-year result was -$7.7 million, down 209.8% from the prior year.
- Cash from Financing Activities eased to -$5.4 million in Q2 2026 per CRWS's latest filing, from -$3.1 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $18.4 million in Q3 2024 and bottomed at -$7.5 million in Q2 2024.
- Historically, Cash from Financing Activities has averaged -$491777.8 across 5 years, with a median of -$861500.0 in 2022.
- The sharpest annual moves came in 2023 and 2024: Cash from Financing Activities plunged 678.01% in 2023, then soared 641.96% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$827000.0 in 2022, then gained by 27.21% to -$602000.0 in 2023, then retreated by 17.77% to -$709000.0 in 2024, then declined by 5.36% to -$747000.0 in 2025, then sank by 617.54% to -$5.4 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$5.4 million, -$3.1 million, and -$747000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (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.56 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -47.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 | -91.22 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | -5.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | -5.36 Mn |
| Mar 29, 2026 | -3.13 Mn |
| Dec 28, 2025 | -747,000.00 |
| Sep 28, 2025 | 1.60 Mn |
| Jun 29, 2025 | -5.46 Mn |
| Mar 30, 2025 | -3.21 Mn |
| Dec 29, 2024 | -709,000.00 |
| Sep 29, 2024 | 18.41 Mn |
| Jun 30, 2024 | -7.46 Mn |
| Mar 31, 2024 | -2.71 Mn |
| Dec 31, 2023 | -602,000.00 |
| Oct 1, 2023 | 2.48 Mn |
| Jul 2, 2023 | -6.97 Mn |
| Apr 2, 2023 | 11.85 Mn |
| Jan 1, 2023 | -806,000.00 |
| Oct 2, 2022 | -827,000.00 |
| Jul 3, 2022 | -896,000.00 |
| Apr 3, 2022 | -4.32 Mn |
| Dec 26, 2021 | -822,000.00 |
| Sep 26, 2021 | -816,000.00 |
Crown Crafts Cash from Financing Activities 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-financing-activities&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();