cash_flow
Retrieve cash flow statements for companies to analyze operating, investing, and financing activities. Specify stock tickers for annual or quarterly data.
Instructions
Get cash flow statement for a company.
Returns operating cash flow, investing cash flow, financing cash flow, free cash flow, capital expenditure, and more.
Args: symbol: Stock ticker (e.g., INFY, SBIN, GOOGL, AMZN) quarterly: If True, quarterly data. If False (default), annual.
Examples: cash_flow("INFY") → Infosys annual cash flow cash_flow("GOOGL", quarterly=True) → Google quarterly cash flow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quarterly | No |