
CoreCivic, Inc. — Investor Relations & Filings
CoreCivic, Inc. is a diversified company that partners with government agencies to provide solutions in corrections, detention, community reentry, and real estate. The company's operations are structured into three main business segments. CoreCivic Safety manages correctional and detention facilities, emphasizing high-quality management practices and adherence to national standards. CoreCivic Community delivers residential and non-residential reentry services aimed at reducing recidivism and supporting the successful reintegration of justice-involved individuals. CoreCivic Properties specializes in providing governmental real estate solutions, which include the design, construction, expansion, and management of specialized facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-18 | English | |
| 10-Q - CoreCivic, Inc. (0001070985) (Filer) | 2026-05-07 | English | |
| ARS - CoreCivic, Inc. (0001070985) (Filer) | 2026-03-31 | English | |
| DEF 14A - CoreCivic, Inc. (0001070985) (Filer) | 2026-03-31 | English | |
| SCHEDULE 13G/A - CoreCivic, Inc. (0001070985) (Subject) | 2026-03-26 | English | |
| 4 - CORECIVIC, INC. (0001070985) (Filer) | 2026-03-02 | English |
Browse filings by year
17 yearsMarket data
Market data not available
Price history
Peer group · Public order and safety activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GEO GROUP INC
A government services provider of correctional, detention, …
|
GEO | US | Public administration and defen… |
CoreCivic, Inc. 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/31570/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31570 | 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=31570 | 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=31570 \ -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": 31570}, 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 CoreCivic, Inc. (id: 31570)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.