This repo use Plotly-dash to screen stocks. yFinance
python library is used to fetch the data for the stocks. Only the top 200 NSE listed stocks are analysed in this project.
The python code for this project consist of the following files:
app.py
- Flask server to run the Dash applicationstocks.py
- contains the list of top 200 NSE stocks
.
└── stocks-screener-and-predictor
├── assets
│ └── app.css
├── app.py
├── stocks.py
├── Procfile
├── requirements.txt
├── LICENSE
└── README.md
- Plotly
- Dash
- dash_mantine_components
- dash_iconify
- datetime
- yfinance
- pandas
- plotly_express