+
+ {#if shareholderList?.length !== 0}
+ 13F institutions, like mutual and pension funds, are large investors
+ required by the SEC to disclose their holdings quarterly, significantly
+ impacting company decisions and stock trends.
+ {:else}
+ There are currently no records available for the 13 institutional
+ holders of {$displayCompanyName}
+ {/if}
+
-
-
-
+ {#if shareholderList?.length !== 0}
+
+
+ As of {new Date(rawData?.date)?.toLocaleString("en-US", {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ daySuffix: "2-digit",
+ })},
+ {new Intl.NumberFormat("en", {
+ minimumFractionDigits: 0,
+ maximumFractionDigits: 0,
+ }).format(rawData?.investorsHolding)}
+ Hedge Funds hold a total of
+ {abbreviateNumber(rawData?.numberOf13Fshares)}
+ {$displayCompanyName} shares, with a combined investment of
+ {abbreviateNumber(rawData?.totalInvested, true)}.
- As of {new Date(rawData?.date)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })},
- {new Intl.NumberFormat("en", {
- minimumFractionDigits: 0,
- maximumFractionDigits: 0
- }).format(rawData?.investorsHolding)} Hedge Funds hold a total of {abbreviateNumber(rawData?.numberOf13Fshares)} {$displayCompanyName} shares, with a combined investment of {abbreviateNumber(rawData?.totalInvested, true)}.
-