crypto {qrmdata}R Documentation

Cryptocurrency Prices in USD

Description

Bitcoin, Ethereum, Litecoin and Ripple prices in USD from their first available date to 2018-05-29.

Usage

data("crypto")

Format

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.

Author(s)

Marius Hofert

Source

The data was obtained from Yahoo Finance on 2018-05-29 via the function get_data() from qrmtools.

Examples

data("crypto")
str(crypto)
library(xts)
plot.zoo(crypto, main = "Cryptocurrencies in USD", xlab = "Time")

[Package qrmdata version 2016-01-03-1 Index]