{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Latest Congressional Trading · stocknear

Latest Trades of Politicians

{#if isLoaded}
{#each displayList as item, index} {/each}
Person Company Date Amount Type
{item?.assetDescription.length > charNumber ? formatString( item?.assetDescription.slice( 0, charNumber, ), ) + "..." : formatString(item?.assetDescription) ?.replace("- Common Stock", "") ?.replace( "Common Stock", "", )}
{new Date( item?.disclosureDate, )?.toLocaleString("en-US", { month: "short", day: "numeric", year: "numeric", daySuffix: "2-digit", })} {item?.amount?.replace( "$1,000,001 - $5,000,000", "$1Mio - $5Mio", )} {#if item?.type === "Bought"} Bought {:else if item?.type === "Sold"} Sold {/if}
{:else}
{/if}