An open API service indexing awesome lists of open source software.

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

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
```