| Time | Company | Size | Volume | Price | Amount |
|---|---|---|---|---|---|
| {formatTime(item?.date)} | goto(`/stocks/${item?.symbol}`)} class="text-sm text-start whitespace-nowrap">
{item?.symbol}
{item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
|
{new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.size)} | {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0 }).format(item?.volume)} | ${item?.price} | {abbreviateNumber(item?.price*item?.volume,true)} |