Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 775 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 775 Bytes

Stocks Screener

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:

  1. app.py - Flask server to run the Dash application
  2. stocks.py - contains the list of top 200 NSE stocks

Folder structure

.
└── stocks-screener-and-predictor
    ├── assets
    │    └── app.css
    ├── app.py
    ├── stocks.py
    ├── Procfile
    ├── requirements.txt
    ├── LICENSE
    └── README.md

Python libraries used

  • Plotly
  • Dash
  • dash_mantine_components
  • dash_iconify
  • datetime
  • yfinance
  • pandas
  • plotly_express