
Target Hospitality Corp. — Investor Relations & Filings
Target Hospitality Corp. is a vertically integrated specialty rental and hospitality services company that provides turnkey solutions for workforce accommodations and facilities. The company's services include the design, construction, operation, and maintenance of facilities, with core offerings in modular accommodations, facilities management, culinary services, housekeeping, transportation, and security. It serves a diverse client base, including government agencies and Fortune 500 companies, across sectors such as energy, natural resources, infrastructure, and other mission-critical industries. The company focuses on delivering safe, comfortable, and productive environments to support its clients' workforces.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM S-8 | 2026-05-21 | English | |
| FORM 8-K | 2026-05-21 | English | |
| 10-Q - Target Hospitality Corp. (0001712189) (Filer) | 2026-05-11 | English | |
| 8-K - Target Hospitality Corp. (0001712189) (Filer) | 2026-05-11 | English | |
| 8-K - Target Hospitality Corp. (0001712189) (Filer) | 2026-05-07 | English | |
| 8-K - Target Hospitality Corp. (0001712189) (Filer) | 2026-04-22 | English |
Browse filings by year
10 yearsMarket data
Market data not available
Price history
Peer group · Other accommodation n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Black Diamond Group Limited
Provides specialty rental solutions, modular buildings, and…
|
BDI | CA | Accommodation and food service … |
|
Civeo Corp
Global provider of workforce accommodations and hospitality…
|
CVEO | US | Accommodation and food service … |
|
GREENS CO.,LTD.
Operates and manages a portfolio of proprietary and franchi…
|
6547 | JP | Accommodation and food service … |
|
KEYFIELD INTERNATIONAL BERHAD
Provider of offshore accommodation solutions, specializing …
|
— | MY | Accommodation and food service … |
|
LINDBLAD EXPEDITIONS HOLDINGS, INC.
An expedition travel company offering small-ship cruises to…
|
LIND | US | Accommodation and food service … |
Target Hospitality 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/32323/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32323 | 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=32323 | 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=32323 \ -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": 32323}, 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 Target Hospitality Corp. (id: 32323)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.