jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.71k stars 463 forks source link

401 Client Error: Unauthorized for url #162

Closed Ali-Riaz closed 4 years ago

Ali-Riaz commented 4 years ago

Hi everyone!

Encountering a really strange issue today when calling a few functions like get_fundamentals, get_stock_quote_by_symbol, get_latest_price etc. Even though I'm logged in successfully but when I try using the get_fundamentals for the stock with ticker "GOOG" (or any other symbol for that matter), I get the an empty list along with the following error:

401 Client Error: Unauthorized for url: https://api.robinhood.com/fundamentals/?symbols=GOOG

Did something break? How come I'm unable to pull that information anymore?

jmfernandes commented 4 years ago

@Ali-Riaz Robinhood has been going down lately. I'd wait until Tomorrow or Tuesday and see if it is still happening.

Ali-Riaz commented 4 years ago

@jmfernandes Gotcha, thank you Joshua! Will try again tomorrow and let you know.

Ali-Riaz commented 4 years ago

@jmfernandes Its working fine now, closing the ticket.