Lincoln Educational Services (LINC) Dividend Coverage Ratio (2011 - 2014)
Lincoln Educational Services' (LINC) quarterly Dividend Coverage Ratio came in at 65.78 in Q4 2014, up 509.82% year-over-year from 10.79 in Q4 2013, and up 143.42% quarter-over-quarter from 151.52 in Q3 2014.
Lincoln Educational Services (LINC) Dividend Coverage Ratio (2011 - 2014) Analysis & Trends
Lincoln Educational Services (LINC) has reported Dividend Coverage Ratio for 4 consecutive years, with 65.78 the latest figure, recorded in Q4 2014.
- On a quarterly basis, Dividend Coverage Ratio rose 509.82% year-over-year to 65.78 in Q4 2014; TTM through Sep 2015 was 32.55, a 243.31% increase from a year earlier, with the FY2014 full-year figure at 12.99, down 69.94% from the prior year.
- Dividend Coverage Ratio was 65.78 for Q4 2014 at Lincoln Educational Services, up from 151.52 in the prior quarter.
- Over five years, Dividend Coverage Ratio peaked at 65.78 in Q4 2014 and troughed at 151.52 in Q3 2014.
- A 4-year average of 9.16 and a median of 2.98 in 2012 frame the typical range for Dividend Coverage Ratio.
- The widest YoY moves for Dividend Coverage Ratio: up 509.82% in 2014, down 9145.57% in 2014.
- Over 4 years, Dividend Coverage Ratio stood at 3.21 in 2011, then tumbled by 213.99% to 3.66 in 2012, then slumped by 338.26% to 16.05 in 2013, then soared by 509.82% to 65.78 in 2014.
- The last three Dividend Coverage Ratio figures came in at 65.78 (Q4 2014), 151.52 (Q3 2014), and 8.11 (Q2 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 2.53 |
| 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 | 7,616.83 |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 34.81 |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | - |
| 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, 2014 | 65.78 |
| Sep 30, 2014 | -151.52 |
| Jun 30, 2014 | -8.11 |
| Mar 31, 2014 | -6.93 |
| Dec 31, 2013 | -16.05 |
| Sep 30, 2013 | -1.64 |
| Jun 30, 2013 | -5.80 |
| Mar 31, 2013 | -4.76 |
| Dec 31, 2012 | -3.66 |
| Sep 30, 2012 | -1.68 |
| Jun 30, 2012 | -14.71 |
| Mar 31, 2012 | -2.30 |
| Dec 31, 2011 | 3.21 |
| Sep 30, 2011 | -1.15 |
| Jun 30, 2011 | 0.86 |
| Mar 31, 2011 | 1.88 |
Lincoln Educational Services Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();