Skip to main content
POST
Get company filings (POST)

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

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

Body

company_id
integer

Internal ID of the company. Takes priority over company_domain.

company_domain
string

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

filing_type
string

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

filed_at_start
string<date-time>

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

filed_at_end
string<date-time>

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

Response

Paginated list of filings for the company. Same shape as GET.

filings
object[]
required
meta
object
required
pagination
object