CoreCivic (CXW) Income from Discontinued Operations (2009 - 2013)
CoreCivic (CXW) posted Income from Discontinued Operations of -$663000.0 for Q3 2013, up 75.79% on a QoQ basis from -$2.7 million in Q2 2013, and down 769.7% year-over-year from $99000.0 in Q3 2012.
CoreCivic (CXW) Income from Discontinued Operations (2009 - 2013) Analysis & Trends
CoreCivic has reported Income from Discontinued Operations for 5 years, with the latest figure at -$663000.0 in Q3 2013.
- On a quarterly basis, Income from Discontinued Operations fell 769.7% year-over-year to -$663000.0 in Q3 2013; TTM through Dec 2013 was -$3.8 million, a 1732.68% decrease from a year earlier, with the FY2013 full-year figure at -$6.0 million, down 1628.53% from the prior year.
- Income from Discontinued Operations was -$663000.0 for Q3 2013 at CoreCivic, up from -$2.7 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $2.3 million in Q4 2009, with the low at -$2.7 million in Q2 2013.
- Average Income from Discontinued Operations over 5 years is -$164411.8, with a median of -$150000.0 recorded in 2012.
- The sharpest annual moves came in 2012 and 2013: Income from Discontinued Operations jumped 192.52% in 2012, then sank 1726.0% in 2013.
- Over 5 years, Income from Discontinued Operations stood at $2.3 million in 2009, then sank by 154.03% to -$1.2 million in 2010, then soared by 31.85% to -$841000.0 in 2011, then soared by 117.84% to $150000.0 in 2012, then sank by 542.0% to -$663000.0 in 2013.
- The last three Income from Discontinued Operations figures came in at -$663000.0 (Q3 2013), -$2.7 million (Q2 2013), and -$355000.0 (Q1 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | - |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | - |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | - |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | - |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | - |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | -663,000.00 |
| Jun 30, 2013 | -2.74 Mn |
| Mar 31, 2013 | -355,000.00 |
| Dec 31, 2012 | 150,000.00 |
| Sep 30, 2012 | 99,000.00 |
| Jun 30, 2012 | -150,000.00 |
| Mar 31, 2012 | -304,000.00 |
| Dec 31, 2011 | -841,000.00 |
| Sep 30, 2011 | -107,000.00 |
| Jun 30, 2011 | -198,000.00 |
| Mar 31, 2011 | -110,000.00 |
| Dec 31, 2010 | -1.23 Mn |
| Sep 30, 2010 | -147,000.00 |
| Jun 30, 2010 | -991,000.00 |
| Mar 31, 2010 | 734,000.00 |
| Dec 31, 2009 | 2.28 Mn |
| Sep 30, 2009 | 1.78 Mn |
CoreCivic 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=CXW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "CXW", "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=CXW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();