
LINCOLN EDUCATIONAL SERVICES CORP — Investor Relations & Filings
Lincoln Educational Services Corp. is a provider of career-oriented post-secondary education, operating primarily through its Lincoln Tech campuses. The company offers specialized vocational and technical skills training programs designed for high school graduates and working adults. Its curriculum covers various fields, including automotive technology, skilled trades, and health sciences. The educational model emphasizes hands-on learning to prepare students for technical careers. Established in 1946, the institution collaborates with industry partners to align its programs with workforce demands and support graduate employment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ARS - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-26 | English | |
| DEFA14A - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-26 | English | |
| DEF 14A - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-26 | English | |
| 8-K - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-19 | English | |
| 4 - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-04 | English | |
| 4 - LINCOLN EDUCATIONAL SERVICES CORP (0001286613) (Filer) | 2026-03-04 | English |
Market data
Market data not available
Price history
Peer group · Post-secondary non-tertiary education
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CDI Education Corporation
Private career training institution providing accelerated, …
|
— | CA | Education |
|
China East Education Holdings Limited
Leading provider of private vocational training education f…
|
667 | KY | Education |
|
EpicQuest Education Group International Ltd
Provides education solutions, operates colleges, and suppor…
|
EEIQ | US | Education |
LINCOLN EDUCATIONAL SERVICES CORP via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/32475/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32475 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=32475 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=32475 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 32475}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for LINCOLN EDUCATIONAL SERVICES CORP (id: 32475)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.