Lincoln Educational Services (LINC) Treasury Shares (2010 - 2022)
Lincoln Educational Services' (LINC) quarterly Treasury Shares came in at $82.9 million in Q1 2022, little changed year-over-year from $82.9 million in Q1 2021, and little changed quarter-over-quarter from $82.9 million in Q4 2021.
Lincoln Educational Services (LINC) Treasury Shares (2010 - 2022) Analysis & Trends
Lincoln Educational Services (LINC) has reported Treasury Shares for 13 consecutive years, with $82.9 million the latest figure, recorded in Q1 2022.
- On a quarterly basis, Treasury Shares changed 0.0% year-over-year to $82.9 million in Q1 2022; TTM through Mar 2022 was $82.9 million, a 0.0% change from a year earlier, with the FY2021 full-year figure at $82.9 million, changed 0.0% from the prior year.
- Treasury Shares was $82.9 million for Q1 2022 at Lincoln Educational Services, roughly flat from $82.9 million in the prior quarter.
- Over five years, Treasury Shares peaked at $5.9 million in Q1 2018 and troughed at $5.9 million in Q1 2018.
- A 5-year average of $5.9 million and a median of $5.9 million in 2018 frame the typical range for Treasury Shares.
- The widest YoY moves for Treasury Shares: up 0.0% in 2018, down 0.0% in 2018.
- Over 5 years, Treasury Shares stood at $82.9 million in 2018, then changed by 0.0% to $82.9 million in 2019, then changed by 0.0% to $82.9 million in 2020, then changed by 0.0% to $82.9 million in 2021, then changed by 0.0% to $82.9 million in 2022.
- The last three Treasury Shares figures came in at $82.9 million (Q1 2022), $82.9 million (Q4 2021), and $82.9 million (Q3 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | -151,000.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 | 4.61 Bn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 50.72 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 | 7.65 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | -6,000.00 |
| 10 | Lincoln Educational Services | 764.19 Mn | 720.01 Mn | 82.93 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 5.91 Mn |
| Mar 31, 2022 | 82.86 Mn |
| Mar 31, 2022 | 5.91 Mn |
| Mar 31, 2022 | 82.86 Mn |
| Dec 31, 2021 | 5.91 Mn |
| Dec 31, 2021 | 82.86 Mn |
| Dec 31, 2021 | 82.86 Mn |
| Dec 31, 2021 | 5.91 Mn |
| Sep 30, 2021 | 5.91 Mn |
| Sep 30, 2021 | 82.86 Mn |
| Sep 30, 2021 | 5.91 Mn |
| Sep 30, 2021 | 82.86 Mn |
| Jun 30, 2021 | 5.91 Mn |
| Jun 30, 2021 | 82.86 Mn |
| Jun 30, 2021 | 82.86 Mn |
| Jun 30, 2021 | 5.91 Mn |
| Mar 31, 2021 | 82.86 Mn |
| Mar 31, 2021 | 5.91 Mn |
| Mar 31, 2021 | 5.91 Mn |
| Mar 31, 2021 | 82.86 Mn |
Lincoln Educational Services Treasury Shares 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=treasury-shares&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();