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

Congress Trading

Get detailed insights of Corrupt US Politician 🇺🇸 who bought or sold {$displayCompanyName} and the amounts involved!
{#if isLoaded} {#if senateTradingList?.length !== 0}

Congress Statistics

Buy/Sell {buySellRatio?.toFixed(3)}
= 0 ? 100-(buySellRatio*100)?.toFixed(2) : 0}>
{buySellRatio?.toFixed(2)}
Dem/Rep {partyRatio?.toFixed(3)}
=0 ? 100-(partyRatio*100)?.toFixed(2) : 0}>
{partyRatio?.toFixed(2)}
{#if displayStructure === 'Card'}
{#each senateTradingList as item} goto(`/politicians/${item?.id}`)} class="odd:bg-[#202020] sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] bg-[#0F0F0F] border-b-[#0F0F0F] cursor-pointer"> {/each}
Person Amount Type
{item?.representative?.replace('_',' ')} {item?.party}
{item?.amount} {#if item?.type === 'Bought'} Bought {:else if item?.type === 'Sold'} Sold {:else if item?.type === 'Exchange'} Exchange {/if}
{:else}
{#each senateTradingList as item}
{#if item?.party === 'Republican'} {:else if item?.party === 'Democratic'} {:else} {/if}
{item?.representative?.replace('_',' ')} {item?.party ?? 'n/a'} / {district[item?.representative] ?? 'n/a'}
Owner {item?.owner?.length !== 0 ? item?.owner : '-'}
Transaction Date {new Date(item?.transactionDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}
Disclosure Date {new Date(item?.disclosureDate)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}
Amount {item?.amount?.replace("$1,000,001 - $5,000,000","$1Mio - $5Mio")}
Type {#if item?.type === 'Bought'} Bought {:else if item?.type === 'Sold'} Sold {:else if item?.type === 'Exchange'} Exchange {/if}
{/each}
{#if rawData?.length >= 20} {/if} {/if} {:else}

No trading history available for {$displayCompanyName}. Likely no corrupt politican has interest in this stock.

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