{$displayCompanyName} AI Forecast

{#if Object?.keys(data?.getPriceAnalysis)?.length > 0}

Stock Price Forecast

Using our AI model trained on historical data, we generated a 12‑month forecast for {$displayCompanyName} ({$stockTicker}) stock. The model estimates a median target price of {medianPriceTarget}—ranging from a low of {lowPriceTarget} to a high of {highPriceTarget}—which suggests {medianChange > 0 ? "an increase" : "a decrease"} of {medianChange}% compared to the current price of {price}.

{#if optionsPieChart !== null} {/if}
Analyst Consensus: {consensusRating}
Target Low Average Median High
Price ${lowPriceTarget} ${avgPriceTarget} ${medianPriceTarget} ${highPriceTarget}
Change 0 ? "before:content-['+'] text-[#00FC50]" : "text-[#FF2F1F]"}>{lowChange}% 0 ? "before:content-['+'] text-[#00FC50]" : "text-[#FF2F1F]"}>{avgChange}% 0 ? "before:content-['+'] text-[#00FC50]" : "text-[#FF2F1F]"}>{medianChange}% 0 ? "before:content-['+'] text-[#00FC50]" : "text-[#FF2F1F]"}>{highChange}%
{:else} {/if}