-
TimeInForce – ‘ioc’ = immediate or cancel not working in order_sell_market and order_buy_market, and it seems Robinhood not support 'ioc' officially.
-
I am trying to login to Robinhood account using robin-stocks. I always get Authentication expire error. Sometimes it work but most of the time I get this error.
```
import robin_stocks as rs
ot…
ghost updated
11 months ago
-
I am pretty sure I am using the right username and password but I failed to login.
I also disabled 2-factor authentication to ensure that doesn't cause any errors. Still won't work.
Python versi…
-
https://github.com/sanko/Robinhood/blob/master/Order.md
for pre-market and after hours, orders must include `extended_hours: true` or they will show up as "Queued" instead of "Placed"
one way to…
-
Robinhood is giving away $100,000! Sign up with my link by August 23 so we both get a chance to win $500! No purchase necessary 🤝
https://join.robinhood.com/matthep-a61d1d?promo=100k_summer_giveaway
-
It was working last week, but today I get:
```
Error: token not found {"detail":"This version of Robinhood is no longer supported. Please update your app or use Robinhood for Web to log in to you…
vance updated
5 years ago
-
There's a fork with significant changes, seems to be worth a deeper look.
https://github.com/robinhood/airflow-prometheus-exporter
-
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 be requested?
-
Very nice work!
Lately I've been dealing mostly with option spreads, eg. vertical bull put credit spreads, etc. Typically involving both a long and a short leg of different strike prices, or/and …
-
Followup question: thoughts on pulling this data from the Robinhood API directly once we get the parsing working?