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.
- Host: GitHub
- URL: https://github.com/duckboss/stockdatadisplay-python
- Owner: DuckBoss
- License: mit
- Created: 2017-06-09T12:23:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T06:43:22.000Z (about 9 years ago)
- Last Synced: 2025-04-07T21:38:30.883Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.