Baselight

Ethereum Historical Data

Interval of each day from Aug 2015- May 2021

@kaggle.prahladmehandiratta_ethereum_historical_data

Loading...
Loading...

About this Dataset

Ethereum Historical Data

Please don't forget to vote

Context

Ethereum is a decentralized, open-source blockchain with smart contract functionality. Ether (ETH) is the native cryptocurrency of the platform. After Bitcoin, it is the second-largest cryptocurrency by market capitalization. Ethereum is the most actively used blockchain.

Content

CSV files for select bitcoin exchanges for the time period of Aug 2015 to May 2021, with day to day updates of OHLC (Open, High, Low, Close), Volume in ETH and indicated currency, and weighted ethereum price.

Acknowledgements

The Data was taken from Yahoo Finance.

Tables

Eth Usd

@kaggle.prahladmehandiratta_ethereum_historical_data.eth_usd
  • 138.09 KB
  • 2120 rows
  • 7 columns
Loading...

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