{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} Options Flow Feed · stocknear

Options Flow

The most recent unusual options activity from large institutional traders and hedge funds.
{#if !$isOpen} Live flow of {new Date(optionList?.at(0)?.date ?? null)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} {/if}
Paused
Live Flow
{#if isLoaded }
Flow Sentiment {flowSentiment}
Put/Call {putCallRatio?.toFixed(3)}
{putCallRatio?.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}%
{#if showMore}
Most Traded Option {mostFrequentTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(mostFrequentTicker?.count)}
Highest Premium {highestPremiumTicker?.ticker} ${new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(highestPremiumTicker?.costBasis)}
Highest Volume {highestVolumeTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(highestVolumeTicker?.volume)}
Highest Open Interest {highestOpenInterestTicker?.ticker} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(highestOpenInterestTicker?.openInterest)}
{/if}
  • {#if notFound === true} No Results Found {/if}
{#each optionList as item,index} handleViewData(item)} class="w-full odd:bg-[#202020] cursor-pointer {index+1 === optionList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}"> {/each}
Time Symbol Expiry Strike C/P Sent. Spot Price Prem. Type Vol. OI
{item?.time} assetSelector(item?.ticker, item?.assetType)} class="{index % 2 ? 'bg-[#0F0F0F]' : 'bg-[#202020]'} text-blue-400 text-start font-normal"> {item?.ticker} {reformatDate(item?.date_expiration)} {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}
Loading...
{/if}

Order Details:
{optionSymbol}

Description: {optionDescription}

Premium {optionPremium} C/P {optionContract}
Expiry {optionExpiry} Type {optionType}
Strike ${optionStrike} Volume {optionVolume}
Spot ${optionSpot} Open Interest {optionOpenInterest}
Price ${optionPrice} Sentiment {optionSentiment}
Trade Count {optionTradeCount} Exchange {optionExchange}