https://github.com/lit26/stock_screener
Full Stack Stock Screener for fundamental and technical analysis
https://github.com/lit26/stock_screener
full-stack highcharts python react react-redux
Last synced: 12 months ago
JSON representation
Full Stack Stock Screener for fundamental and technical analysis
- Host: GitHub
- URL: https://github.com/lit26/stock_screener
- Owner: lit26
- License: mit
- Created: 2021-05-29T00:24:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T21:23:08.000Z (over 4 years ago)
- Last Synced: 2025-04-14T02:51:47.649Z (about 1 year ago)
- Topics: full-stack, highcharts, python, react, react-redux
- Language: JavaScript
- Homepage:
- Size: 914 KB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=0ZIkNlrp_vs)
## Setup Instructions
### Install Python Packages
```bash
pip install -r requirements.txt
```
### [Install Node.js](https://nodejs.org/en/)
### Install Node Modules
First cd into the ```frontend``` folder.
```bash
cd frontend
```
Next install all dependicies.
```bash
npm i
```
### Compile the Front-End
Run for development:
```bash
npm run dev
```