17 lines
358 B
Makefile
17 lines
358 B
Makefile
# check out this: https://github.com/intrinio/python-sdk.git
|
|
# then run: python setup.py install --user
|
|
|
|
docn-stock-price-history:
|
|
./stock_prices-DOCN.py
|
|
# ./stock_prices-DOCN.py > DOCN-last-90DAYS.txt
|
|
|
|
docn-insiders:
|
|
./DOCN-institutional-trans.py
|
|
|
|
docn-options:
|
|
./getOptionsDOCN.py
|
|
|
|
install:
|
|
python setup.py install --user
|
|
# pip install intrinio-sdk
|