Baselight

July To August 2021 Minute Analysis Of Crypto

19 Cryptocurriencies minute by minute analysis from July to August 2021

@kaggle.daniel122_july_to_august_2021_minute_analysis_of_crypto

About this Dataset

July To August 2021 Minute Analysis Of Crypto

The data was acquired by scraping coin desk minute by minute analysis of the prices of twenty top cryptocurrencies. It contains the opening, closing, highest, lowest price of a particular cryptocurrency at an exact moment in time.

I want to know if this minute by minute analysis could provide more insight to someone working with cryptocurrencies.

Tables

Coinbase Extracted

@kaggle.daniel122_july_to_august_2021_minute_analysis_of_crypto.coinbase_extracted
  • 28.89 MB
  • 848160 rows
  • 6 columns
Loading...

CREATE TABLE coinbase_extracted (
  "datetime" TIMESTAMP,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);