Baselight

BitCoin 2021 Dataset

Complete Bitcoin Historical min-wize Data from 2015 to 2021

@kaggle.pdavpoojan_bitcoin_2021_dataset

Gemini Btcusd 2016–1min
@kaggle.pdavpoojan_bitcoin_2021_dataset.gemini_btcusd_2016_1min

  • 7.05 MB
  • 527040 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

148322874031-12-2016 23:59BTCUSD974.55974.55974.55974.550.02320545
148322868031-12-2016 23:58BTCUSD974.55974.55974.55974.55
148322862031-12-2016 23:57BTCUSD974.55974.55974.55974.550.04643379
148322856031-12-2016 23:56BTCUSD974974.55974974.550.02784628
148322850031-12-2016 23:55BTCUSD974974974974
148322844031-12-2016 23:54BTCUSD9749749749740.07423678
148322838031-12-2016 23:53BTCUSD974.55974.559749740.01949537
148322832031-12-2016 23:52BTCUSD974.55974.55974.55974.55
148322826031-12-2016 23:51BTCUSD974.55974.55974.55974.550.033896139
148322820031-12-2016 23:50BTCUSD974.55974.55974.55974.55

CREATE TABLE gemini_btcusd_2016_1min (
  "unix_timestamp" BIGINT,
  "date" VARCHAR,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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