Get a dataframe of all listed companies including ticker symbols and tradeability indicators.
Arguments
- RH
object of class RobinHood
- add_fundamentals
(logical) if TRUE then return fundamental data (long run time)
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_tickers(RH)
}