Lincoln Educational Services (LINC) Income from Discontinued Operations (2011 - 2016)
Lincoln Educational Services' (LINC) quarterly Income from Discontinued Operations came in at -$18.7 million in Q4 2016, down 499.89% year-over-year from $4.7 million in Q1 2016, and down 763.05% quarter-over-quarter from -$2.2 million in Q3 2016.
Lincoln Educational Services (LINC) Income from Discontinued Operations (2011 - 2016) Analysis & Trends
Lincoln Educational Services (LINC) has reported Income from Discontinued Operations for 6 consecutive years, with -$18.7 million the latest figure, recorded in Q4 2016.
- On a quarterly basis, Income from Discontinued Operations fell 499.89% year-over-year to -$18.7 million in Q4 2016; TTM through Dec 2016 was -$23.8 million, a 582.09% decrease from a year earlier, with the FY2016 full-year figure at -$23.8 million, down 581.92% from the prior year.
- Income from Discontinued Operations was -$18.7 million for Q4 2016 at Lincoln Educational Services, down from -$2.2 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $4.7 million in Q4 2015 and troughed at -$37.8 million in Q3 2014.
- A 5-year average of -$5.5 million and a median of -$2.7 million in 2014 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations sank 13483.1% in 2012 and jumped 791.24% in 2015, its largest moves.
- Over 5 years, Income from Discontinued Operations stood at -$6.6 million in 2012, then tumbled by 75.93% to -$11.6 million in 2013, then jumped by 104.52% to $525000.0 in 2014, then soared by 791.24% to $4.7 million in 2015, then plunged by 499.89% to -$18.7 million in 2016.
- The last three Income from Discontinued Operations figures came in at -$18.7 million (Q4 2016), -$2.2 million (Q3 2016), and -$1.5 million (Q2 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | - |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | - |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | - |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | -426,000.00 |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -500,000.00 |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | - |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Lincoln Educational Services | 764.19 Mn | 720.01 Mn | 82.93 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -18.71 Mn |
| Sep 30, 2016 | -2.17 Mn |
| Jun 30, 2016 | -1.50 Mn |
| Mar 31, 2016 | -1.43 Mn |
| Dec 31, 2015 | 4.68 Mn |
| Sep 30, 2015 | -2.64 Mn |
| Jun 30, 2015 | -3.44 Mn |
| Mar 31, 2015 | -2.10 Mn |
| Dec 31, 2014 | 525,000.00 |
| Sep 30, 2014 | -37.82 Mn |
| Jun 30, 2014 | -2.73 Mn |
| Mar 31, 2014 | -1.29 Mn |
| Dec 31, 2013 | -11.62 Mn |
| Sep 30, 2013 | -2.84 Mn |
| Jun 30, 2013 | -3.10 Mn |
| Mar 31, 2013 | -2.60 Mn |
| Dec 31, 2012 | -6.61 Mn |
| Sep 30, 2012 | -3.77 Mn |
| Jun 30, 2012 | -9.64 Mn |
| Mar 31, 2012 | -1.48 Mn |
Lincoln Educational Services 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=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "LINC", "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=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();