Lincoln Educational Services (LINC) Short-term Investments (2022 - 2024)
Lincoln Educational Services' (LINC) quarterly Short-term Investments came in at $1.2 million in Q1 2024, down 91.73% year-over-year from $14.8 million in Q2 2023, and down 71.45% quarter-over-quarter from $4.3 million in Q4 2023.
Lincoln Educational Services (LINC) Short-term Investments (2022 - 2024) Analysis & Trends
Lincoln Educational Services (LINC) has reported Short-term Investments for 3 consecutive years, with $1.2 million the latest figure, recorded in Q1 2024.
- On a quarterly basis, Short-term Investments fell 91.73% year-over-year to $1.2 million in Q1 2024; TTM through Mar 2024 was $1.2 million, a 91.73% decrease from a year earlier, with the FY2023 full-year figure at $4.3 million, down 71.1% from the prior year.
- Short-term Investments was $1.2 million for Q1 2024 at Lincoln Educational Services, down from $4.3 million in the prior quarter.
- Over five years, Short-term Investments peaked at $24.3 million in Q2 2023 and troughed at $1.2 million in Q1 2024.
- A 3-year average of $14.0 million and a median of $14.8 million in 2022 frame the typical range for Short-term Investments.
- Across the five-year window, Short-term Investments sank 71.1% in 2023 and plunged 91.73% in 2024, its largest moves.
- Over 3 years, Short-term Investments stood at $14.8 million in 2022, then slumped by 71.1% to $4.3 million in 2023, then sank by 71.45% to $1.2 million in 2024.
- The last three Short-term Investments figures came in at $1.2 million (Q1 2024), $4.3 million (Q4 2023), and $24.3 million (Q3 2023), 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 |
|---|---|
| Mar 31, 2024 | 1.22 Mn |
| Dec 31, 2023 | 4.28 Mn |
| Sep 30, 2023 | 24.34 Mn |
| Jun 30, 2023 | 24.34 Mn |
| Mar 31, 2023 | 14.76 Mn |
| Dec 31, 2022 | 14.80 Mn |
Lincoln Educational Services Short-term Investments 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=short-term-investments&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();