GET
/
api
/
in
/
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', 'annual-report', 'announcement'.

Available options:
earnings-transcript,
annual-report,
announcement
ticker
string

Exchange:Ticker of companies. Multiple tickers can be provided separated by commas. Example - NSE:ZOMATO, BSE:TCS. Get tickers from Company Details.

quarter
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.

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.

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.

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