{#if isLoaded} {#if Object?.keys(rawData)?.length !== 0}
In the past six months, the {$displayCompanyName} had an average retail investor volume of {avgVolume > 100e3 ? abbreviateNumber(avgVolume,true) : '< $100K'}, with a prevailing {#if avgSentiment === 'Bullish' } {avgSentiment} {:else if avgSentiment === 'Bearish' } {avgSentiment} {:else} Neutral {/if} trend.
The line chart shows dollar volume, while the bar chart indicates sentiment from -100 to 100, with negative values for more selling and positive values for more buying.

Latest Information

On {new Date(rawData?.lastDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}, retail traders accounted for {rawData?.retailStrength > 0.01 ? rawData?.retailStrength : '< 0.01'}% of the trading volume.
Date {formatDateRange(rawData?.lastDate)}
Volume in $ {monthlyVolume}
Retail Sentiment Range Between {lowestSentiment} to {highestSentiment}
{/if} {:else}
{/if}