Baselight

Cryptocurrency Historical Prices

Prices of top cryptocurrencies including BTC, ETH, ADA, DOT and BNB

@kaggle.sudalairajkumar_cryptocurrencypricehistory

Coin Dogecoin
@kaggle.sudalairajkumar_cryptocurrencypricehistory.coin_dogecoin

  • 194.77 KB
  • 2760 rows
  • 10 columns
sno

SNo

name

Name

symbol

Symbol

date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

marketcap

Marketcap

1DogecoinDOGEMon Dec 16 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00086587399709960.00015021300350780.00029931199969720.00020473099721121509085.15965
2DogecoinDOGETue Dec 17 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00028879000456070.00011559300037330.00020688900258390.00026853999588632169687.9813
3DogecoinDOGEWed Dec 18 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00036163101322010.00020460800442370.00026731699472290.00036163101322013188943.20963
4DogecoinDOGEThu Dec 19 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00151967001147560.00032830299460320.00039505399763580.001162489992566411150339.2183
5DogecoinDOGEFri Dec 20 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00114291999489060.00066175102256230.00114291999489060.00070386601146317284337.11836
6DogecoinDOGESat Dec 21 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00070048699853940.00035427600960240.00070048699853940.00039367898716594360316.34343
7DogecoinDOGESun Dec 22 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00049757998203850.00027965300250790.00039115699473760.00031476200092583706592.18772
8DogecoinDOGEMon Dec 23 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00045953001244920.00029352400451890.00031266099540510.00045118501293475644793.35139
9DogecoinDOGETue Dec 24 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00091304897796360.00045048099127590.00045048099127590.00068554701283579075937.82287
10DogecoinDOGEWed Dec 25 2013 23:59:59 GMT+0000 (Coordinated Universal Time)0.00069368002004920.00055829802295190.0006862989976070.00058670097496368194483.24403

CREATE TABLE coin_dogecoin (
  "sno" BIGINT,
  "name" VARCHAR,
  "symbol" VARCHAR,
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "marketcap" DOUBLE
);

Share link

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