Skip to main content
GET
Cash Flow Statement
Enter a company ticker to get its latest consolidated half-yearly cash flow statement. You only need to provide a date, reporting type, or scope when you want something different. For example, a request with only ticker=RELIANCE uses:
  • Latest available period
  • reporting_type=half_yearly
  • statement_scope=consolidated
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 reporting type.

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>

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.

reporting_type
enum<string>
default:half_yearly

Type of reporting period. Defaults to half_yearly.

Available options:
quarterly,
half_yearly,
nine_months,
annual
Example:

"half_yearly"

statement_scope
enum<string>
default:consolidated

Whether to retrieve consolidated or standalone financial statements. Defaults to consolidated.

Available options:
consolidated,
standalone
Example:

"consolidated"

Response

Successful response with cash flow statement 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.