Skip to content

This repo use Plotly-dash to screen and predict stocks. yFinance library is used.

License

Notifications You must be signed in to change notification settings

sanjivch/stocks-screener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo use Plotly-dash to screen and predict stocks. yFinance library is used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published