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 2 of 11

1.0.2

Bug Fixes
---------

* Merged imad3v PR 237 to fix data retrieval errors when retrieving date windows higher than 19 years on both `pandas.DataFrame` and `JSON` formats.
* Now interval values can be lowercase as the inputs are properly handled and less restrictive.
* Fixed date conversion 282 from UTC to GMT so as to avoid issues when retrieving data being in different countries (this issue mainly happens from the USA).
* The function `investpy.economic_calendar()` retrieves all the events from all the dates in the date range as previously it was cropping the data as reported in 186
* Travis CI build has been removed, and just the GitHub Actions have been kept!
* Also the docs have been updated as the API information was missing due to an error on the `docs/index.rst` reference 238
* 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](alvarobdcyahoo.com), via [LinkedIn](https://www.linkedin.com/in/alvarobartt/), via [Twitter](https://twitter.com/alvarobartt) or via [GitHub](https://github.com/alvarobartt).

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).

Page 2 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.