Learn R Programming

RobinHood (version 1.7.0)

get_quote: 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

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

get_quote(RH, "IR")
}

Run the code above in your browser using DataLab