Baselight

Updated Bitcoin Dataset

Daily Historical Bitcoin data

@kaggle.nward7_updated_bitcoin_dataset

Loading...
Loading...

About this Dataset

Updated Bitcoin Dataset

Content

This is a Historical Bitcoin dataset (in USD) that ranges from dates April 28, 2013 - December 01, 2021.

Date : Date of observation
Open : Opening price on the given day
High : Highest price on the given day
Low : Lowest price on the given day
Close : Closing price on the given day
Volume : Volume of transactions on the given day
Market Cap : Market capitalization

Acknowledgements

Found all the historical data from this website.

Tables

Bitcoin

@kaggle.nward7_updated_bitcoin_dataset.bitcoin
  • 160.52 KB
  • 3140 rows
  • 7 columns
Loading...

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.