Beta Release 0.9
Release Features:
- World equity coverage, since on the previous release just the spanish ones were available for retrieval.
country
parameter has been added in order to filter equities and etfs by country, since duplicated names or symbols can happen on different countries, so the country param will be needed in order to retrieve the desired data instead of the first result found.- Now the stored/indexed equities can be retrieved as a dictionary.
- Fixed formatting error on
volume
in equities data and error on fund information data. - Company profiles retrieved from
Bolsa de Madrid
are now properly cleaned since they had some formatting errors. - Currency information from an equity is now retrieved, since every equity has its own display currency in Investing.com.
- Fixed
requirements.txt
andsetup.py
since the package was not installing dependecies properly due to a formatting error. - Elapsed time on retrieval functions has now improved a lot since FOR loops usage has been removed and now
pandas.DataFrame
selectors are used.
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.