GET
/
api
/
us
/
v0
/
documents
/
8-K

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cik
string

CIKs (Central Index Keys) of companies. Multiple CIKs can be provided separated by commas. Each CIK should be a 10-digit number (include leading zeros if necessary). Get CIKs from Company Details.

from_date
string

Start date in YYYY-MM-DD format. Use this parameter to filter data from a specific start date.

to_date
string

End date in YYYY-MM-DD format. Use this parameter to filter data till a specific end date

filing_8k_type_id
string

Comma-separated 8K Category IDs (Allowed Values - 1 to 26). Check the filings-8k-type mapping.

sentiment
enum<string>

Comma-separated sentiment values (Allowed values - positive, negative, neutral).

Available options:
positive,
negative,
neutral
sector
string

Sector classification of the companies. Multiple values can be provided separated by commas. Get valid sector values from Company Details.

industry
string

Industry classification of the companies. Multiple values can be provided separated by commas. Check valid industry values from Company Details.

limit
integer

The number of results to return per page. This parameter is optional and defaults to 20 if not specified. Maximum value is 50.

page
integer

Page number for pagination. This parameter is optional and defaults to 1 if not specified.

Response

200 - application/json
status
enum<string>
Available options:
success
data
object[]
meta
object