Financial analysis
Quick company snapshot: live quote, 9 key financial metrics (revenue through cash flow), and upcoming earnings — one call, one payment.
When to use this pack
An agent needs to answer 'how is this company doing?' without knowing XBRL tags or juggling 3 separate API calls. The $0.04 bundle is cheaper than calling the tools individually ($0.045).
Tools in this pack
-
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).
-
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
-
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.
Workflow
- Get the live quote from stock-quote — current price, market cap, day range, 52-week high/low, volume.
- Pull key financials from company-financials — revenue, net income, operating income, total assets, liabilities, equity, EPS, and operating cash flow from the latest annual and quarterly SEC filings.
- Check the earnings calendar for today's date to see if this company has upcoming or just-reported earnings (EPS estimate vs actual).
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Give me a quick financial snapshot of AAPL. Use Agent402's financial-analysis skill pack to get the current quote, key financial metrics (revenue, net income, EPS, cash flow), and any upcoming earnings. Summarize in a few bullet points.
← All skill packs