BTC | R Documentation |
This dataset contains time-series data for Bitcoin (BTC) denominated in USDT (Tether), captured in weekly intervals. The data spans from January 1, 2023, to December 31, 2023.
BTC
An xts::xts()
-object with 52 rows and 5 columns,
<POSIXct> The time-index
<numeric> Opening price
<numeric> Highest price
<numeric> Lowest price
<numeric> Closing price
<numeric> Trading volume
# Load the dataset
data("BTC")
# chart
chart(
ticker = BTC,
main = kline(),
sub = list(volume())
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.