get_fundamentals: Get fundamental investment statistics for a particular ticker...

View source: R/get_fundamentals.R

get_fundamentalsR Documentation

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

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

get_fundamentals(RH, "CAT")

## End(Not run)

JestonBlu/RobinHood documentation built on Aug. 21, 2023, 7:57 a.m.