finvizfinance icon indicating copy to clipboard operation
finvizfinance copied to clipboard

ENH: Provide an API to obtain dividend history

Open random-developer opened this issue 1 year ago • 1 comments

I wish I could use finvizfinance to obtain a dividend history for a stock.

For example, I'd like to be able to:

stock = finvizfinance('aapl')
dividend_history = stock.ticker_dividend_history()

where the returned value is a data frame of at least date and amount. For a more complete example, columns should be exdividend date, payment date, announcement_date, dividend_amount, and perhaps others. If the stock is one that has never had a dividend, either None (my preference) or an empty data frame would be ok.

random-developer avatar Dec 07 '23 16:12 random-developer

There is no dividend history on the page

tli26 avatar Mar 05 '24 19:03 tli26