Crown Crafts (CRWS) Income from Discontinued Operations (2010 - 2012)
Crown Crafts' (CRWS) quarterly Income from Discontinued Operations came in at -$4000.0 in Q2 2012, up 95.24% on a YoY basis from -$2048.8 in Q2 2011, and down 33.33% quarter-over-quarter from -$3000.0 in Q1 2012.
Crown Crafts (CRWS) Income from Discontinued Operations (2010 - 2012) Analysis & Trends
Crown Crafts (CRWS) has reported Income from Discontinued Operations for 3 consecutive years, with -$4000.0 the latest figure, recorded in Q2 2012.
- For the quarter ending Q2 2012, Income from Discontinued Operations rose 95.24% year-over-year to -$4000.0; the trailing twelve-month figure through Apr 2012 stood at -$13000.0 (up 86.6% YoY), and the FY2012 full-year result was -$13000.0, up 86.6% from the prior year.
- Income from Discontinued Operations declined to -$4000.0 in Q2 2012 per CRWS's latest filing, from -$3000.0 in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at -$3000.0 in Q3 2010 and bottomed at -$84000.0 in Q2 2011.
- Historically, Income from Discontinued Operations has averaged -$13750.0 across 3 years, with a median of -$3500.0 in 2010.
- The sharpest annual moves came in 2011 and 2012: Income from Discontinued Operations changed 0.0% in 2011, then jumped 95.24% in 2012.
- Over 3 years, Income from Discontinued Operations stood at -$5000.0 in 2010, then soared by 40.0% to -$3000.0 in 2011, then slumped by 33.33% to -$4000.0 in 2012.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$4000.0, -$3000.0, and -$3000.0 for Q2 2012, Q1 2012, and Q4 2011 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -38.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 | - |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crown Crafts | 27.12 Mn | 26.92 Mn | 8.03 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Apr 1, 2012 | -4,000.00 |
| Jan 1, 2012 | -3,000.00 |
| Oct 2, 2011 | -3,000.00 |
| Jul 3, 2011 | -3,000.00 |
| Apr 3, 2011 | -84,000.00 |
| Dec 26, 2010 | -5,000.00 |
| Sep 26, 2010 | -3,000.00 |
| Jun 27, 2010 | -5,000.00 |
Crown Crafts Income from Discontinued 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=income-from-discontinued-operations&ticker=CRWS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-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=income-from-discontinued-operations&ticker=CRWS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();