Baselight

BitCoin 2021 Dataset

Complete Bitcoin Historical min-wize Data from 2015 to 2021

@kaggle.pdavpoojan_bitcoin_2021_dataset

Gemini Btcusd Day
@kaggle.pdavpoojan_bitcoin_2021_dataset.gemini_btcusd_day

  • 87.82 KB
  • 2042 rows
  • 7 columns
date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume

Volume

08-10-2015 04:00BTCUSD245243.634.7547026
09-10-2015 04:00BTCUSD243.6249.97243.6245.5161.58706754
10-10-2015 04:00BTCUSD245.51246.3244.6246.330.8705493
11-10-2015 04:00BTCUSD246.3249.5245.96248.9822.74709058
12-10-2015 04:00BTCUSD248.98248.98245.75245.7571.0477426
13-10-2015 04:00BTCUSD245.75252.87245.75251154.6865962
14-10-2015 04:00BTCUSD251256.15250.7254.59184.5520686
15-10-2015 04:00BTCUSD254.59258.98253257.19410.9619296
16-10-2015 04:00BTCUSD257.19285255.9270552.1294568
17-10-2015 04:00BTCUSD270274.98267.71269.26204.251309

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