-
There doesn't seem to be a way to find what the stock name or the ticker of the stock was that was ordered in the order history. Any guidance or suggestions would be extremely appreciated.
I would …
-
I'm a beginner in python working with stock data. This morning I was able to extract stock data from the morningstar website fine, however when I try to do so now I receive the following error message…
-
I was writing a program that automatically creates limit sell orders for all my positions. For some of the stocks, I'd get a 400 HTTP error. I tried submitting the failed orders on Robinhood, and it g…
-
I'm currently using the Yahoo api with pandas datareader which is becoming an issue because it can't read all of the urls for some reason. I need a foolproof method of getting current stock prices and…
-
Login trader appears to be broken?
Did Robinhood change something?
Traceback
(most recent call last):
File "C:\Python3\lib\site-packages\Robinhood\Robinhood.py", line 124, in login
res.r…
-
Throughout the API we use the requests.raise_for_status, however this often hides the API usage hints that Robinhood returns in the content of the error message which makes it harder to troubleshoot. …
-
buy/sell order returns something like:
HTTPError: 400 Client Error: Bad Request for url:
-
Add the ability to gather information on a previous order.
Can be done with:
```
curl -v https://api.robinhood.com/orders/{order_id}/ \
-H "Accept: application/json" \
-H "Authorization: T…
-
I was able to grab the following endpoints that I think would be useful to implement. Would be convenient to have [pull request #84](https://github.com/Jamonek/Robinhood/pull/84) merged before I do so…
-
Hi - - Love this library btw.
Seems google has shut the pricing feed down. Any thoughts on alternative pricing?
Thanks