{removeCompanyStrings($displayCompanyName)} Analyst Ratings

{#each tabs as item, i} {#if !["Pro", "Plus"]?.includes(data?.user?.tier) && i > 0} {:else} {/if} {/each}
Total Analysts
{numOfAnalyst}
Consensus Rating
{consensusRating}
Price Target
{priceTarget !== null && priceTarget !== undefined ? priceTarget : "n/a"}
Upside
{changesPercentage}
{#if rawData?.length !== 0} {#if activeIdx === 1} {/if}

Ratings History

{#each ["Pro", "Plus"]?.includes(data?.user?.tier) ? historyList : historyList?.slice(0, 3) as item, index} {/each}
Analyst Firm Rating Action Price Target Upside Date
{item?.analyst_name}
{#each Array.from({ length: 5 }) as _, i} {#if item?.analystScore === 0 && i === 0} {:else if i < Math.floor(item?.analystScore)} {:else} {/if} {/each}
{item?.analyst?.length > charNumber ? item?.analyst?.slice(0, charNumber) + "..." : item?.analyst} {item?.rating_current} {item?.action_company?.replace( "Initiates Coverage On", "Initiates", )}
{#if Math?.ceil(item?.adjusted_pt_prior) !== 0} {Math?.ceil(item?.adjusted_pt_prior)} {Math?.ceil(item?.adjusted_pt_current)} {:else if Math?.ceil(item?.adjusted_pt_current) !== 0} {Math?.ceil(item?.adjusted_pt_current)} {:else} n/a {/if}
{#if Math?.ceil(item?.adjusted_pt_current) !== 0} {( (item?.adjusted_pt_current / data?.getStockQuote?.price - 1) * 100 )?.toFixed(2)}% {:else} n/a {/if}
{#if latestInfoDate(item?.date)} {/if} {new Date(item?.date).toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })}
{:else if activeIdx === 1} {/if} {#if rawData?.length !== 0} {/if} {#if !["Pro", "Plus"]?.includes(data?.user?.tier)}

Analyst Star Rankings

Our analyst star rankings are based on these four factors

Success Rate
The percentage of ratings that are profitable.
Average Return
The average percentage return within one year of the rating.
Rating Count
The more ratings the analyst has provided, the higher the score.
Recency
Ratings provided within the past year contribute to a higher score.
{/if}