Baselight

Historical Data Of BTC-USD

data of bitcoin (USD) since its creation on until to day

@kaggle.borismbobe_historical_data_of_btcusd

Loading...
Loading...

About this Dataset

Historical Data Of BTC-USD

This database have 7 columns. one columns are today's date and another columns are a quantitatives variables.
It is the database of bitcoin stocks from its inception to the present day. It will be updated monthly

Tables

Btc Usd 1

@kaggle.borismbobe_historical_data_of_btcusd.btc_usd_1
  • 153.4 KB
  • 2885 rows
  • 7 columns
Loading...

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

Btc Usd 2

@kaggle.borismbobe_historical_data_of_btcusd.btc_usd_2
  • 153.77 KB
  • 2892 rows
  • 7 columns
Loading...

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