kfwalther / Polly

A portfolio tracking tool written in Go and React.
0 stars 0 forks source link

Figure out a way to handle stocks that no longer exist #13

Closed kfwalther closed 1 year ago

kfwalther commented 1 year ago

Stock tickers that no longer exist cannot be queried via Yahoo, so their data comes back empty. How can we represent these?

kfwalther commented 1 year ago

Re-organized the Security calculation in backend to account for securities that no longer exist in Yahoo. Calculating reduced number of metrics for these.