generate_stock_research_report
Generate an institutional-grade stock research report that synthesizes AI predictions, options positioning, and Monte Carlo projections into a formatted markdown document suitable for investors.
Instructions
Generate a structured, institutional-style research report for a stock.
The report synthesizes AI prediction, IV analysis, options positioning, Monte Carlo projections, and backtesting into a formatted markdown document suitable for sharing with investors or stakeholders.
Use this tool when:
A user asks for a "report", "write-up", or "research note" on a stock.
You want a pre-formatted narrative that combines all signal sources.
You need a document for archiving or distribution, not just raw data.
Prefer analyze_stock when you only need structured JSON for programmatic use. This tool returns a human-readable narrative.
Parameters
symbol : str Exchange ticker in uppercase, e.g. "NVDA", "TSLA", "SPY".
Returns
dict with keys: symbol : str — normalized ticker report : str — full markdown research report generated_at: str — ISO 8601 timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |