Earnings deep-dive
Everything you need before a company reports: the upcoming earnings date, the latest financials, recent SEC filings, the live quote, and fresh analyst news — in one pass.
When to use this pack
Prepping for an earnings call or positioning ahead of a print — you want the date, the fundamentals, any recent filings, the market's current read, and the news narrative without stitching five sources together by hand.
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.
-
Company financials summary
$0.02
GET /api/company-financials
Key financial metrics (Revenue, Net Income, Operating Income, Total Assets, Liabilities, Equity, EPS, Operating Cash Flow) for a US public company in one call. Returns the latest annual and quarterly values from SEC XBRL filings. No XBRL knowledge needed — just pass a ticker. ?ticker=AAPL
-
EDGAR recent filings
$0.015
GET /api/edgar-filings
Recent SEC filings for a company by ticker or CIK, newest first. Optionally filter by form type (10-K, 10-Q, 8-K, 4, S-1, etc.). Each row links to the primary document on SEC.gov. Source: data.sec.gov/submissions (public domain). ?ticker=AAPL&form=10-K&limit=10
-
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
- Get the next earnings date from earnings-calendar so you know the window you're positioning around.
- Pull the latest fundamentals from company-financials — revenue, margins, EPS, cash flow — the baseline the print will be judged against.
- List recent SEC filings via edgar-filings to catch any 8-K, guidance, or S-1 activity since the last report.
- Get the live quote from stock-quote for the market's current positioning (price vs 52-week range).
- Search the web for analyst expectations and recent news to frame the whisper number and the key debates.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Prepare an earnings deep-dive on TSLA using Agent402's earnings-deep-dive skill pack. (1) Get the next earnings date, (2) pull the latest financials, (3) list recent SEC filings, (4) get the live quote, (5) search for analyst expectations. Summarize as a pre-earnings brief: date, what to watch in fundamentals, filing flags, current positioning, and the key debate going into the print.
← All skill packs