
CORVEL CORP — Investor Relations & Filings
CorVel Corporation is a national provider of risk management solutions specializing in the workers' compensation, auto liability, health, and disability management sectors. The company delivers end-to-end services focused on reducing client risk, controlling costs, and accelerating recovery. Core offerings include claims management, bill review, and managed care, supported by a proprietary preferred provider network of physicians, hospitals, and ancillary providers. CorVel leverages its proprietary technology platform, CareMC Edge, which integrates claims, care, and billing processes to provide real-time visibility and streamlined workflows. The platform is designed to facilitate faster resolutions and better outcomes by enabling data-driven decision-making.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| PRIMARY DOCUMENT | 2025-08-09 | English | |
| Regulatory Filings 2025 | 2025-08-07 | English | |
| 10-Q | 2025-08-07 | English | |
| 8-K | 2025-08-05 | English | |
| PRIMARY DOCUMENT | 2025-07-23 | English | |
| PRIMARY DOCUMENT | 2025-07-10 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 9836085 | PRIMARY DOCUMENT | 2025-08-09 | English | ||
| 9836086 | Regulatory Filings 2025 | 2025-08-07 | English | ||
| 9836087 | 10-Q | 2025-08-07 | English | ||
| 9836088 | 8-K | 2025-08-05 | English | ||
| 9836089 | PRIMARY DOCUMENT | 2025-07-23 | English | ||
| 9836090 | PRIMARY DOCUMENT | 2025-07-10 | English | ||
| 9836091 | ARS | 2025-06-24 | English | ||
| 9836092 | DEFA14A | 2025-06-24 | English | ||
| 9836093 | DEF 14A | 2025-06-24 | English | ||
| 9836094 | PRIMARY DOCUMENT | 2025-06-12 | English | ||
| 9836095 | PRIMARY DOCUMENT | 2025-06-12 | English | ||
| 9836096 | PRIMARY DOCUMENT | 2025-06-11 | English | ||
| 9836097 | Regulatory Filings 2025 | 2025-06-09 | English | ||
| 9836098 | Regulatory Filings 2025 | 2025-06-09 | English | ||
| 9836099 | PRIMARY DOCUMENT | 2025-06-09 | English | ||
Market data
Market data not available
Price history
Peer group · Risk and damage evaluation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BYBON Group Company Limited
Provides digital platforms and TPA services for automotive …
|
300736 | CN | Financial and insurance activit… |
|
Medi Assist Healthcare Services Limited
Health benefits administrator providing third-party service…
|
MEDIASSIST | IN | Financial and insurance activit… |
|
Open Lending Corp
Provides lending enablement and risk analytics for financia…
|
LPRO | US | Financial and insurance activit… |
CORVEL 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/31179/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31179 | 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=31179 | 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=31179 \ -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": 31179}, 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 CORVEL CORP (id: 31179)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.