Baselight

BitCoin 2021 Dataset

Complete Bitcoin Historical min-wize Data from 2015 to 2021

@kaggle.pdavpoojan_bitcoin_2021_dataset

Gemini Btcusd 2020–1min
@kaggle.pdavpoojan_bitcoin_2021_dataset.gemini_btcusd_2020_1min

  • 20.72 MB
  • 688300 rows
  • 8 columns
unix_timestamp

Unix Timestamp

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

162069000000011-05-2021 00:02BTCUSD56013.0356020.6456004.3756017.681.30204
162069000000011-05-2021 00:01BTCUSD55892.5656019.7655892.5656013.032.09499608
162069000000011-05-2021 00:00BTCUSD55882.4455941.4555820.1355892.562.18049908
162069000000010-05-2021 23:59BTCUSD55893.5555900.6155881.1155882.440.04034925
162069000000010-05-2021 23:58BTCUSD55934.4855955.7755870.1555893.550.79804638
162069000000010-05-2021 23:57BTCUSD5581955934.485581955934.480.61346363
162069000000010-05-2021 23:56BTCUSD55825.625584255804.33558190.138256382
162069000000010-05-2021 23:55BTCUSD55856.2955856.2955825.6255825.620.21162926
162069000000010-05-2021 23:54BTCUSD55858.7255858.7255807.1155856.290.334538664
162069000000010-05-2021 23:53BTCUSD55896.5155921.9255831.5355858.720.38343958

CREATE TABLE gemini_btcusd_2020_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.