Top Stocks
Check out the biggest movers of the day.
Join us at Investors Underground for real-time scanners and additional trading tools.
Ticker | Price | Change | % Change | Pre Volume | Pre High | Pre Low | Float |
---|
function customSearch(data, text) { return data.filter(function (row) { return row.price.indexOf(text) > -1 }) }