Skip to content

cameronzuziak/MarketScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MARKET SCANNER

author: Cameron Zuziak


ABOUT: This project uses yfinance to access stock market data, and numpy to process data. It allows for you to pick a metric, set historically monthly range, a standard deviation limit, as well as a recent historical range. The application will then sift through stock data, and return all stocks whose specified metric was X standard deviations above the historical average of the specified monthly range. See graphic.jpg for additional information.


INSTRUCTIONS FOR MacOS:

  1. open up your terminal and cd into this folder

  2. create new venv using:

    python3 -m venv venv

  3. activate the virtual environment by running the following command:

    source venv/bin/activate

  4. install requirements by running:

    pip3 install -r requirements.txt

  5. run the command: python3 scanner.py

  6. enter desired parameters in the GUI and click run. Valid stocks will be outputted into the terminal. Stocks will also be printed, in order, to stocks/validstockpics.txt.


graphic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages