Open darrenhakimi opened 4 years ago
@darrenhakimi I don't have fractional shares enabled on my account. I think I'm closing this issue until it is enabled for everyone.
Any plans for this feature now as fractional shares are accessible to most users?
I did it! So all of these
place_market_buy_order()
place_limit_buy_order()
place_stop_loss_buy_order()
...
place_stop_limit_sell_order()
work through the function submit_buy_order
which turns quantity = int(quantity)
just comment this out in "robinhood.py" and make sure your input quantity has up to 6 decimal places only. Now you will be able to buy fractional orders. ( I have only tested market orders so far)
Adding this would be nice
Feature Request: Trading Fraction Shares