BTC {cryptoQuotes} | R Documentation |
USDT Denominated Bitcoin (BTCUSDT) Weekly Intervals
Description
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.
Usage
BTC
Format
An xts::xts()
-object with 52 rows and 5 columns,
- index
<POSIXct> The time-index
- open
<numeric> Opening price
- high
<numeric> Highest price
- low
<numeric> Lowest price
- close
<numeric> Closing price
- volume
<numeric> Trading volume
Examples
# Load the dataset
data("BTC")
# chart
chart(
ticker = BTC,
main = kline(),
sub = list(volume())
)
[Package cryptoQuotes version 1.3.1 Index]