Skip to main content
GET
Balance Sheet

Authorizations

Authorization
string
header
required

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

Query Parameters

ticker
string
required

Company ticker symbol. Supports formats: plain ticker (RELIANCE), exchange-prefixed with dot (NSE.RELIANCE, BSE.RELIANCE), or colon (NSE:RELIANCE, BSE:RELIANCE), and BSE numeric IDs (BSE.500325). When no exchange is specified, matches against the generic stock ticker.

Example:

"RELIANCE"

period_end_date
string<date>
required

End date of the reporting period in YYYY-MM-DD format.

Example:

"2025-03-31"

statement_scope
enum<string>
required

Whether to retrieve consolidated or standalone financial statements.

Available options:
consolidated,
standalone
Example:

"consolidated"

Response

Successful response with balance sheet data. Returns null data if no statement is available for the given parameters.

status
enum<string>

Response status

Available options:
success
data
object | null

Financial statement data. Null if no data is available for the given parameters.