Cryptocurrency Timeseries 2020
Bitcoin, Ethereum and Litecoin value and volume data by the minute
@kaggle.roopahegde_cryptocurrency_timeseries_2020
Bitcoin, Ethereum and Litecoin value and volume data by the minute
@kaggle.roopahegde_cryptocurrency_timeseries_2020
CREATE TABLE gemini_btcusd_2020_1min (
"unix_timestamp" DOUBLE,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE gemini_ethusd_2020_1min (
"unix_timestamp" DOUBLE,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE gemini_ltcusd_2020_1min (
"unix_timestamp" DOUBLE,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.