Skip to content

Beta Release - v0.9.7

Compare
Choose a tag to compare
@alvarobartt alvarobartt released this 12 Oct 20:33
· 328 commits to master since this release

Release Features:

  • Missing information generated since there are some indexing errors in Investing.com. So on, currently up to 29.628 stocks, 81.024 funds, 11.366 etfs, 1.889 currency crosses and 7.797 indices from all over the world.
  • Note that in this release equity retrieval function names have been renamed, since now equities are named stocks since it is clearer.
investpy.get_equities() => investpy.get_stocks()
investpy.get_equities_list() => investpy.get_stocks_list()
investpy.get_equities_dict() => investpy.get_stocks_dict()
investpy.get_equity_countries() => investpy.get_stock_countries()
investpy.get_recent_data() => investpy.get_stock_recent_data()
investpy.get_historical_data() => investpy.get_stock_historical_data()
investpy.get_equity_company_profile() => investpy.get_stock_company_profile()
investpy.search_equities() => investpy.search_stocks()
  • Stock dividends information is now available for retrieval in order to allow users to create their own custom portfolios, as investpy_portfolio Python package does.
  • Now stocks retrieval functions take the stock symbol as input parameter instead of the name since there were duplicated stock names in the same country.
  • Minor fixes have been made in order to improve investpy.
  • docs/ and tests/ have been updated.

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.

Contact me via email, via LinkedIn or via GitHub.