powered by
This dataset contains time-series data for the DOGECOIN (DOGE) denominated in USDT (Tether), captured in 1-minute intervals. The data spans 2022-01-14 07:00:00 CET to 2022-01-14 08:00:00 CET.
DOGE
An xts::xts()-object with 61 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("DOGE") # chart chart( ticker = DOGE, main = kline(), sub = list(volume()) )
Run the code above in your browser using DataLab