powered by
Get a dataframe of all listed companies including ticker symbols and tradeability indicators.
get_tickers(RH, add_fundamentals = FALSE)
object of class RobinHood
(logical) if TRUE then return fundamental data (long run time)
if (FALSE) { # Login in to your RobinHood account RH <- RobinHood("username", "password") get_tickers(RH) }
Run the code above in your browser using DataLab