get_quote_crypto: Get a crypto currency quote from RobinHood

View source: R/get_quote_crypto.R

get_quote_cryptoR Documentation

Get a crypto currency quote from RobinHood

Description

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

## Not run: 
# Login in to your RobinHood account
RH <- RobinHood("username", "password")

get_quote_crypto(RH, "BTC")

## End(Not run)

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