ActionScripted / simple-stock-lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Stock Symbol Lookup

Pulls real-time market data a given portfolio and shows some general information.

Setup: OS X / Linux

Assuming you at least have virtualenv and python3:

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python simple_stock_lookup.py

Future

  • Use an external config file/DB
  • Better output
  • Make a not-so-simple version

License

Do whatever you want. EOL

About


Languages

Language:Python 100.0%