Crown Crafts (CRWS) Non Operating Income (2024 - 2026)
Crown Crafts' (CRWS) quarterly Non Operating Income came in at -$25000.0 in Q2 2026, up 86.41% on a YoY basis from -$13411.1 in Q2 2025, and up 87.98% quarter-over-quarter from -$208000.0 in Q1 2026.
Crown Crafts (CRWS) Non Operating Income (2024 - 2026) Analysis & Trends
Crown Crafts (CRWS) has reported Non Operating Income for 3 consecutive years, with -$25000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 86.41% year-over-year to -$25000.0; the trailing twelve-month figure through Jun 2026 stood at $1.7 million (up 228.93% YoY), and the FY2026 full-year result was $1.5 million, up 225.94% from the prior year.
- Non Operating Income rose to -$25000.0 in Q2 2026 per CRWS's latest filing, from -$208000.0 in the prior quarter.
- Across five years, Non Operating Income topped out at $2.2 million in Q4 2025 and bottomed at -$426000.0 in Q4 2024.
- Historically, Non Operating Income has averaged $32444.4 across 3 years, with a median of -$208000.0 in 2026.
- The widest YoY moves for Non Operating Income: up 619.72% in 2025, down 106.74% in 2025.
- Over 3 years, Non Operating Income stood at -$426000.0 in 2024, then surged by 619.72% to $2.2 million in 2025, then sank by 101.13% to -$25000.0 in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$25000.0, -$208000.0, and $2.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 313.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 | 4.69 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | -25,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 28, 2026 | -25,000.00 |
| Mar 29, 2026 | -208,000.00 |
| Dec 28, 2025 | 2.21 Mn |
| Sep 28, 2025 | -283,000.00 |
| Jun 29, 2025 | -184,000.00 |
| Mar 30, 2025 | -325,000.00 |
| Dec 29, 2024 | -426,000.00 |
| Sep 29, 2024 | -382,000.00 |
| Jun 30, 2024 | -89,000.00 |
Crown Crafts Non Operating Income 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=non-operating-income&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();