Skip to content

S&P 500 gainers, losers, most active & top volume stocks

Notifications You must be signed in to change notification settings

jamesmosier/stock-movers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-movers

Stock market web app to display the S&P 500 winners and losers, most active and top volume stocks from the previous day. It uses the IEX API on the /quotes page and the Robinhood API on the homepage for a more diverse dataset.


Installation

  1. From the command line, install the npm dependencies via npm install (or yarn).
  2. Afterwards, run npm run dev (or yarn run dev) to start up the local server.
  3. The app should now be available at http://localhost:4444

Built with Next.js and hosted on now