get_quote: Get a quote from RobinHood

View source: R/get_quote.R

get_quoteR 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)

RobinHood documentation built on Jan. 7, 2023, 1:11 a.m.