bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split stock does not reflect in portfolio

citizen85081 opened this issue · comments

When a stock splits(2:1) the interface shows a loss and only one share. On my phone I see myself as holding two shares.

Unfortunately I don't have support for splits yet, it's functionality I still need to tackle

I just merged a branch with split support to master. Pull down the latest code and try it out, hopefully it should fix your issue. Lemme know how it goes!

Hello,
Just gave it a spin. It looks to be reflecting correctly now. Thank you!