JestonBlu / RobinHood

An R interface for the RobinHood.com no commision investing site
https://jestonblu.github.io/RobinHood/
GNU Lesser General Public License v3.0
45 stars 12 forks source link

HTTP 400 error for get_tcierks(RH, add_fundamentals = T) #150

Closed 3SMMZRjWgS closed 2 years ago

3SMMZRjWgS commented 2 years ago

Hello,

When I run the following:

get_tickers(RH, add_fundamentals = T)

I get:

Getting stock ticker data from RobinHood.com.............COMPLETE ( 1.69 minutes)
Getting additional investment fundamentals...Error in RobinHood::api_fundamentals(RH, ticker) : 
  Bad Request (HTTP 400).

get_tickers(RH, add_fundamentals = F) works as intended.

P.S. I'm using RobinHood:: 1.6.5 GitHub install.