Created
April 27, 2016 14:52
-
-
Save konecnyna/ed7b3f1397ecc505a7d01bcdda47e414 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Current download directory: /home/jakepoirier/env/virtual_py/git/Python/trader_app/datacollection | |
http://elite.finviz.com/export.ashx?v=161&f=sh_price_o1,sh_curvol_o50&f=exch_amex%7Cnasd%7Cnyse&o=-change | |
/home/jakepoirier/env/virtual_py/git/Python/trader_app/datacollection/finviz.csv | |
File download failed! | |
Traceback (most recent call last): | |
File "bin/trader_app.py", line 24, in <module> | |
sys.exit(main()) | |
File "bin/trader_app.py", line 22, in main | |
mf.runDailyDataCollection(200) | |
File "datastore/Main.py", line 49, in runDailyDataCollection | |
DataGrab.DataGrab(self.Directory).getDailyData(numberOfStocks) | |
File "datastore/datacollection/DataGrab.py", line 51, in getDailyData | |
fv.renameFinvizFile(purchaseTimes[count]) | |
File "datastore/datacollection/Finviz.py", line 117, in renameFinvizFile | |
os.rename(finvizFileName, newFinvizFileName) | |
OSError: [Errno 2] No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment