Geo (GEO) Income from Discontinued Operations (2009 - 2013)
Geo's (GEO) quarterly Income from Discontinued Operations came in at -$2.3 million in Q3 2013, down 1267.53% year-over-year from $194000.0 in Q3 2012, and up 83.56% quarter-over-quarter from -$13.8 million in Q4 2012.
Geo (GEO) Income from Discontinued Operations (2009 - 2013) Analysis & Trends
Geo has disclosed Income from Discontinued Operations across 5 years of filings, most recently posting -$2.3 million for Q3 2013.
- In Q3 2013, Income from Discontinued Operations fell 1267.53% year-over-year to -$2.3 million; the TTM figure through Dec 2014 stood at -$2.3 million (changed 0.0% YoY), while the FY2013 annual figure was -$2.3 million, up 78.75% from the prior year.
- Income from Discontinued Operations came in at -$2.3 million for Q3 2013 at Geo, up from -$13.8 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $23.5 million in Q1 2011 to a low of -$13.8 million in Q4 2012.
- Average Income from Discontinued Operations over 5 years is $4.2 million, with a median of $1.5 million recorded in 2012.
- Year-over-year, Income from Discontinued Operations jumped 84985.0% in 2010 and slumped 1267.53% in 2013.
- Over 5 years, Income from Discontinued Operations stood at $20000.0 in 2009, then jumped by 26305.0% to $5.3 million in 2010, then sank by 53.15% to $2.5 million in 2011, then plunged by 656.87% to -$13.8 million in 2012, then jumped by 83.56% to -$2.3 million in 2013.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$2.3 million in Q3 2013, -$13.8 million in Q4 2012, and $194000.0 in Q3 2012.
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 | -2.27 Mn |
| Dec 31, 2012 | -13.78 Mn |
| Sep 30, 2012 | 194,000.00 |
| Jul 1, 2012 | 1.62 Mn |
| Apr 1, 2012 | 1.30 Mn |
| Jan 1, 2012 | 1.45 Mn |
| Oct 2, 2011 | 2.47 Mn |
| Jul 3, 2011 | 2.54 Mn |
| Apr 3, 2011 | 1.35 Mn |
| Jan 2, 2011 | 23.50 Mn |
| Oct 3, 2010 | 5.28 Mn |
| Jul 4, 2010 | 17.02 Mn |
| Apr 4, 2010 | 17.67 Mn |
| Jun 28, 2009 | 20,000.00 |
Geo 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=GEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "GEO", "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=GEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();