View source: R/get_fundamentals.R
get_fundamentals | R Documentation |
Get fundamental investment statistics for a particular ticker symbol
get_fundamentals(RH, ticker, include_description = FALSE)
RH |
object of class RobinHood |
ticker |
(string) vector of ticker symbols |
include_description |
(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") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.