Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Trading Fractional Shares #200

Open
darrenhakimi opened this issue Jan 20, 2020 · 4 comments
Open

Feature Request: Trading Fractional Shares #200

darrenhakimi opened this issue Jan 20, 2020 · 4 comments
Labels

Comments

@darrenhakimi
Copy link

Feature Request: Trading Fraction Shares

@darrenhakimi darrenhakimi changed the title Feature Request: Trading Fraction Shares Feature Request: Trading Fractional Shares Feb 14, 2020
@adithyabsk
Copy link
Member

@darrenhakimi I don't have fractional shares enabled on my account. I think I'm closing this issue until it is enabled for everyone.

@scaratozzolo
Copy link

Any plans for this feature now as fractional shares are accessible to most users?

@laygond
Copy link

laygond commented Jun 8, 2021

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)

@engineswap
Copy link

Adding this would be nice

@adithyabsk adithyabsk reopened this Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants