Skip to contents

Get a dataframe of all listed companies including ticker symbols and tradeability indicators.

Usage

get_tickers(RH, add_fundamentals = FALSE)

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)
}