You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I purchase a share of Tesla at 890 on July 2022 and the stock split occurs on Aug 2022 (3:1), my initial order size needs to be adjusted (3 shares instead of 1). Currently, this isn't happening while the stock price data is adjusted. So when we display a table like below (or any other performance metric) it falsely tells me I made a massive loss on some tickers.
This can be relatively easy acquired by collecting split data which we already have within stocks/fa/splits and multiplying volumes when orders are before the split. Do let the user know this is happening. A flag ("adjust for splits") shouldn't be required since it is entirely wrong without the adjustment.
Indeed, dividends need to be written down as well but the stock splits take by far is the biggest hit. There are a lot more subtle things we need to take into account but it's a MVP. It works, just not 100% correct.
would be great if openBB can support multi currency portfolio. openBB already has currency exchange rate. Just the return column need to be normalised to one currency ( default USD, but user preference like GBP or EUR). But its not as crucial as splits. One can also adjust this in the reports..
As noted here: https://twitter.com/jrp980/status/1623386325142347784?s=46&t=_PF5iVHF-dn4emakfIM6ag
If I purchase a share of Tesla at 890 on July 2022 and the stock split occurs on Aug 2022 (3:1), my initial order size needs to be adjusted (3 shares instead of 1). Currently, this isn't happening while the stock price data is adjusted. So when we display a table like below (or any other performance metric) it falsely tells me I made a massive loss on some tickers.
This can be relatively easy acquired by collecting split data which we already have within
stocks/fa/splits
and multiplying volumes when orders are before the split. Do let the user know this is happening. A flag ("adjust for splits") shouldn't be required since it is entirely wrong without the adjustment.The text was updated successfully, but these errors were encountered: