Dogecoin ( Cryptocurrency ) Dataset
Dogecoin (DOGE) daily and weekly based dataset
@kaggle.imakash3011_dogecoin_cryptocurrency_dataset
Dogecoin (DOGE) daily and weekly based dataset
@kaggle.imakash3011_dogecoin_cryptocurrency_dataset
Dogecoin (DOGE) is a cryptocurrency . Users are able to generate DOGE through the process of mining. Dogecoin has a current supply of 130,358,670,858.74646. The last known price of Dogecoin is 0.21878838 USD and is up 2.68 over the last 24 hours. It is currently trading on 375 active market(s) with $2,994,599,100.91 traded over the last 24 hours. More information can be found at http://dogecoin.com/.
Two csv file are present in dataset section
a. First one contains daily based data of Dogecoin and  have approx. 1462 rows in dataset.
b. Second one contains weekly based data of Dogecoin and have approx. 211 rows in dataset.
Dataset is from 24-Aug-2017 to 24-Aug-2021.
Attributes
This is updated dataset of Dogecoin which is downloaded from yahoo finance. Feel free to download this dataset.
He who serves the most, reaps the most...... by- Jim Rohn
Please do like this dataset.
CREATE TABLE daily_doge_usd (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);CREATE TABLE weekly_doge_usd (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);Anyone who has the link will be able to view this.