Skip to main content
GET
Get company filings

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

  • Organization/user token: Token <your-token>
  • Stytch JWT: Bearer <your-jwt>

Query Parameters

company_domain
string

Domain of the company (e.g. spacex.com).

company_id
integer

Internal ID of the company. Takes priority over company_domain.

cursor
string

Cursor for pagination (provided by next/previous links in response).

filed_at_end
string<date-time>

Filter filings filed on or before this datetime (ISO 8601).

filed_at_start
string<date-time>

Filter filings filed on or after this datetime (ISO 8601).

filing_type
string

Filter by filing type (e.g. 10-K).

page_size
integer

Number of results per page. Default: 10, max: 50.

Response

Paginated list of filings for the company.

filings
object[]
required
meta
object
required
pagination
object

Null when no filings are returned.