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

Remove `year` and `5year` spans. `year` and `5year` span returns `400 Client Error: Bad Request for url: ...`

Getting "Error in request_delete: 404 Client Error: Not Found for url: https://api.robinhood.com/watchlists/My%20First%20List/.../" for delete and "Error in request_post: Expecting value: line 1 column 1 (char 0)" for post. Have tried...

I only see the function "order_buy_option_limit", as I understand, that one is for a limit order, how can I place a market order for option?

I found the bug while exporting all the stock orders. There is a check for: Module: export.py Function: def export_completed_stock_orders(dir_path, file_name=None): if order['state'] == 'filled' and order['cancel'] is None: this...

How it going, My script was working fine yesterday now it's not (I'm new to this), is there something I'm missing? I attempted to find a stock quote for bitcoin....

Hi! Always get the message {'quantity': ['Order quantity has invalid increment.']} when trying to sell Doge. Any ideas on what the problem may be? Thanks.

robin_stocks.account.get_watchlist_by_name() give a 404 Client error. I have tried with other watchlists still the same.

![image](https://user-images.githubusercontent.com/38135561/106301048-348e8700-6225-11eb-80a9-982e465d1ae2.png) I am using get quote, but get error code API url Thanks.

Issue: robin_stocks/crypto.py", line 64, in data = [x for x in data if x['asset_currency']['code'] == symbol] TypeError: 'NoneType' object is not subscriptable The line before it says: data = helper.request_get(url,...

Is there a way to pull data for the minimum tick size for an option? Such as having to round up from $4.78 to $4.80? This would constitute a minimum...