alvarobartt / pyrtfolio

Python package to generate stock portfolios
https://investpy-portfolio.readthedocs.io
GNU General Public License v3.0
147 stars 26 forks source link

include stock dividends information #2

Closed alvarobartt closed 4 years ago

alvarobartt commented 4 years ago

As investpy release 0.9.7 includes stock dividends information, it should be included in the calculations made to generate the StockPortfolio since dividends are an important part of the stock returns.

Dividends explanaiton and usage reference when it comes to creating stock portfolios: https://investsomemoney.com/how-to-make-a-stock-portfolio-in-excel/

Note that both setup.py and requirements.txt filse should be updated with the new investpy release, so check investpy new features before commiting this issue since some features affect stocks because now the retrieval process is made from the stock symbol instead of the stock name, amongst other changes.