Release Features:
- Certificates data has been included so that the following functions can now be used through investpy:
investpy.get_certificates()
investpy.get_certificates_list()
investpy.get_certificates_dict()
investpy.get_certificate_countries()
investpy.get_certificate_recent_data()
investpy.get_certificate_historical_data()
investpy.get_certificate_information()
investpy.get_certificates_overview()
investpy.search_certificates()
- When retrieving historical data from any financial products of a time range higher than 20 years some data was missing. It has been fixed by splitting the
from_date
andto_date
in time windows of 19 years instead. Currently there is no missing data when retrieving data from wide time windows. investpy.get_available_currencies()
function has been re-designed since now the identification of groups of currency crosses is not based on continents as before, but based on single currencies.- Specific financial products search functions (such as
investpy.search_stocks()
) have been fixed since theby
parameter values were defined static so it was not scalable as investpy's static files could change. - fxfutures data retrieval available while searching financial products using
investpy.search()
which is based on Investing.com search engine. - Some filters have been included in
investpy.search()
function so to filter out the retrieved results. - Frequent Asked Questions (FAQs) section has been included in both the README.md and in the docs.
- Gitter chat has been included in the README.md so to ease developer-user communication.
- 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.