get_balance_sheet
Retrieve the balance sheet for a stock ticker to review assets, liabilities, and equity.
Instructions
Retrieve the balance sheet for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[BalanceSheetEntry]: List of balance sheet entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |