diff --git a/src/lib/components/TopETFTickerHolder.svelte b/src/lib/components/TopETFTickerHolder.svelte index 53fac901..6c7a7181 100644 --- a/src/lib/components/TopETFTickerHolder.svelte +++ b/src/lib/components/TopETFTickerHolder.svelte @@ -1,174 +1,203 @@ - - -
+ + + +| Company | -Total Assets | -% of Fund | -|||||
|---|---|---|---|---|---|---|---|
| Company | +Total Assets | +% of Fund | +||
|---|---|---|---|---|
|
- {item?.symbol}
+ {item?.symbol}
- {#if typeof item?.name !== 'undefined'}
- {item?.name?.length > 20 ? item?.name?.slice(0,20) + "..." : item?.name}
+ {#if typeof item?.name !== "undefined"}
+ {item?.name?.length > 20
+ ? item?.name?.slice(0, 20) + "..."
+ : item?.name}
{:else}
n/a
{/if}
|
-
- - {item?.totalAssets !== null ? abbreviateNumber(item?.totalAssets) : '-'} - | - -- {item?.weightPercentage !== null ? abbreviateNumber(item?.weightPercentage)?.toFixed(2) : '-'}% - | + ++ {item?.totalAssets !== null + ? abbreviateNumber(item?.totalAssets) + : "-"} + | + ++ {item?.weightPercentage !== null + ? abbreviateNumber(item?.weightPercentage)?.toFixed(2) + : "-"}% + | {/if}
| Year | {#each cashFlow as cash} @@ -909,7 +908,7 @@|||||||||||||||||||
| Sales Maturities Of Investments | {#each cashFlow as cash} diff --git a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte index eb2c4f92..794e1ab3 100644 --- a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte @@ -698,13 +698,10 @@
| Year | +Year | {#each ratios as item} {#if filterRule === "annual"}
{#if rawData?.length !== 0}
-
-
-
+
+
- History+History-
-
{:else}
{#if Object?.keys(quantStats)?.length !== 0}
|
- The last earnings date was Wednesday, October 23, 2024, after - market close. -
-| Earnings Date - | -Oct 23, 2024 | -
| Ex-Dividend Date - | -n/a | -