- Misc bugfixes
- Minor Bugfixes
- Added deprecation warning for future versions regarding auto-overriding pandas_datareader
- Handles duplicate index
- Progress bar bugfix
- Bugfix (closing issue #11)
- Added support for Python 2.7
- Confirming valid data returned before adding it to
_DFS_
- Removed debugging code
- Minor bug fix (closing #6)
- Downloads ONLY dividend and stock splits data using
actions='only'
)
- Downloads dividend and stock splits data (use
actions=True
)
- Add
threads
parameter todownload()
(# of threads to use)
- Removed 5 second wait for every failed fetch
- Reduced TTL for Yahoo!'s cookie
- Keeps track of failed downloads and tries to re-download all failed downloads one more time before giving up
- Added progress bar (can be turned off useing
progress=False
)
pandas_datareader
is optional (can be called viadownload()
or viapdr.get_data_yahoo()
)- Tries to re-fetch Yahoo cookie in case of timeout/error
- Forcing index to be of datetime type
- Works using
requests
= no need for Selenium, PyVirtualDisplay, or Chrome Driver
- Removed ALL debugging code :)
- Removed debugging code
- Option to explicitly specify the location of the Chrome driver
- Initial release (alpha)