powered by
Get fundamental investment statistics for a particular ticker symbol
get_fundamentals(RH, ticker, include_description = FALSE)
object of class RobinHood
(string) vector of ticker symbols
(logical) include a long description of the company (default: FALSE)
# NOT RUN { # Login in to your RobinHood account RH <- RobinHood("username", "password") get_fundamentals(RH, "CAT") # }
Run the code above in your browser using DataLab