robin_stocks
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...
Hello, I understand that almost every function takes an account number as a parameter, and that's how you interact with your IRA account specifically. I was wondering if there was...
Both functions randomly work, just for testing ill let them loop every 20 seconds for 20 mins or so. Only about 10-15% of orders will ever make it to my...
The `order_sell_stop_loss` function in `orders.py` is calling the `order` function with incorrect arguments. This leads to a `TypeError` when attempting to use the `order_sell_stop_loss` function. I am using [this ](https://robin-stocks.readthedocs.io/en/latest/robinhood.html?highlight=sell_stop_loss#robin_stocks.robinhood.orders.order_sell_stop_loss)...
- Updated `order_buy_stop_loss` and `order_sell_stop_loss` functions to fix argument order, resolving TypeError. - Added corresponding tests in the `tests` directory to ensure functionality.
I am a new robin_stocks user, so apologies if I am missing something, but extended hours trading does not seem to work correctly for me. I am using robin_stocks 3.0.6....
add market_hours argument to relevant docstrings correct type hint for extendedHours from str to bool change market_hours to "extended_hours" if market hours unset and extendedHours is truthy
Encountered error messages since 2 weeks ago: (robin-stocks ver: **3.0.4**) > rs.order_buy_market('AAPL', 1) **Error in request_post: Expecting value: line 1 column 1 (char 0)** > rs.order_sell_market('AAPL', 1) **{'non_field_errors': ['Your app...
I was wondering if this feature is available? I'm only able to see accounts external to Robinhood and not my spending account. I'm currently on `robin-stocks = "^2.1.0"`
https://github.com/jmfernandes/robin_stocks/blob/6dc9dacae3e8882ffed3e3cf0eced02b147ef575/robin_stocks/robinhood/authentication.py#L83 I attempt to deploy the script to aws lambda function and find out this incompatibility. I finally create a custom version of login function to make it work. Maybe...
It doesnt matter what password I input. It logs me in. Is there a setting in robin_stocks folder because I am trying to set this up for a 2nd account...