Bitcoin Prices Minutes 2020-2024
@kaggle.aski1140_bitcoin_prices_minutes_2020_2024
@kaggle.aski1140_bitcoin_prices_minutes_2020_2024
CREATE TABLE binance_btcusdt_2020_minute (
"unix" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_btc" DOUBLE,
"volume_usdt" DOUBLE,
"tradecount" BIGINT
);
CREATE TABLE binance_btcusdt_2021_minute (
"unix" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"volume_from" DOUBLE,
"marketorder_volume" DOUBLE,
"marketorder_volume_from" DOUBLE,
"tradecount" BIGINT,
"date_close" TIMESTAMP,
"close_unix" BIGINT
);
CREATE TABLE binance_btcusdt_2022_minute (
"unix" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"volume_from" DOUBLE,
"tradecount" BIGINT
);
CREATE TABLE binance_btcusdt_2023_minute (
"unix" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"volume_from" DOUBLE,
"tradecount" BIGINT
);
CREATE TABLE binance_btcusdt_2024_minute (
"unix" BIGINT,
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_btc" DOUBLE,
"volume_usdt" DOUBLE,
"tradecount" BIGINT
);
CREATE TABLE binance_btcusdt_2024_minute_new (
"https" BIGINT,
"n__www_cryptodatadownload_com" VARCHAR
);
Anyone who has the link will be able to view this.