get_ttm_cash_flow_statement
Retrieve trailing twelve months cash flow statement entries for any stock ticker to analyze cash flow performance over the past year.
Instructions
Retrieve the trailing twelve months (TTM) cash flow statement for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[TTMCashFlowStatementEntry]: List of TTM cash flow statement entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |