diff --git a/src/lib/components/ShareHolders.svelte b/src/lib/components/ShareHolders.svelte index 794ab4da..9dbd5841 100644 --- a/src/lib/components/ShareHolders.svelte +++ b/src/lib/components/ShareHolders.svelte @@ -349,7 +349,7 @@ $: {
| Institute | Ownership | diff --git a/src/lib/components/ShareStatistics.svelte b/src/lib/components/ShareStatistics.svelte index a9dc206c..a24ae539 100644 --- a/src/lib/components/ShareStatistics.svelte +++ b/src/lib/components/ShareStatistics.svelte @@ -230,7 +230,7 @@ $: {Short Interest | -+ | {abbreviateNumber(rawData?.sharesShort)} | Short Previous Month | -+ | {abbreviateNumber(rawData?.sharesShortPriorMonth)} | @@ -246,7 +246,7 @@ $: {Short % of Shares Out | -+ | {rawData?.shortOutStandingPercent}% | @@ -254,7 +254,7 @@ $: {Short % of Float | -+ | {rawData?.shortFloatPercent}% | @@ -262,7 +262,7 @@ $: {Short Ratio (days to cover) | -+ | {rawData?.shortRatio} |
|---|