Lincoln Educational Services (LINC) Non-cash Items (2011 - 2026)
Lincoln Educational Services' (LINC) quarterly Non-cash Items came in at $20.1 million in Q2 2026, up 1701.99% year-over-year from $1.1 million in Q2 2025, and up 9481.43% quarter-over-quarter from $210000.0 in Q1 2026.
Lincoln Educational Services (LINC) Non-cash Items (2011 - 2026) Analysis & Trends
Lincoln Educational Services (LINC) has reported Non-cash Items for 16 consecutive years, with $20.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-cash Items rose 1701.99% year-over-year to $20.1 million in Q2 2026; TTM through Jun 2026 was $71.2 million, a 426.01% increase from a year earlier, with the FY2025 full-year figure at $39.3 million, up 102.49% from the prior year.
- Non-cash Items was $20.1 million for Q2 2026 at Lincoln Educational Services, up from $210000.0 in the prior quarter.
- Over five years, Non-cash Items peaked at $30.8 million in Q4 2025 and troughed at -$14.7 million in Q1 2024.
- A 5-year average of $3.7 million and a median of $931500.0 in 2024 frame the typical range for Non-cash Items.
- Across the five-year window, Non-cash Items plunged 13919.05% in 2024 and jumped 1701.99% in 2026, its largest moves.
- Over 5 years, Non-cash Items stood at -$8.3 million in 2022, then jumped by 282.84% to $15.2 million in 2023, then soared by 54.84% to $23.5 million in 2024, then surged by 31.29% to $30.8 million in 2025, then plunged by 34.69% to $20.1 million in 2026.
- The last three Non-cash Items figures came in at $20.1 million (Q2 2026), $210000.0 (Q1 2026), and $30.8 million (Q4 2025), 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 |
|---|---|
| Jun 30, 2026 | 20.12 Mn |
| Mar 31, 2026 | 210,000.00 |
| Dec 31, 2025 | 30.81 Mn |
| Sep 30, 2025 | 20.08 Mn |
| Jun 30, 2025 | -1.26 Mn |
| Mar 31, 2025 | -10.32 Mn |
| Dec 31, 2024 | 23.47 Mn |
| Sep 30, 2024 | 1.65 Mn |
| Jun 30, 2024 | 9.02 Mn |
| Mar 31, 2024 | -14.72 Mn |
| Dec 31, 2023 | 15.15 Mn |
| Sep 30, 2023 | -8.86 Mn |
| Jun 30, 2023 | -6.63 Mn |
| Mar 31, 2023 | -105,000.00 |
| Dec 31, 2022 | -8.29 Mn |
| Sep 30, 2022 | 7.06 Mn |
| Jun 30, 2022 | 4.12 Mn |
| Mar 31, 2022 | -14.64 Mn |
| Dec 31, 2021 | -14.27 Mn |
| Sep 30, 2021 | 12.84 Mn |
Lincoln Educational Services Non-cash Items 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=non-cash-items&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();