USDC denominated Bitcoin (BTC) in daily intervals between 2024-01-01 and 2024-12-31.
Format
A data.frame with 366 rows and 5 columns.
- open
Candle opening price.
- high
Candle highest price.
- low
Candle lowest price.
- close
Candle closing price.
- volume
Candle volume.
References
Loaded using cryptoQuotes
Examples
## Load the dataset
data(BTC, package = "talib")
