Baselight

Crypto-prices

provides information about prices of different crypto.

@kaggle.neupane9sujal_crypto_prices

Btc
@kaggle.neupane9sujal_crypto_prices.btc

  • 109.31 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)14112.200195312514112.200195312513154.700195312513657.200195312513657.200195312510291200000
Tue Jan 02 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1362515444.59960937513163.59960937514982.09960937514982.09960937516846600192
Wed Jan 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14978.200195312515572.799804687514844.5152011520116871900160
Thu Jan 04 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15270.700195312515739.700195312514522.200195312515599.200195312515599.200195312521783199744
Fri Jan 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15477.200195312517705.1992187515202.799804687517429.517429.523840899072
Sat Jan 06 2018 00:00:00 GMT+0000 (Coordinated Universal Time)17462.09960937517712.40039062516764.599609375175271752718314600448
Sun Jan 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)17527.3007812517579.59960937516087.700195312516477.59960937516477.59960937515866000384
Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16476.1992187516537.90039062514208.200195312515170.09960937515170.09960937518413899776
Tue Jan 09 2018 00:00:00 GMT+0000 (Coordinated Universal Time)15123.700195312515497.51442414595.40039062514595.40039062516659999744
Wed Jan 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time)14588.514973.299804687513691.200195312514973.299804687514973.299804687518500800512

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