calculates Beta value of all Nifty 50 Stocks for a specified date range.
Note: This Project curently works only for NSE Securities
- Clone this repo:
git clone https://github.com/programmer2215/StockBetaCalculator.git
- install requirements
python -m pip install -r requirements.txt
(command maybe platform dependent) - Run
database.py
in a terminal - Select Date Range to get records for all stocks
- Run
main.py
to start the app