| Date | +Market Cap | +% Change | +
|---|---|---|
| + {item?.date} + | + ++ {@html abbreviateNumber(item?.marketCap, false, true)} + | + ++ {#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} + | +