jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.72k stars 465 forks source link

"Limit order quantity cannot include fractional shares" #452

Open eliwelch17 opened 11 months ago

eliwelch17 commented 11 months ago

Get "Limit order quantity cannot include fractional shares" from

rh.order("AAPL", .005, "sell", account_number=None, limitPrice=None, stopPrice=None, timeInForce='gtc', extendedHours=True, jsonify=True)

but works fine with buy, any suggestions? Thanks

SingularityMan commented 9 months ago

That's a robinhood issue. Robinhood doesn't allow fractional purchases on limit orders.