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

Insider Trading

{#if insiderTradingList?.length !== 0} Get detailed insights of Insiders who bought or sold {$displayCompanyName} and the amounts involved! {:else} No trading history available for {$displayCompanyName}. Likely no insider trading has happened yet. {/if}
{#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}
Stock Price
Bought
Sold
Grant
Exercise
{/if} {#if Object?.keys(statistics)?.length !== 0 }

Q{statistics?.quarter} {statistics?.year} Insider Statistics

Buy/Sell {buySellRatio?.toFixed(3) }
= 1 ? 0 : 100-(buySellRatio*100)?.toFixed(2)}>
{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 (data?.user?.tier === 'Pro' ? insiderTradingList : insiderTradingList?.slice(0,3)) as item, index} {/each}
Person Transaction Date Shares Price Type
{formatString(item?.reportingName)?.replace('/de/','')} {extractOfficeInfo(item?.typeOfOwner)}
{new Date(item?.transactionDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })} {abbreviateNumber(item?.securitiesTransacted)} ${item?.price?.toFixed(2)} {#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}
{#if rawData?.length >= 20 && data?.user?.tier === 'Pro'} {/if} {#if data?.user?.tier === 'Pro'} {/if} {/if} {:else}
{/if}