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

Hi everyone! I'm not sure if anyone else is facing this issue or maybe I'm doing this incorrectly but thought I'd raise it. I can use the basic login (without...

Hello @jmfernandes, I believe that as of July 1, 2022, fractional stock limit sells are supported by Robinhood during normal hours. However, I am not seeing a function in Robinstocks...

I noticed that stock orders placed in the early hours (before the market opens) through `robin_stock` on Robinhood are wrongly scheduled for the next day rather than scheduled for execution...

I was able to login using wrong id and password if robinhood.pickle was already created by the previous id and password. I had to remove 'robinhood.pickle' in the pickle_path. Before...

I'm new to this package and I might be making a silly mistake, but I've read the documentation on the order_option_credit_spread function, and the spread argument throws me an error...

C:\RobinHoodbottest folder>python Trader.py stocks: ['fami', 'sndl', 'itp'] holdings: {'fami': 0, 'sndl': 0, 'itp': 0} fami = $0.4871 401 Client Error: Unauthorized for url: https://api.robinhood.com/quotes/historicals/?symbols=FAMI&interval=5minute&span=day&bounds=regular The error [None] Traceback (most recent...

Code ``` r.orders.order_buy_fractional_by_price(symbol,amount,extendedHours=True) ``` Returns ``` {'non_field_errors': ['Only some stocks and ETFs are available to trade in dollars (fractional share amounts) during extended hours.\nTo place an order for HUN right...

Its more than a week now since I am able to login via api. I get the following error "Your login couldn't be completed at this time - we've received...

https://github.com/jmfernandes/robin_stocks/blob/8359444cb75e050662520aebef8a9c1bdb26bf1c/robin_stocks/robinhood/authentication.py#L178 new login payload to prevent lockout, when making request. Or use a VPN. or save session? maybe, the authentication.py isn't saving session. ``` python payload = { 'device_token': ',...

fix flooring of order quantity value in the case of fractional shares add test for find_stock_orders() changes [issue](https://github.com/jmfernandes/robin_stocks/issues/339) #339