Lincoln Educational Services (LINC) Other Working Capital Changes (2017 - 2026)
Lincoln Educational Services' (LINC) quarterly Other Working Capital Changes came in at -$4.8 million in Q2 2026, down 1401.09% year-over-year from $368000.0 in Q2 2025, and down 381.21% quarter-over-quarter from -$995000.0 in Q1 2026.
Lincoln Educational Services (LINC) Other Working Capital Changes (2017 - 2026) Analysis & Trends
Lincoln Educational Services (LINC) has reported Other Working Capital Changes for 16 consecutive years, with -$4.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 1401.09% year-over-year to -$4.8 million in Q2 2026; TTM through Jun 2026 was $987000.0, a 81.9% decrease from a year earlier, with the FY2025 full-year figure at $10.4 million, up 1411.06% from the prior year.
- Other Working Capital Changes was -$4.8 million for Q2 2026 at Lincoln Educational Services, down from -$995000.0 in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $12.6 million in Q2 2026 and troughed at -$4.9 million in Q1 2026.
- A 5-year average of $1.5 million and a median of $776000.0 in 2022 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes jumped 457.22% in 2025 and slumped 1401.09% in 2026, its largest moves.
- Over 5 years, Other Working Capital Changes stood at $2.6 million in 2022, then tumbled by 139.98% to -$1.0 million in 2023, then surged by 321.39% to $2.3 million in 2024, then soared by 190.21% to $6.6 million in 2025, then tumbled by 172.78% to -$4.8 million in 2026.
- The last three Other Working Capital Changes figures came in at -$4.8 million (Q2 2026), -$995000.0 (Q1 2026), and $6.6 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 | 12.63 Mn |
| Jun 30, 2026 | 12.63 Mn |
| Mar 31, 2026 | -4.87 Mn |
| Mar 31, 2026 | -4.87 Mn |
| Dec 31, 2025 | 10.67 Mn |
| Dec 31, 2025 | 10.67 Mn |
| Sep 30, 2025 | 5.40 Mn |
| Sep 30, 2025 | 5.40 Mn |
| Jun 30, 2025 | -763,000.00 |
| Jun 30, 2025 | -763,000.00 |
| Mar 31, 2025 | -1.79 Mn |
| Mar 31, 2025 | -1.79 Mn |
| Dec 31, 2024 | 7.70 Mn |
| Dec 31, 2024 | 7.70 Mn |
| Sep 30, 2024 | -1.35 Mn |
| Sep 30, 2024 | -1.35 Mn |
| Jun 30, 2024 | 2.06 Mn |
| Jun 30, 2024 | 2.06 Mn |
| Mar 31, 2024 | -4.64 Mn |
| Mar 31, 2024 | -4.64 Mn |
Lincoln Educational Services Other Working Capital Changes 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=other-working-capital-changes&ticker=LINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=LINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();