{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} {$displayCompanyName} ({$stockTicker}) US Congress & Senate Trading · stocknear

Insider Trading

Get detailed insights of Insiders who bought or sold {$displayCompanyName} and the amounts involved!
{#if insiderTradingList?.length !== 0}
We can divide four types of insider transactions:
Buy, Sell, , .
{/if}
{#if isLoaded} {#if insiderTradingList?.length !== 0} {#if Object?.keys(options)?.length !== 0}
Bought
Sold
Grant
Exercise
{/if} {#if JSON.stringify(statistics) !== JSON.stringify({ totalBought: 0, totalSold: 0, purchases: 0, sales: 0 }) }

Insider Statistics

Buy/Sell {buySellRatio?.toFixed(3) }
{buySellRatio?.toFixed(2)}
Bought Shares {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(buyShares)}
{buySharesPercentage}%
Sold Shares {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(soldShares)}
{soldSharesPercentage}%
{/if}
{#each insiderTradingList as item}
Position {extractOfficeInfo(item?.typeOfOwner)}
Transaction Date {new Date(item?.transactionDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}
Price ${item?.price?.toFixed(2)}
Shares {abbreviateNumber(item?.securitiesTransacted)}
Type {#if item?.transactionType === 'Bought'} Bought {:else if item?.transactionType === 'Grant'} Grant {:else if item?.transactionType === 'Sold'} Sold {:else if item?.transactionType === 'Exercise'} Exercise {:else if item?.transactionType === 'n/a'} n/a {/if}
{/each}
{#if rawData?.length >= 20 && data?.user?.tier === 'Pro'} {/if} {#if data?.user?.tier === 'Pro'} {/if} {:else}

No trading history available for {$displayCompanyName}. Likely no insider trading has happened yet.

{/if} {:else}
Loading...
{/if}