Lincoln Educational Services (LINC) Dividend Yield (2011 - 2014)
Lincoln Educational Services' (LINC) quarterly Dividend Yield came in at 0.6% in Q4 2014, down 60.0% year-over-year from 1.5% in Q4 2013, and little changed quarter-over-quarter from 0.6% in Q3 2014.
Lincoln Educational Services (LINC) Dividend Yield (2011 - 2014) Analysis & Trends
Lincoln Educational Services (LINC) has reported Dividend Yield for 4 consecutive years, with 0.6% the latest figure, recorded in Q4 2014.
- On a quarterly basis, Dividend Yield fell 60.0% year-over-year to 0.6% in Q4 2014; TTM through Sep 2015 was 3.24%, a 364.0% decrease from a year earlier, with the FY2014 full-year figure at 5.41%, up 62.0% from the prior year.
- Dividend Yield was 0.6% for Q4 2014 at Lincoln Educational Services, roughly flat from 0.6% in the prior quarter.
- Over five years, Dividend Yield peaked at 2.54% in Q3 2011 and troughed at 0.6% in Q4 2014.
- A 4-year average of 1.16% and a median of 1.17% in 2011 frame the typical range for Dividend Yield.
- Across the five-year window, Dividend Yield tumbled 117 bps in 2012 and surged 55 bps in 2014, its largest moves.
- Over 4 years, Dividend Yield stood at 0.73% in 2011, then surged by 47 bps to 1.07% in 2012, then gained by 12 bps to 1.2% in 2013, then slumped by 50 bps to 0.6% in 2014.
- The last three Dividend Yield figures came in at 0.6% (Q4 2014), 0.6% (Q3 2014), and 1.32% (Q2 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 | 0.60% |
| Sep 30, 2014 | 0.60% |
| Jun 30, 2014 | 1.32% |
| Mar 31, 2014 | 1.56% |
| Dec 31, 2013 | 1.20% |
| Sep 30, 2013 | 1.30% |
| Jun 30, 2013 | 1.14% |
| Mar 31, 2013 | 1.01% |
| Dec 31, 2012 | 1.07% |
| Sep 30, 2012 | 1.37% |
| Jun 30, 2012 | 0.89% |
| Mar 31, 2012 | 0.73% |
| Dec 31, 2011 | 0.73% |
| Sep 30, 2011 | 2.54% |
| Jun 30, 2011 | 1.20% |
| Mar 31, 2011 | 1.29% |
Lincoln Educational Services Dividend Yield 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-yield&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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-yield&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();