We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In:
iexfinance/iexfinance/stocks/historical.py
Line 19 in 64ee3af
self.end will never be None. Therefore, the single_day property will never be None
Line 25 in 64ee3af
Is this a bug or should the single day functionality be removed?
2021-01-10
Not setting end_date will treat the request as a single day range
Setting end_date defaults to today
The text was updated successfully, but these errors were encountered:
Possible fix is to make an explicit argument, reflecting the API: jstockdi@e7b5326
Sorry, something went wrong.
No branches or pull requests
Summary (include Python version)
In:
iexfinance/iexfinance/stocks/historical.py
Line 19 in 64ee3af
self.end will never be None. Therefore, the single_day property will never be None
iexfinance/iexfinance/stocks/historical.py
Line 25 in 64ee3af
Is this a bug or should the single day functionality be removed?
Date/time of issue
2021-01-10
Expected behavior
Not setting end_date will treat the request as a single day range
Actual behavior
Setting end_date defaults to today
The text was updated successfully, but these errors were encountered: