Skip to contents

Get a crypto currency quote from RobinHood

Usage

get_quote_crypto(RH, symbol)

Arguments

RH

object class RobinHood

symbol

(string) cryto currency symbol such as BTC, ETH, DOGE

Examples

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

get_quote_crypto(RH, "BTC")
}