crypto {qrmdata} | R Documentation |
Bitcoin, Ethereum, Litecoin and Ripple prices in USD from their first available date to 2018-05-29.
data("crypto")
xts
object containing cryptocurrency prices in USD
of Bitcoin (ticker symbol “BTC-USD”), Ethereum (ticker symbol
“ETH-USD”), Litecoin (ticker symbol “LTC-USD”) and Ripple (ticker
symbol “XRP-USD”) from their first date of
availability to 2018-05-29.
Marius Hofert
The data was obtained from Yahoo Finance on 2018-05-29
via the function get_data()
from qrmtools.
data("crypto") str(crypto) library(xts) plot.zoo(crypto, main = "Cryptocurrencies in USD", xlab = "Time")