Baselight

Dogecoin Historical Data (jan2018 - Feb2021)

contains historical data of Dogecoin cryptocurrency

@kaggle.hadimir_dogecoin_historical_data_jan2018_feb2021

Loading...
Loading...

About this Dataset

Dogecoin Historical Data (jan2018 - Feb2021)

Context

Dogecoin is making news as well as a little profit these days although it may seem like its new in the market but it has been around quite a while now. I have tried to collect historical data of Dogecoin from year jan-2018 to feb-2021

Inspiration

You can try to do time series analysis on this data. Good luck and have fun.

Tables

Doge Usd

@kaggle.hadimir_dogecoin_historical_data_jan2018_feb2021.doge_usd
  • 66.02 KB
  • 1131 rows
  • 7 columns
Loading...

CREATE TABLE doge_usd (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.