Baselight

Dogecoin ( Cryptocurrency ) Dataset

Dogecoin (DOGE) daily and weekly based dataset

@kaggle.imakash3011_dogecoin_cryptocurrency_dataset

Weekly Doge Usd
@kaggle.imakash3011_dogecoin_cryptocurrency_dataset.weekly_doge_usd

  • 17.72 KB
  • 211 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Aug 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0017310.0018450.0017220.001760.0017611627730
Mon Aug 28 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0017640.0027010.0017510.0021530.00215389730630
Mon Sep 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0021690.0021690.0012540.0013950.00139568488510
Mon Sep 11 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0013970.0015780.0006260.0008530.00085374876590
Mon Sep 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0008530.0009830.0007120.0008920.00089236490930
Mon Sep 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.000890.0011940.0008890.0010840.00108442891910
Mon Oct 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0010750.0011360.0009380.0010560.00105615201470
Mon Oct 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0010560.0011650.0009520.0011060.00110621778030
Mon Oct 16 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0011070.0012540.0009590.0010230.00102327435280
Mon Oct 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.0010220.0012370.0009590.0011730.00117334674820

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

Share link

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