get_tickers: Download all financial instruments available on RobinHood

View source: R/get_tickers.R

get_tickersR Documentation

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

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_tickers(RH)

## End(Not run)

RobinHood documentation built on Jan. 7, 2023, 1:11 a.m.