andyblight / share-tracking-1

Share tracking app with a Tcl/TK GUI and SQLite database.
MIT License
0 stars 0 forks source link

EPIC Generate a report of values for all shares held #7

Open andyblight opened 2 years ago

andyblight commented 2 years ago

Updating the stop/loss for all shares I hold is something that I do every week, so this could help speed up the process. I also want to see which shares are making me money and the shares that are tailing off.

  1. Download EOD Data for the previous week.
  2. Import the data into the app.
  3. Using the latest Friday prices, generate a report of held shares showing: Share ticker, name, number held, price paid, latest price, profit, new stop/loss.

Steps

andyblight commented 1 year ago

Reviewed work so far and updated this epic. Split out design notes from README. 1h00