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

https://github.com/duckboss/stockdatadisplay-python

A python program that displays stock data.
https://github.com/duckboss/stockdatadisplay-python

Last synced: 11 months ago
JSON representation

A python program that displays stock data.

Awesome Lists containing this project

README

          

# StockDataDisplay-Python2/3
A program that pulls stock data and displays it to the user.

## Prerequisites (Dependencies) -
[I strongly recommend installing the dependencies using 'pip']
- Quandl (python2/3)
- Matplotlib (python2/3)
- Numpy
- Quandl Registered Account (Free/Premium)
[ [Register For An Account Here!](https://www.quandl.com/?modal=register) ]

## Usage -
- Replace the placeholder api key with your quandl api key in 'Main.py'.
- Run the 'Main.py' script in the terminal and use the on-screen interface.