robin_stocks icon indicating copy to clipboard operation
robin_stocks copied to clipboard

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...

Results 205 robin_stocks issues
Sort by recently updated
recently updated
newest added

When using the package I noticed that the order of the parameters for certain orders was not correct. The original code would pass the accountNumber argument as the limit price...

how to use a different account for export_completed_stock_orders r.export_completed_stock_orders(".") r.export_completed_option_orders(".")

For an unknown reason lately some orders are just not getting thru with the above quote being displayed as output from my program. The order in question is a buy_fractional_by_price....

Q: has anyone build a desktop GUI client using this api? Thanks.

Can someone explain what this function does exactly ? I've made some cash deposits to my Robinhood account that do not show up under the get_bank_transfers function cause, I guess,...

I've had some problems when I run lines such as ` order_result = r.order_sell_market(ticker, shares, timeInForce='gfd') ` and I get back this error: `{'non_field_errors': ['Your app version is missing important...

Whenever I try and use the program I have in command (which has robin_stocks) I always have been getting this error and I dont know how to fix it 400...

TimeInForce – ‘ioc’ = immediate or cancel not working in order_sell_market and order_buy_market, and it seems Robinhood not support 'ioc' officially.

get_latest_price() does not return latest price during Robinhood 24 hour trading. It keeps displaying the last price at the close of extended trading. Is this not supported or can this...

This is a small PR that allows a user to choose where to save the robinhood cookies `.pickle` file. If not specified, it defaults to `~/.tokens/` (the current behavior). When...