Beta Release - v0.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()
andinvestpy.pivot_points()
. - Also some bugs have been fixed as reported in the issues!
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.