get_income_statement
Retrieve a company's income statement by ticker symbol to analyze revenue, expenses, and profitability.
Instructions
Retrieve the income statement for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[IncomeStatementEntry]: List of income statement entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |