Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lit26/stock_market_app

Full Stack web develop.
https://github.com/lit26/stock_market_app

full-stack python-django reactjs stock-market

Last synced: 21 days ago
JSON representation

Full Stack web develop.

Awesome Lists containing this project

README

        

# Stock_Market_App
Full Stack web develop for getting stock information.

- api: Using Django REST framework to handle data include getting stock history and market information.
- frontend: Using React.js to display the frontend website for display.

## API
| HTTP Method | URI | Action| Sample Request Data |
| ------------- | ------------- | ------------- | ------------- |
| POST | http://[hostname]/api/ | Getting single stock history | {"tickers": ["TSLA"], "interval": "1d", "period":"5d","market": "history", "data_format": "v2" } |
| POST | http://[hostname]/api/ | Getting stocks market value | {"tickers": ["TSLA","NIO"], "interval": "1d", "period":"5d", "market": "current"} |

## Frontend Display
![screenshot1](asset/demo.png)