portfolio-performance / portfolio

Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets.
http://www.portfolio-performance.info
Eclipse Public License 1.0
2.92k stars 601 forks source link

Display Forward Dividend & Yield in Securities view #4171

Open Al-25 opened 3 months ago

Al-25 commented 3 months ago

Hello,

It could be great to be able to display the Forward Dividend & Yield of a stock in your portfolio. The information can be retrieved from Yahoo Finance, for example : image

This information could appear in the form of two columns that could be added to the 'securities' view in the same menu than you can add other infos linked to dividends :

image

Thanks

Morpheus1w3 commented 2 months ago

Though, it's seems to be that this information provided by Yahoo is not available for download. If you know a API, kindly share your knowledge.

jcsogo commented 2 months ago

The Yahoo API v7 endpoint gives you the data that is being shown in the webpage.

image
Al-25 commented 2 months ago

Nice one @jcsogo, thanks ! As an alternative, AlphaVantage can give the info too but YF seems a bit better as no API key is needed :

https://www.alphavantage.co/query?function=OVERVIEW&symbol=IBM&apikey=demo

image

Al-25 commented 4 days ago

Hi, Any update ? Is it a possible FR ?