Release Features:
investpy.search_quotes()
now retrieves all the available results and not just the top 1000 ones as before, since filters may lead to not found data since it may not be contained in the first 1000 entries, but on the upcoming ones.- Removed all useless files and included, if applicable, as static Python dictionaries in
utils.constant.py
so as to avoid loading unnecessary files over and over. - Some URLs were still throwing errors when requests were sent from different regions, which now has been fixed since all the URLs have been moved to
.com
, as some of them were just applicable for Spain (.es
). - Now you can retrieve the information from any financial product from the resulting
SearchObj
of theinvestpy.search_quotes()
function. - Fixed Windows installation and included Python3.8 support!
- All username details moved from @/alvarob96 to @alvarobartt.
- Since this is a new complete version, README structure and content has been updated so as to "give it a fresh look".
- Also some bugs have been fixed as reported in the issues!
Information
Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.