Learn R Programming

cryptoQuotes (version 1.3.4)

BTC: 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

Arguments

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

Run this code
# Load the dataset
data("BTC")

# chart
chart(
  ticker = BTC,
  main = kline(),
  sub = list(volume())
)

Run the code above in your browser using DataLab