get_cash_flow
Retrieve cash flow statement data for a company by stock symbol to analyze financial health and liquidity.
Instructions
Get company cash flow statement data.
Args:
symbol: Stock symbol to get cash flow for (e.g., AAPL, MSFT)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| success | Yes | ||
| timestamp | No |