get_eps_history
Retrieve historical earnings per share data for any stock ticker to analyze past profitability trends and financial performance.
Instructions
Retrieve EPS (Earnings Per Share) history for a given ticker.
Args: ticker (str): The symbol of the security.
Returns: list[EPSHistoryEntry]: List of EPS history entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |