ATOM | R Documentation |
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,
<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())
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.