You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python 3.6.4
stock.StockReader.get_time_series returns '1m' lookback date regardless of lookback parameter passed (e. g. pass '6m' still returns '1m' data
Date/time of issue
2018/11/03
Expected behavior
data from 2018/06/03 to 2018/11/03 returned
Actual behavior
data from 2018/10/03 to 2018/11/03 returned
The text was updated successfully, but these errors were encountered:
This appears to be a bug in 0.3.4. The repair will be pushed to the master branch tomorrow. Once downloading the development repo, use the range_ parameter to specify the desired period.
Summary (include Python version)
python 3.6.4
stock.StockReader.get_time_series returns '1m' lookback date regardless of lookback parameter passed (e. g. pass '6m' still returns '1m' data
Date/time of issue
2018/11/03
Expected behavior
data from 2018/06/03 to 2018/11/03 returned
Actual behavior
data from 2018/10/03 to 2018/11/03 returned
The text was updated successfully, but these errors were encountered: