Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 469 Bytes

stock picker

A little script I am using to help pick stocks

usage

Do something like:

python stocks.py MO

To get some information on a single stock.

Or you can do something like:

python stocks.py AAPL GOOG KR GE F T

To get info on several. Neat.

Or, to pull the S&P 500 automatically and run our analysis on all of them:

python stocks.py 500

disclaimer

This is not investment advice. I have no idea what I'm doing.