diff --git a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+layout.svelte index ab0f4bf1..46a01199 100644 --- a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+layout.svelte @@ -23,16 +23,16 @@
-

Related Stocks

+

Related Stocks

-
Company FTD / Avg Volume
{item?.symbol}{item?.relativeFTD > 0.01 ? abbreviateNumber(item?.relativeFTD) + "%" : "< 0.01%"}
- - Fail-to-Deliver Ranks - +
+ + Fail-to-Deliver Ranks + +
{/if} diff --git a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte index 72c09b88..5b321bec 100644 --- a/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte +++ b/src/routes/stocks/[tickerID]/statistics/fail-to-deliver/+page.svelte @@ -66,9 +66,7 @@ description={`Historical Fail-to-Deliver shares of ${$displayCompanyName}.`} /> -
+
Formula: Market Cap = Stock Price * Shares Outstanding
- - Full Definition - +
{#if similarStocks?.length > 0} @@ -134,11 +136,11 @@ Company Market Cap{item?.name} - {abbreviateNumber(item?.marketCap)} @@ -167,12 +169,14 @@ {#if capCategory} - - {capCategory?.name} Rankings - + {/if} {/if} diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte index b9cbedb1..aaf93112 100644 --- a/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte +++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+page.svelte @@ -396,9 +396,7 @@ description={`Historical Market Cap of ${$displayCompanyName}.`} /> -
+
{ - if (category.threshold) { - return capValue >= category.threshold; - } - if (category.minThreshold && category.maxThreshold) { - return ( - capValue >= category.minThreshold && capValue < category.maxThreshold - ); - } - if (category.maxThreshold) { - return capValue < category.maxThreshold; - } - return false; - }); - } - - let capCategory = getMarketCapCategory(data?.getStockQuote?.marketCap);
@@ -113,12 +48,14 @@ or services. Revenue does not take any expenses into account and is therefore different from profits.
- - Full Definition - +
{#if similarStocks?.length > 0} @@ -130,11 +67,11 @@ Company Revenue{item?.name} - {abbreviateNumber(item?.revenue)} @@ -162,12 +99,14 @@ {/each} - - Revenue Rankings - + {/if} diff --git a/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte b/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte index af12ccf4..aaf93112 100644 --- a/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte +++ b/src/routes/stocks/[tickerID]/statistics/revenue/+page.svelte @@ -396,9 +396,7 @@ description={`Historical Market Cap of ${$displayCompanyName}.`} /> -
+
{#if rawData?.length !== 0} -
+
-

- Market Cap History -

-
+

+ Market Cap History +

+
- {#each tabs as item, i} - {#if data?.user?.tier !== "Pro" && i > 0} - - {:else} - - {/if} - {/each} + + {item.title} + + + + {:else} + + {/if} + {/each} +