crypto: Cryptocurrency Prices in USD

cryptoR Documentation

Cryptocurrency Prices in USD

Description

Bitcoin, Ethereum, Litecoin and Ripple prices in USD (from their first available date onwards).

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 available date onwards.

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")

qrmdata documentation built on March 19, 2024, 3:07 a.m.

Related to crypto in qrmdata...