Baselight

BTC - ETH Price Dataset (2014-2024)

Bitcoin (2014-2024) and Ethereum (2017-2024) daily price dataset

@kaggle.mrsimple07_bitcoindataanalysis

Loading...
Loading...

About this Dataset

BTC - ETH Price Dataset (2014-2024)

This dataset provides historical daily price information for Bitcoin and Ethereum. It includes daily closing prices from January 1, 2014, to the present for Bitcoin, and from January 1, 2017, to the present for Ethereum. This data is crucial for anyone interested in analyzing cryptocurrency price trends, performing time series forecasting, or studying market behavior in the cryptocurrency space.

Tables

Btc Usd Daily 2014–2024

@kaggle.mrsimple07_bitcoindataanalysis.btc_usd_daily_2014_2024
  • 188.66 KB
  • 3582 rows
  • 7 columns
Loading...

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

Eth Usd Daily 2017–2024

@kaggle.mrsimple07_bitcoindataanalysis.eth_usd_daily_2017_2024
  • 142.16 KB
  • 2433 rows
  • 7 columns
Loading...

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