powered by
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,
xts::xts()
<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()) )
Run the code above in your browser using DataLab