Beta Release - v0.9.12
Release Features:
investpy.search_text(text, count)
function has been re-factored so that now it is justinvestpy.search(text, n_results, filters)
. This function has also been fixed since it was throwing some unhandled errors.- Filters can now be applied when searching data via Investing.com search engine with the function
investpy.search()
. - Code coverage has been improved since a lot of functions were not being tested which now have been fixed since some bugs or errors have been spotted while improving the code coverage.
- Missing
get_xxx_overview()
andget_xxx_information()
functions have been included, where xxx stands for the name of each financial product in plural and singular, respectively. For example,get_indices_overview()
andget_index_information()
. - A FAQs section has been included in the README.md so to ease investpy usage and common doubts.
- 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.