BHushanRathod / stock-prices

A flask application that visualises the open, high, low, close and volume (OHLCV) of a stock for the last 100 days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Data

A flask application that visualises the open, high, low, close and volume (OHLCV) of a stock for the last 100 days

Source Code:

<https://github.com/BHushanRathod/stock-prices>_

Installation and Usage

Download the souce code::

$ git clone https://github.com/BHushanRathod/stock-prices.git

Activate the Virtual Environment::

source ~/path/to/ve/bin/activate

Install the Dependencies::

pip install -r requirements.txt

Run server::

$ export FLASK_APP=app.py
$ flask run

Hit the server::

https://localhost:<port>
  • Steps to follow:

    • for viewing any company's pass stock data provide url parameter as ?c=<company_stock_code>

    • for eg. to get google's stock data query would be

      http://localhost:5000/data?c=GOOG

About

A flask application that visualises the open, high, low, close and volume (OHLCV) of a stock for the last 100 days

License:MIT License


Languages

Language:Python 95.7%Language:C 2.9%Language:C++ 0.7%Language:XSLT 0.6%Language:Objective-C 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:JavaScript 0.0%Language:HTML 0.0%Language:Shell 0.0%Language:Smarty 0.0%