powered by
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.
ATOM
An xts::xts()-object with 97 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("ATOM") # chart chart( ticker = ATOM, main = kline(), sub = list(volume()) )
Run the code above in your browser using DataLab