
CDI Education Corporation — Investor Relations & Filings
CDI Education Corporation operates CDI College, a private career training institution with over 50 years of experience providing accelerated, market-driven diploma programs. The institution focuses on preparing students for new careers through practical, hands-on learning delivered by industry-experienced instructors. CDI College offers a diverse range of programs across key sectors, including business, information technology, health care, legal studies, and early childhood education. Training is delivered nationwide through multiple physical campuses and comprehensive online learning platforms, often incorporating practicum placements to ensure graduates are job-ready.
Recent filings
No filings indexed yet
We are still gathering filings for CDI Education Corporation. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Post-secondary non-tertiary education
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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
Provider of career-oriented vocational and technical skills…
|
LINC | US | Education |
CDI Education Corporation 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/44835/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=44835 | 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=44835 | 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=44835 \ -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": 44835}, 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 CDI Education Corporation (id: 44835)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.