Learn R Programming

RobinHood (version 1.6)

get_tickers: Download all financial instruments available on RobinHood

Description

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

Run this code
# NOT RUN {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_tickers(RH)
# }

Run the code above in your browser using DataLab