Get a quote from RobinHood
Arguments
- RH
object class RobinHood
- symbol
(string) of ticker symbols
- limit_output
(logical) if TRUE (default) return less quote detail
Examples
if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")
get_quote(RH, "IR")
}