Baselight

Crypto-prices

provides information about prices of different crypto.

@kaggle.neupane9sujal_crypto_prices

Eth
@kaggle.neupane9sujal_crypto_prices.eth

  • 109.9 KB
  • 2006 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Jan 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)755.7570190429688782.530029296875742.0040283203125772.6409912109375772.64099121093752595760128
Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)772.3460083007812914.8300170898438772.3460083007812884.4439697265625884.44396972656255783349760
Wed Jan 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)886974.4710083007812868.4509887695312962.719970703125962.7199707031255093159936
Thu Jan 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)961.71301269531241045.0799560546875946.0859985351562980.9219970703124980.92199707031246502859776
Fri Jan 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)975.751075.3900146484375956.3250122070312997.719970703125997.7199707031256683149824
Sat Jan 06 2018 00:00:00 GMT+0000 (Coordinated Universal Time)995.15399169921881060.7099609375994.62200927734381041.68005371093751041.68005371093754662219776
Sun Jan 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1043.0100097656251153.17004394531251043.0100097656251153.17004394531251153.17004394531255569880064
Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1158.2600097656251266.93005371093751016.04998779296881148.5300292968751148.5300292968758450970112
Tue Jan 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)11461320.979980468751145.4899902343751299.7399902343751299.7399902343757965459968
Wed Jan 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1300.33996582031251417.38000488281251226.59997558593751255.81994628906251255.81994628906259214950400

CREATE TABLE eth (
  "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.