Financial research
Pull SEC filings, real-time quotes, historical prices, and macro context for a single ticker in one pass.
When to use this pack
Building a one-pager on a public company — you want fundamentals, recent insider activity, and the macro backdrop without leaving the agent loop.
Tools in this pack
Workflow
- Get the live quote from stock-quote — current price, market cap, day range, volume.
- Pull 1Y of OHLCV from stock-history to compute return, vol, and drawdown for the brief.
- List recent SEC filings (10-K, 10-Q, 8-K) via edgar-filings — link each one in the report.
- Pull the structured XBRL company facts (revenue, net income, total assets, share count) from edgar-company-facts for the canonical numbers.
- Check edgar-insider-trades for Form 4 filings in the last 90 days — directional insider activity is a real signal.
- Drop in macro context (CPI, fed funds, unemployment) from fred-series so the brief contextualizes the company-level view.
- If you need a 1-call composite, research-company fans out to several of the above in a single paid call.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Build a one-page research brief on AAPL. Use Agent402 to pull: (1) current quote, (2) 1-year price history with return/vol/max-drawdown, (3) the last 4 SEC filings, (4) XBRL revenue and net income trend, (5) Form 4 insider trades in the last 90 days, (6) CPI and fed funds rate as macro context. Output a clean markdown brief.
← All skill packs