Learn R Programming

RobinHood (version 1.7.0)

get_fundamentals: Get fundamental investment statistics for a particular ticker symbol

Description

Get fundamental investment statistics for a particular ticker symbol

Usage

get_fundamentals(RH, ticker, include_description = FALSE)

Arguments

RH

object of class RobinHood

ticker

(string) vector of ticker symbols

include_description

(logical) include a long description of the company (default: FALSE)

Examples

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

get_fundamentals(RH, "CAT")
}

Run the code above in your browser using DataLab