Skip to content

Full Stack Stock Screener for fundamental and technical analysis

License

Notifications You must be signed in to change notification settings

lit26/Stock_Screener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock_Screener

In this app, I am using ReactJS for the frontend and Django for the backend. The app shows fundamental and technical information of the stock as well as the stock charts and portfolio. The app is customizable. So you can add your technical indicator or edit your own screener.

Demo

Demo video

Setup Instructions

Install Python Packages

pip install -r requirements.txt

Install Node Modules

First cd into the frontend folder.

cd frontend

Next install all dependicies.

npm i

Compile the Front-End

Run for development:

npm run dev