Baselight

Historical Data On The Trading Of Cryptocurrencies

Archive data on cryptocurrencies trading

@kaggle.georgezakharov_historical_on_the_trading_of_cryptocurrencies

Loading...
Loading...

About this Dataset

Historical Data On The Trading Of Cryptocurrencies

Context

This is historical data on cryptocurrency tradings for the period from 2016-01-01 to 2022-01-08.

If you enjoy this dataset please upvote so I can see it is popular and I need to update it.
Thank you!

Content

This dataset will be good for data analysis in predicting the price for digital cryptocurrencies.

Tables

Crypto Tradinds

@kaggle.georgezakharov_historical_on_the_trading_of_cryptocurrencies.crypto_tradinds
  • 111.92 MB
  • 2382643 rows
  • 17 columns
Loading...

CREATE TABLE crypto_tradinds (
  "trade_date" TIMESTAMP,
  "volume" DOUBLE,
  "price_usd" DOUBLE,
  "price_btc" DOUBLE,
  "market_cap" DOUBLE,
  "capitalization_change_1_day" DOUBLE,
  "usd_price_change_1_day" DOUBLE,
  "btc_price_change_1_day" DOUBLE,
  "crypto_name" VARCHAR,
  "crypto_type" DOUBLE,
  "ticker" VARCHAR,
  "max_supply" DOUBLE,
  "site_url" VARCHAR,
  "github_url" VARCHAR,
  "minable" DOUBLE,
  "platform_name" VARCHAR,
  "industry_name" VARCHAR
);

Share link

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