Balance Sheet
Retrieve a structured balance sheet for an Indian company. By default, this returns the latest consolidated balance sheet from a half-yearly filing. Balance-sheet facts remain point-in-time (reporting_type: as_of); the optional reporting_type query parameter selects the source filing cadence. The financials structure is selected by the returned profile: bank, nonbank, life_insurance, general_insurance, or investment_trust.
ticker=RELIANCE uses:
- Latest available period
reporting_type=half_yearlyfor selecting the filingstatement_scope=consolidated
reporting_type: "as_of". Use period_end_date for an exact historical result;
common reporting-period dates are 2025-03-31, 2025-06-30, 2025-09-30,
and 2025-12-31. Availability depends on the selected filing cadence, and
existing exact-date requests do not need to add one.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
"RELIANCE"
Optional reporting-period end date in YYYY-MM-DD format. Common Indian reporting boundaries include 2025-03-31, 2025-06-30, 2025-09-30, and 2025-12-31; availability depends on the selected statement and reporting type. Omit this parameter to receive the latest matching statement.
Optional cadence of the filing from which the point-in-time balance sheet is selected. When both this parameter and period_end_date are omitted, the API defaults to the latest half_yearly filing. The response reporting type remains as_of.
quarterly, half_yearly, nine_months, annual "half_yearly"
Whether to retrieve consolidated or standalone financial statements. Defaults to consolidated.
consolidated, standalone "consolidated"