I need assistance with obtaining dividend data from various companies. Since not all companies pay dividends at the same intervals, it is most practical to calculate the total annual dividend. In the attached image, you can see that individual dividend payments are listed. However, I would like to display the summed annual dividends directly in the MONITOR.
The "annualized dividends" function does not work as the fields remain empty. Is there another direct function to display annual dividends? Alternatively, can this be solved using Python and loops? If so, how exactly would one implement this solution?