get_earnings_history
Retrieve comprehensive earnings history, including estimates and surprises, for a specific stock ticker using market data and financial insights from the Finance Tools MCP server.
Instructions
Get earnings history with estimates and surprises.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticker | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticker": {
"title": "Ticker",
"type": "string"
}
},
"required": [
"ticker"
],
"title": "get_earnings_historyArguments",
"type": "object"
}