crypto {qrmdata} | R 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")
[Package qrmdata version 2024-03-04-2 Index]