get_fundamentals {RobinHood} | R 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)
[Package RobinHood version 1.7.0 Index]