bitcoin | R Documentation |
Time series of Bitcoin closing prices from 31 December 2015 to 31 December 2019 (1044 values). This permits the calculation of 4 calendar years of returns.
data(bitcoin)
An object of class "xts"
.
data(bitcoin)
plot(bitcoin)
X <- (diff(log(bitcoin))[-1]) * 100
plot(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.