
GEO GROUP INC — Investor Relations & Filings
The GEO Group, Inc. is a government services provider specializing in correctional, detention, and community reentry services. The company owns, leases, and manages a portfolio of facilities, including correctional institutions, processing centers, and residential community corrections centers. It offers a range of support services such as secure transportation, electronic monitoring, and alternatives to detention programs. A core component of its operations is the provision of evidence-based rehabilitation and post-release support programs, often delivered through its proprietary "GEO Continuum of Care" model, which aims to reduce recidivism by providing in-custody and post-release services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - GEO GROUP INC (0000923796) (Filer) | 2026-05-06 | English | |
| SCHEDULE 13G/A - GEO GROUP INC (0000923796) (Subject) | 2026-03-26 | English | |
| 4 - GEO GROUP INC (0000923796) (Issuer) | 2026-03-20 | English | |
| 4 - GEO GROUP INC (0000923796) (Issuer) | 2026-03-20 | English | |
| 4 - GEO GROUP INC (0000923796) (Issuer) | 2026-03-20 | English | |
| 4 - GEO GROUP INC (0000923796) (Filer) | 2026-02-26 | 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 |
|---|---|---|---|
|
CoreCivic, Inc.
Partners with government for corrections, detention, reentr…
|
CXW | US | Public administration and defen… |
|
INL
Implements global programs to address crime, illicit drugs,…
|
INL | PK | Public administration and defen… |
GEO GROUP 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/31395/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31395 | 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=31395 | 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=31395 \ -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": 31395}, 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 GEO GROUP INC (id: 31395)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.