Earnings watch
Is this company reporting soon and what's the consensus? Earnings calendar, live quote, and recent search results in one call.
When to use this pack
Pre-earnings positioning — check if a report is imminent, what the stock price implies, and what analysts are saying.
Tools in this pack
-
Earnings calendar
$0.015
GET /api/earnings-calendar
Earnings calendar for a given date — every company reporting that day with EPS estimate, EPS actual (if reported), and reporting time slot. Optional `symbol` filter narrows to one ticker. Defaults to today (UTC). Backed by Nasdaq's public calendar API.
-
Stock quote
$0.010
GET /api/stock-quote
Live stock/index/FX/crypto quote: last price, day range, 52-week range, previous close, currency, exchange, and a relative change vs. previous close, as clean JSON. Backed by Yahoo Finance's public chart endpoint — keyless, no rate limits in practice. Symbols: equities (AAPL), indices (^GSPC), FX (EURUSD=X), crypto (BTC-USD).
-
Web search
$0.02
GET /api/search
Live web search: ranked results (title, URL, snippet, age) from an independent search index as clean JSON — fresh pages your model's training cutoff has never seen. Optional freshness filter (pd/pw/pm/py = past day/week/month/year).
Workflow
- Check the earnings calendar for upcoming or recent report dates and EPS estimates.
- Get the live stock quote — price, market cap, and day range heading into earnings.
- Search the web for recent earnings-related coverage and analyst expectations.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Check if AAPL is reporting earnings soon using Agent402's earnings-watch skill pack. Get (1) earnings calendar for dates and EPS consensus, (2) live quote, (3) recent search results for analyst expectations. Summarize the setup heading into the report.
← All skill packs