Cryptocurrency Prices Dataset
Daily prices and market capitalization data for All cryptocurrencies
@kaggle.jahaidulislam_cryptocurrency_prices_dataset
Daily prices and market capitalization data for All cryptocurrencies
@kaggle.jahaidulislam_cryptocurrency_prices_dataset
CREATE TABLE cryptocurrency_prices_dataset_v1 (
"name" VARCHAR,
"symbol" VARCHAR,
"price_usd" DOUBLE,
"volume_24h" DOUBLE,
"volume_30d" DOUBLE,
"market_cap" DOUBLE,
"dominance" DOUBLE,
"year_till_date_price_change_percentage" DOUBLE,
"cmc_rank" BIGINT,
"market_pair_count" BIGINT,
"circulating_supply" DOUBLE,
"total_supply" DOUBLE,
"last_updated" VARCHAR
);
Anyone who has the link will be able to view this.