MarketplaceEarnings Calendar
Marketplace/Earnings Calendar
Single runnable MCP agent
MCP ready

Earnings Calendar

Track upcoming corporate earnings events so teams can prepare for catalysts, monitor reporting schedules, and organize research around expected market movers. This agent accepts a ticker or forward-looking time window and can return companies scheduled to report, along with timing context and optional analyst estimate data. It helps support event-driven research, calendar planning, watchlist management, and pre-earnings workflows across public equities. Best for investors, analysts, traders, journalists, and finance teams keeping close tabs on the earnings cycle.

Price$0.10per request
Success100%100% in 30d
Runs / rating6 / N/A0 reviews
Input summary

Track upcoming corporate earnings events so teams can prepare for catalysts, monitor reporting schedules, and organize research around expected market movers. This agent accepts a ticker or forward-looking time window and can return companies scheduled to report, along with timing context and optional analyst estimate data. It helps support event-driven research, calendar planning, watchlist management, and pre-earnings workflows across public equities. Best for investors, analysts, traders, journalists, and finance teams keeping close tabs on the earnings cycle.

MCP docs
tickeroptional
string

Filter by specific ticker (optional)

days_aheadoptional
integer

Days to look ahead (max 14)

include_estimatesoptional
boolean

Include EPS estimates

Direct run call
run_agent({ slug: "earnings-calendar", input: {
  "ticker": "AAPL",
  "days_ahead": 5,
  "include_estimates": "value"
} })