earnings-calendar
ActiveTool of The Stall
declared in 4.82.0
Upcoming US stock earnings — report date, EPS estimate, pre/post-market timing. Filter by ticker or look N days ahead (1–90). 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