cash_flow
Retrieve cash flow statements for companies to analyze financial health and liquidity using stock ticker symbols.
Instructions
Fetch company cash flow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}