-
Welcome to the Robinhood shell. Type help or ? to list commands.
> l
┌Account──────────┬─────────────────┬──────────────┐
│ Portfolio Value │ Change │ Buying Power │
├─────────────────┼…
-
The readme points to v2 docs, but the example is the v1 API.
I'd be happy to send a PR in to update the README if someone would help me understand how the new oauth login is supposed to work.
Th…
-
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 (Ca…
-
Hello I am getting this error after running driver.py with my login
Traceback (most recent call last):
File "driver/run.py", line 47, in
my_port = query.user_portfolio()
File "src/que…
-
I have a script that has my username and password variables stored in environment variables. at the start of the script, i load those variables, and store them in USERNAME, PASSWORD respectively.
…
-
## Steps to reproduce
Basically I commented bits and bits of my entire app until I ended up with two agents doing...nothing. I didn't post my entire app because at the moment it is literally deploy…
-
TradeKing is only available to customers within within the US.
It would be great if it was possible to replace the TradeKing API with one from another trading platform which is available in Europe/UK…
-
https://github.com/robinhood/aiokafka/blob/10e4119104ee32b726ab750b3e7120a85d2c7f25/aiokafka/errors.py#L71 - this does not work in kafka-python 2.x
`ConnectionError` was depricated and removed in kaf…
-
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.…
-
I was looking into getting around the 2FA prompt (which prevents me to automate the startup).
But I think this pyrh issue has a good answer https://github.com/robinhood-unofficial/pyrh/issues/221 .
…