get_ttm_income_statement
Retrieve trailing twelve months income statement for any stock ticker to analyze recent financial performance.
Instructions
Retrieve the trailing twelve months (TTM) income statement for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[TTMIncomeStatementEntry]: List of TTM income statement entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |