Stock_Screener
Stock_Screener copied to clipboard
Full Stack Stock Screener for fundamental and technical analysis
trafficstars
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
Setup Instructions
Install Python Packages
pip install -r requirements.txt
Install Node.js
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