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

Does anyone have this issue? this is after we fixed "buy" by fixing the order.py file, then "sell" was broken...

This is an issue I run into when I try to purchase fractional shares of UPRO or SPXU during normal hours with all of the buying power I currently have...

https://github.com/jmfernandes/robin_stocks/blob/470a205b8d2ef4c36defc380cb88d5b3787075c0/robin_stocks/robinhood/orders.py#L511 Here is an error, `timeInForce` argument is in wrong place: it goes as a parameter `stopPrice` in the `order` function. And it leads to an error like `could not...

For every order through r.order_buy_option_limit, the resulting error code is **HTTPSConnectionPool(host='api.robinhood.com', port=443): Max retries exceeded with url: /instruments/?symbol=QQQ (Caused by SSLError(SSLError(1, '[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2548)')))**...

Hi, robinhood just launched IRA account and I have both brokerage and IRA accounts under the same email. How could I access the IRA account? Thanks

robin.options.find_options_by_expiration( tickerList, expirationDate = expiration_date, optionType = "put", info = None ) The "find_options_by_expiration" used to work just fine up to May 26. Is this method outdated? I noticed the...

I have been using the folloing line for weeks, and it has been working fine. r.authentication.login(username='[username]@gmail.com', password='cleverPassword', expiresIn=86400, scope='internal', by_notification=True, store_session=True) The by_notification parameter sends a push notification to the...

Hello, I'm wondering how I might go about executing a **Trailing Stop Loss Order** to _SELL_ my Options Contracts. I see that there are two potential function that might be...

Has anyone found a good endpoint at which to get retirement account information? I would love to just pull the data daily to help with analysis on my positions

Currently not able to get _**expirationDate**_ from r.get_option_market_data_by_id(option_id). Can you make expirationdate as a field please. Need this to issue sell order through order_sell_option_limit('close', 'credit', current_price_for_option, current_holding_stock, quantity, expirationDate, strike,...