Baselight

Bitcoin Jan 2016 - Apr 2023

Bitcoin Jan 2016 - Apr 2023

@kaggle.unmoved_bitcoin_jan_2016_apr_2023

Loading...
Loading...

About this Dataset

Bitcoin Jan 2016 - Apr 2023

A simple dataset pulled from Yahoo Finance that contains basic info about Bitcoins price action from January 2016 to April 2023.

An up to date copy can be obtained directly if needed from this url:
https://finance.yahoo.com/quote/BTC-USD/history?p=BTC-USD

Tables

Data

@kaggle.unmoved_bitcoin_jan_2016_apr_2023.data
  • 143.51 KB
  • 2677 rows
  • 7 columns
Loading...

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

Share link

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