stock-forecast-analysis
Stock Forecast Analysis — reproduce the TipRanks AI Analyst Report (conductor)
Generate the same report a user sees on https://www.tipranks.com/stocks/{ticker}/stock-analysis: an LLM-synthesized 0-100 rating, the AI's own 12-month price target, Positive / Negative Factors, and the full multi-section report. This is a conductor lens — it does not fetch raw data itself; it routes each report section to an existing seat (context-firewall subagents), then the main agent (the "AI analyst") synthesizes the rating, target, and narrative.
AI-generated. May contain errors. Educational only — not advice and not a trade trigger. Under Law #0 any actual "buy/sell X" routes through
strategy-discovery-backtestfirst. Re-pull before acting.
Copy the RIGHT product (this is the mistake to avoid)
TipRanks runs two different products; do not conflate them:
Smart Score (/stocks/{ticker}) |
AI Stock Analysis (/stocks/{ticker}/stock-analysis) ← this skill |
|
|---|---|---|
| Score | 1-10 quantitative | 0-100, LLM-generated (selectable model) |
| Method | 8 fixed factors, weighted formula | LLM synthesizes structured data into a report + score + target |
| Inputs | analyst ratings, insider Form-4, blogger, crowd, 13F, news, technicals, fundamentals | financial statements, earnings-call transcript, SEC 8-K filings, technical indicators, peers |
| Price target | n/a (Smart Score has none) | the AI's own target, which routinely diverges from analyst consensus (live NVDA: AI $223 vs consensus $309.94) |
| Output | one number + factor bars | a multi-section narrative report (below) |
This skill reproduces the AI Stock Analysis report. It does not lean on 13F / Form-4 / blogger / crowd sentiment — those are Smart Score factors and are visibly absent from the AI report's drivers. If the user wants the 1-10 Smart Score instead, tell them and route to analyse-sellside + analyse-smartmoney + analyse-fundamental.