Baselight

Bitcoin Stock Data

Historical Bitcoin pricing till date

@kaggle.deepakvedantam_bitcoin_stock_data

Loading...
Loading...

About this Dataset

Bitcoin Stock Data

Context
This Dataset contains the value of the Bitcoin stock from 14th September 2014 till Date

Content
It is a very simple dataset to both explore and understand the columns are themselves descriptive in nature
Acknowledgements
SOURCE:

https://yahoofinance.com/

Inspiration
Just Explore the dataset, practice your skills using this really simple real world dataset

License
CC0: Public domain

Tables

Btc Usd 1

@kaggle.deepakvedantam_bitcoin_stock_data.btc_usd_1
  • 128.58 KB
  • 2401 rows
  • 7 columns
Loading...

CREATE TABLE btc_usd_1 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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