GET
/
api
/
us
/
v0
/
documents

Authorizations

Authorization
string
headerrequired

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

Query Parameters

document_type
enum<string>
required

The type of document to retrieve. Choose from 'earnings-transcript', '10-K', '8-K'.

Available options:
earnings-transcript,
10-K,
8-K
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.

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

quarter
enum<string>

Fiscal quarter values in the format Q1, Q2, Q3, Q4. Multiple values can be provided separated by commas. Use this parameter to filter by specific quarters.

Available options:
Q1,
Q2,
Q3,
Q4
year
string

Fiscal year values in the format YYYY (e.g., 2024, 2023). Multiple values can be provided separated by commas. Use this parameter to filter data by specific years.

page
integer

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

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.

Response

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