Baselight

Updated Bitcoin Dataset

Daily Historical Bitcoin data

@kaggle.nward7_updated_bitcoin_dataset

Bitcoin
@kaggle.nward7_updated_bitcoin_dataset.bitcoin

  • 160.52 KB
  • 3140 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

market_cap

Market Cap

Sun Apr 28 2013 00:00:00 GMT+0000 (Coordinated Universal Time)135.3135.98132.1134.211488566728
Mon Apr 29 2013 00:00:00 GMT+0000 (Coordinated Universal Time)134.44147.49134144.541603768865
Tue Apr 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)144146.93134.051391542813125
Wed May 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)139139.89107.72116.991298954594
Thu May 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)116.38125.692.28105.211168517495
Fri May 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)106.25108.1379.197.751085995169
Sat May 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)98.111592.5112.51250316563
Sun May 05 2013 00:00:00 GMT+0000 (Coordinated Universal Time)112.9118.8107.14115.911288693176
Mon May 06 2013 00:00:00 GMT+0000 (Coordinated Universal Time)115.98124.66106.64112.31249023060
Tue May 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)112.25113.4497.7111.51240593600

CREATE TABLE bitcoin (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "market_cap" BIGINT
);

Share link

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