Lincoln Educational Services (LINC) Inventory (2010 - 2026)
Lincoln Educational Services' (LINC) quarterly Inventory came in at $4.1 million in Q2 2026, down 9.48% year-over-year from $4.5 million in Q2 2025, and up 63.87% quarter-over-quarter from $2.5 million in Q1 2026.
Lincoln Educational Services (LINC) Inventory (2010 - 2026) Analysis & Trends
Lincoln Educational Services (LINC) has reported Inventory for 17 consecutive years, with $4.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Inventory fell 9.48% year-over-year to $4.1 million in Q2 2026; TTM through Jun 2026 was $4.1 million, a 9.48% decrease from a year earlier, with the FY2025 full-year figure at $4.0 million, up 30.56% from the prior year.
- Inventory was $4.1 million for Q2 2026 at Lincoln Educational Services, up from $2.5 million in the prior quarter.
- Over five years, Inventory peaked at $4.5 million in Q2 2025 and troughed at $2.3 million in Q2 2024.
- A 5-year average of $3.0 million and a median of $2.7 million in 2022 frame the typical range for Inventory.
- Across the five-year window, Inventory retreated 17.1% in 2023 and jumped 92.07% in 2025, its largest moves.
- Over 5 years, Inventory stood at $2.6 million in 2022, then rose by 12.61% to $2.9 million in 2023, then gained by 3.56% to $3.1 million in 2024, then jumped by 30.56% to $4.0 million in 2025, then increased by 2.28% to $4.1 million in 2026.
- The last three Inventory figures came in at $4.1 million (Q2 2026), $2.5 million (Q1 2026), and $4.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 38.24 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 105.80 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 333.46 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 50.40 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 | 38.25 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 184.82 Mn |
| 10 | Lincoln Educational Services | 764.19 Mn | 720.01 Mn | 82.93 Mn | 4.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.08 Mn |
| Mar 31, 2026 | 2.49 Mn |
| Dec 31, 2025 | 3.99 Mn |
| Sep 30, 2025 | 3.09 Mn |
| Jun 30, 2025 | 4.50 Mn |
| Mar 31, 2025 | 2.39 Mn |
| Dec 31, 2024 | 3.05 Mn |
| Sep 30, 2024 | 2.71 Mn |
| Jun 30, 2024 | 2.35 Mn |
| Mar 31, 2024 | 2.42 Mn |
| Dec 31, 2023 | 2.95 Mn |
| Sep 30, 2023 | 2.94 Mn |
| Jun 30, 2023 | 2.56 Mn |
| Mar 31, 2023 | 2.64 Mn |
| Dec 31, 2022 | 2.62 Mn |
| Sep 30, 2022 | 2.71 Mn |
| Jun 30, 2022 | 3.08 Mn |
| Mar 31, 2022 | 2.64 Mn |
| Dec 31, 2021 | 2.72 Mn |
| Sep 30, 2021 | 3.16 Mn |
Lincoln Educational Services Inventory 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=inventory&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();