Skip to contents

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

if (FALSE) {
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_quote(RH, "IR")
}