get_quote {RobinHood} | R Documentation |
Get a quote from RobinHood
Description
Get a quote from RobinHood
Usage
get_quote(RH, symbol, limit_output = TRUE)
Arguments
RH |
object class RobinHood |
symbol |
(string) of ticker symbols |
limit_output |
(logical) if TRUE (default) return less quote detail |
Examples
## Not run:
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_quote(RH, "IR")
## End(Not run)
[Package RobinHood version 1.7.0 Index]