+ Most Shorted Stocks +
+
+ | + # + | ++ Symbol + | + ++ Name + | + ++ Short Interest + | ++ Float + | ++ Outstd + | ++ Sector + | +
|---|---|---|---|---|---|---|
| + {index+1} + | + +
+
+ {item?.symbol}
+
+ {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
+
+
+ |
+
+ + {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} + | + + ++ {item?.shortOutStandingPercent}% + | + ++ {abbreviateNumber(item?.latestFloatShares)} + | + ++ {abbreviateNumber(item?.latestOutstandingShares)} + | + ++ {item?.sector} + | + + +