This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).
earnings-calendar
InactiveTool of The Stall
declared in 4.97.1
Earnings calendar for upcoming US stock reports — earnings date, EPS estimate, pre/post-market timing. Filter by ticker for per-company lookups, or scan a date window (1–90 days ahead) for calendar-driven research automation. Data: Alpha Vantage 3-month calendar, cached 2 hr.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"description": "Max results (default 20, max 100). Ignored when symbol is provided (returns all matches)."
},
"symbol": {
"type": "string",
"description": "Optional. Ticker to filter by (e.g. NVDA, AAPL). Omit to get all earnings in the window."
},
"days_ahead": {
"type": "integer",
"description": "Calendar days ahead to include (1–90, default 7)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries