Python-invest

Latest version: v0.2.1a0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 11

0.9.11

Release Features:
---
* **Crypto currencies data is now available for retrieval!**
* A **simple guide on how to retrieve data from different crypto currencies** has been included in the [README.md](https://github.com/alvarob96/investpy/blob/master/README.md) file.
* **Volume was not being properly formatted so the volume values were always zero, now it has been properly formatted**. Note that volume is available when retrieving recent or historical data from: stocks, indices and commodities (last one has been included in this release).
* Now **search results can be limited** since `count` parameter has been included in `investpy.search_text()` function.
* **`country` parameter when retrieving recent and historical data from a bond has been removed** since it is not needed, and has been **included when retrieving data from commodities**. Note that `country` parameter is not mandatory in commodities data retrieval functions since just some commodities have common names in different countries, so a warning will be displayed so to let the user know that in some commodities country parameter can be specified.
* **`investpy.funds_overview()` and `investpy.get_stocks_overview()` functions have been created** and so on, these functions will also be created in future releases for all the available financial products. Also a `n_results` parameter has been included since retrieving the overview from all the funds or stocks from a country can take too long (also included in `investpy.get_etfs_overview()`).
* **`investpy.get_stock_information()` function has been created** as requested so to retrieve information from the stock besides the recent and historical data.
* **[funds.csv](https://github.com/alvarob96/investpy/blob/master/investpy/resources/funds/funds.csv) file has been updated so to include if a fund is underlying any index**, in order to let the user identify if a fund is an indexed fund or not.
* When retrieving either recent or historical data from any financial product, the **index was a `datetime.date` value which has been formatted so to be a 'DatetimeIndex`**.
* Also **some bugs have been fixed** as reported in the issues!

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

0.9.10

Release Features:
---
* Now a **search function has been integrated with investpy** so to use the inner Investing.com search engine for quotes retrieval.
* **Commodities data is now available for retrieval**.
* As some stocks were missing, **stocks data has been updated**.
* An additional parameter has been included when it comes to both recent and historical data retrieval from any of the products available for retrieval from investpy, so to define the interval of the data to be retrieved. **`interval` parameter now lets the user specify the data interval which can be daily, weekly and monthly**.
* **Also note that some bugs and errors have been fixed!**

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

0.9.9

Release Features:
---
* **Now bonds retrieval is fixed for bonds from countries with an space in their name**, which was previously throwing errors.
* An additional field has been added to ETFs, the **stock exchange from where the recent/historical data is retrieved** since there were some duplicated ETFs except from the Investing tag.
* Some files have been renamed so to fit **PEP 8 Python naming standard**.
* **Resource directories are no longer duplicated** since an error in the `setup.py` file was creating duplicated files.
* **Minor bugs have also been fixed!**

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

0.9.8

Release Features:
---
* **Bonds are available for retrieval!** As requested by an investpy user, bonds information and retrieval from Investing.com has been included.
* **An error related to *standarized country names* has been fixed**, since the tag did not match the country name which lead to ConnectionErrors and RuntimeExceptions.
* Now `get_etfs_overview()` just returns **an overview of the main ETFs from every country**, since the previous method was not accurate enough and it was taking too much time.
* *Minor errors have been spotted and fixed!*

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

0.9.7

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.
python
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](https://github.com/alvarob96/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](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

0.9.6

Release Fixes:
---
* **Currency crosses** added to investpy functionality so to retrieve currency crosses from currencies all over the world.
* Now the **symbol of every index** has been included in indices information.
* Indices include both **world and global indices** as indexed in Investing.com.
* Resources of **equities, funds, etfs, indices and currency crosses** has been generated again in order to get it up-to-date.
* Some **errors have been fixed** such as the need of a standard naming of the indexed countries, country_code field removed from etfs, fixed regular expressions that led to wrong data, exception handling for etfs information, etc.
* **docs/ and tests/ updated**.

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarob96/investpy/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](alvarob96usal.es), via [LinkedIn](https://www.linkedin.com/in/alvarob96/) or via [GitHub](https://github.com/alvarob96).

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.