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

Dividend calculation bug fix. #9

Closed wwweslei closed 2 years ago

wwweslei commented 2 years ago

The dividend calculation was being calculated through Payment Date but this is coming from the request with all data zeroed, with this change the data is being calculated correctly.