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 (
"name" VARCHAR,
"symbol" VARCHAR,
"price_usd" DOUBLE,
"volume24h" DOUBLE,
"volume30d" DOUBLE,
"marketcap" DOUBLE,
"dominance" DOUBLE,
"ytdpricechangepercentage" DOUBLE,
"cmcrank" BIGINT,
"marketpaircount" BIGINT,
"circulatingsupply" DOUBLE,
"totalsupply" DOUBLE
);
Anyone who has the link will be able to view this.