codesociety / friartuck

Live Quant Trading Framework for Robinhood, using IEX Trading and AlphaVantage for Free Prices.
MIT License
149 stars 24 forks source link

RobinHood API Quote #10

Closed rwburke2 closed 5 years ago

rwburke2 commented 5 years ago

Anyone else having problems with the quotes from Robinhood. I think it is their issue, but not positive. Been getting:

requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.robinhood.com/quotes/UPRO/

rwburke2 commented 5 years ago

Found this -> I modified mine locally, will test tomorrow.

https://github.com/Jamonek/Robinhood/issues/167

rwburke2 commented 5 years ago

Ok - - I modified my local code as suggested, and the quotes are now returning. But now getting a pricing error when storing quotes from IEX which I've never seen. Will create additional issue for that . . .

codesociety commented 5 years ago

Yes, Robinhood pulled the rug by making that update... I will take a look at the IEX issue, I was experiencing something similar. thanks for the finding...

codesociety commented 5 years ago

I believe this has been resolved, lets reopen if the problem returns