Ethereum Historical Data
Interval of each day from Aug 2015- May 2021
@kaggle.prahladmehandiratta_ethereum_historical_data
Interval of each day from Aug 2015- May 2021
@kaggle.prahladmehandiratta_ethereum_historical_data
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.
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.
The Data was taken from Yahoo Finance.
CREATE TABLE eth_usd (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);Anyone who has the link will be able to view this.