ATOM {cryptoQuotes} | R Documentation |
USDT Denominated ATOM (ATOMUSDT) 15-Minute Intervals
Description
This dataset contains time-series data for the ATOM (ATOM) denominated in USDT (Tether), captured in 15-minute intervals. The data spans from December 30 to December 31, 2023.
Usage
ATOM
Format
An xts::xts()
-object with 97 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("ATOM")
# chart
chart(
ticker = ATOM,
main = kline(),
sub = list(volume())
)
[Package cryptoQuotes version 1.3.1 Index]