portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Import dividend quote straight from events

Open edemiguel opened this issue 1 year ago • 2 comments

I can see that PP imports from "divvydiary.com" the future dividends and adds them to the events. Could it be possible to import them in a easy way? Maybe they could be added using a popup window (on the event date) or form the list of events. It also would be great to show more options about dividends downloading in the "Preferences" menu (like not download dividends 5 years older or showing the popup on the event date).

edemiguel avatar May 30 '23 07:05 edemiguel

Yahoo Finance supports getting historical dividend data. Would it be possible to auto-import it in the portfolio? rather than doing it manually.

0FiRE0 avatar Sep 01 '23 20:09 0FiRE0

Would it be possible to auto-import it in the portfolio?

One possible way to achieve that is laid out in https://github.com/portfolio-performance/portfolio/issues/2216#issuecomment-1703819271 . The workflow would be:

  1. Import PortflioPerformance file into a database.
  2. Use any tools you can/like to modify the database (most likely, write a script in your favorite scripting language).
  3. Export modified database back to PP XML file and use it in PP.

pfalcon avatar Sep 02 '23 12:09 pfalcon