{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} {$displayCompanyName} ({$etfTicker}) Options Activity · stocknear

Unsual Options Activity

{#if optionsPlotData?.length !== 0} Last 3 months of options activity involving {$displayCompanyName} by major institutional traders and hedge funds. {:else} There's no data available, indicating that major traders may not be actively betting on {$displayCompanyName}. {/if}
{#if optionsPlotData?.length !== 0}
{displayTotalVolume}
{displayTotalOpenInterest}
{totalPutCallRatio !== 'Infinity' ? totalPutCallRatio : '> 1'}
{putCallOpenInterestRatio !== 'Infinity' ? putCallOpenInterestRatio : '> 1'}

Latest Options Activity

{#if optionList?.length !== 0}
Flow Sentiment {flowSentiment}
Put/Call {latestPutCallRatio?.toFixed(3)}
=1 ? 0 : 100-(latestPutCallRatio*100)?.toFixed(2)}>
{latestPutCallRatio?.toFixed(2)}
Call Flow {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(displayCallVolume)}
{callPercentage}%
Put Flow {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(displayPutVolume)}
{putPercentage}%
{#each (data?.user?.tier === 'Pro' ? optionList : optionList?.slice(0,3)) as item, index} {/each}
Time Date Expiry Strike C/P Sent. Spot Price Prem. Type Vol. OI
{formatTime(item?.time)} {formatDate(item?.date)} {item?.dte < 0 ? 'expired' : item?.dte +'d'} {item?.strike_price} {item?.put_call} {item?.sentiment} {item?.underlying_price} {item?.price} {abbreviateNumber(item?.cost_basis)} {item?.type} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.volume)} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.open_interest)}
{:else}
No Options activity found
{/if} {/if}