Historical Data On The Trading Of Cryptocurrencies
Archive data on cryptocurrencies trading
@kaggle.georgezakharov_historical_on_the_trading_of_cryptocurrencies
Archive data on cryptocurrencies trading
@kaggle.georgezakharov_historical_on_the_trading_of_cryptocurrencies
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
);
Anyone who has the link will be able to view this.