Skip to content

Instantly share code, notes, and snippets.

@chandinijain
Created August 6, 2017 04:25
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chandinijain/528c51007d1ded0ce7b005b984f58cb8 to your computer and use it in GitHub Desktop.
Save chandinijain/528c51007d1ded0ce7b005b984f58cb8 to your computer and use it in GitHub Desktop.
Math
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SeanLXP
Copy link

SeanLXP commented Oct 12, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment