Baselight

BitCoin 2021 Dataset

Complete Bitcoin Historical min-wize Data from 2015 to 2021

@kaggle.pdavpoojan_bitcoin_2021_dataset

Gemini Btcusd 2018–1min
@kaggle.pdavpoojan_bitcoin_2021_dataset.gemini_btcusd_2018_1min

  • 14.29 MB
  • 490107 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

154630000000031-12-2018 23:59BTCUSD3686.383692.353685.73692.354.107690939
154630000000031-12-2018 23:58BTCUSD3686.383686.383686.383686.380.11733409
154630000000031-12-2018 23:57BTCUSD3686.383686.383686.383686.380.08980124
154630000000031-12-2018 23:56BTCUSD3685.73686.383683.983686.388.24459511
154630000000031-12-2018 23:55BTCUSD3680.143685.73680.143685.73.27908174
154630000000031-12-2018 23:54BTCUSD3681.823685.353680.143680.144.507531417
154630000000031-12-2018 23:53BTCUSD3678.443681.823678.443681.820.01358301
154630000000031-12-2018 23:52BTCUSD3681.643681.643678.443678.443.40245972
154630000000031-12-2018 23:51BTCUSD3680.813681.643680.813681.640.02128109
154630000000031-12-2018 23:50BTCUSD3681.73682.023680.813680.811.6860905

CREATE TABLE gemini_btcusd_2018_1min (
  "unix_timestamp" DOUBLE,
  "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.