-
Hi @simonprickett
A very Interesting project you created with the scraping of the NCT website to format it into a JSON API.
I too have been on a quest to understand where the live timing data fo…
-
Someone reported anonymously:
### Website URL
https://robinhood.com
### What browser are u using?
Firefox 121
### Version
1.1.4
### Issue type
scrollbar
### Notes
-
import robin_stocks as r
import os
import datetime
import time as t
**print(r.order_buy_option_limit('open','debit',0.05,'PLUG',1,'2020-01-15',15,'put'))**
ERROR :
_Getting the option ID fa…
-
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…
-
If I am not mistaken, the buy order and sell order documentation in the README has the trigger and time's reversed.
-
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 removed the f…
-
Running into "Error in request_post: Received 400" on sell market orders on 3.0.5, Is anyone else running into this?
-
The function "order_buy_fractional_by_quantity" has a keyword argument in the description titled "share_type", however there is no code to support this keyword.
Also, entering a non-integer in the …
-
[Pandas DataReader](https://github.com/pydata/pandas-datareader) provides
- Yahoo Actions
- Yahoo Quotes
- Yahoo Actions
- Yahoo Component (deprecated)
- Google Options
- Google Quotes
- St.Lou…
-
You've got a documented function...
```
robin_stocks.orders.order_trailing_stop(symbol, quantity, side, trailAmount, trailType='percentage', timeInForce='gtc', extendedHours=False)
```
It sounds…