Investpy

Latest version: v1.0.8

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

Scan your dependencies

Page 2 of 5

1.0.1

Bug Fixes
---------

* Included missing `1min` interval to all the `investpy.technical` functions as suggested in 277
* Included Python 3.9 support and removed Python 3.5 support!
* Fixed error on `investpy.get_stocks_overview()` when turnover value is `Billion` 251
* Fixed error while parsing `float` values as `int` values 205
* And some other minor fixes...

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarobartt/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/alvarobartt/), via [Twitter](https://twitter.com/alvarobartt) or via [GitHub](https://github.com/alvarobartt).

1.0

Release Features:
---
* `investpy.search_quotes()` now retrieves all the available results and not just the top 1000 ones as before, since filters may lead to not found data since it may not be contained in the first 1000 entries, but on the upcoming ones.
* Removed all useless files and included, if applicable, as static Python dictionaries in `utils.constant.py` so as to avoid loading unnecessary files over and over.
* Some URLs were still throwing errors when requests were sent from different regions, which now has been fixed since all the URLs have been moved to `.com`, as some of them were just applicable for Spain (`.es`).
* Now you can retrieve the information from any financial product from the resulting `SearchObj` of the `investpy.search_quotes()` function.
* Fixed Windows installation and included Python3.8 support!
* All username details moved from /alvarob96 to alvarobartt.
* Since this is a new complete version, README structure and content has been updated so as to "give it a fresh look".
* Also **some bugs have been fixed** as reported in the issues!

Information
---
Anyways, feel free to open as many [issues](https://github.com/alvarobartt/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/alvarobartt/) or via [GitHub](https://github.com/alvarobartt).

0.9.14

Release Features:
---
* **Duplicate dates on historical data fixed** since when retrieving historical data from any financial product with an interval higher than 19 years interval dates were being overlapped.
* Included **economic calendar** which displays the calendar of all the economic and non-economic events that may have any impact on economy as presented by Investing.com. This feature can be used as: `investpy.get_calendar()`.
* Currently __`stock_exchange` parameter can be specified__ while retrieving both recent and historical data from ETFs.
* **Technical Indicators** (such as moving averages, technical indicators or pivot points) **have been included**, so that the technical calculations made by Investing.com for every financial product can be easily retrieved using: `investpy.moving_averages()`, `investpy.technical_indicators()` and `investpy.pivot_points()`.
* 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.13

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` and `to_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 the `by` 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](https://github.com/alvarob96/investpy/blob/master/README.md) and in the [docs](https://investpy.readthedocs.io/).
* **Gitter chat has been included** in the [README.md](https://github.com/alvarob96/investpy/blob/master/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](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.12

Release Features:
---
* **`investpy.search_text(text, count)` function has been re-factored** so that now it is just `investpy.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()` and `get_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()` and `get_index_information()`.
* A **FAQs section has been included** in the [README.md](https://github.com/alvarob96/investpy/blob/master/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](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.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).

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.