+ Market Cap +
++ Market Cap History +
+ + +-
+
- + + +
- + {#if data?.user?.tier === 'Pro'} + + {:else} + + Quarterly + + + {/if} + + +
| Date | +Market Cap | +% Change | +
|---|---|---|
| + {item?.date} + | + ++ {abbreviateNumber(item?.marketCap)} + | + ++ {#if index+1-tableList?.length === 0} + - + {:else} + {#if (item?.marketCap- tableList[index+1]?.marketCap) > 0} + + +{(((item?.marketCap-tableList[index+1]?.marketCap) / item?.marketCap) * 100 )?.toFixed(2)}% + + {:else if (item?.marketCap - tableList[index+1]?.marketCap ) < 0} + + -{(Math?.abs((tableList[index+1]?.marketCap - item?.marketCap) / item?.marketCap) * 100 )?.toFixed(2)}% + + {:else} + - + {/if} + {/if} + | + +