Created
August 6, 2017 04:25
-
-
Save chandinijain/528c51007d1ded0ce7b005b984f58cb8 to your computer and use it in GitHub Desktop.
Math
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the sample code, Why is the code reporting this error?
Traceback (most recent call last):
File "D:\Python\pytest.py", line 107, in
data = dl.load_data_nologs('nasdaq', symbols , start, end)['ADJ CLOSE']
File "C:\Python27\lib\site-packages\auquanToolbox\dataloader.py", line 166, in load_data_nologs
raise ValueError("%s or %s is not valid date. Please check settings!"%(start, end))
ValueError: 2007-01-01 or 2015-01-01 is not valid date. Please check settings!