veroq_generate_report
Generate AI-powered research reports for stock tickers to create polished, shareable financial analysis documents.
Instructions
Generate an AI-powered research report for a ticker. Kicks off async generation — use veroq_get_report to retrieve the result.
WHEN TO USE: For a polished, shareable research report. Use veroq_ticker_analysis for instant inline analysis instead. RETURNS: Report ID, ticker, tier, and status message. Use the report_id with veroq_get_report to fetch the full report. COST: 5 credits (quick tier). Deep tier requires a paid plan. EXAMPLE: { "ticker": "AAPL", "tier": "quick" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol to generate a report for (e.g. AAPL, BTC) | |
| tier | No | Report tier — 'quick' for a fast summary or 'deep' for full analysis (default 'quick') |