Baselight

BTC And ETH 1-min Price History

Coinbase-provided high, low, and close prices, with trading volume

@kaggle.patrickgendotti_btc_and_eth_1min_price_history

Loading...
Loading...

About this Dataset

BTC And ETH 1-min Price History

This dataset provides 1-min BTC and ETH price data, including trade volume, and high, low, and close price.

The BTC dataset starts in 2014, and the ETH dataset starts in 2016.

For more information about this dataset and background on the ETL process, visit this Github repo: https://github.com/Gendo90/Crypto-Historical-Prices

Tables

Coinbaseusd 1 Min Data

@kaggle.patrickgendotti_btc_and_eth_1min_price_history.coinbaseusd_1_min_data
  • 158.16 MB
  • 4911806 rows
  • 8 columns
Loading...

CREATE TABLE coinbaseusd_1_min_data (
  "unix_timestamp" BIGINT,
  "date" VARCHAR,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Eth 1min

@kaggle.patrickgendotti_btc_and_eth_1min_price_history.eth_1min
  • 107.45 MB
  • 4235499 rows
  • 8 columns
Loading...

CREATE TABLE eth_1min (
  "unix_timestamp" BIGINT,
  "date" VARCHAR,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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