get_quote_crypto {RobinHood} | R 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)
[Package RobinHood version 1.7.0 Index]