get_full_financials
Aggregate all financial statements and records for any ticker into a single data dictionary.
Instructions
Retrieve a full set of financial data for a given ticker, aggregating all available financial statements and records.
Args: ticker (str): The symbol of the security.
Returns: dict: Dictionary containing all financial data for the ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |