Bitcoin BTC, 7 Exchanges, 1m Full Historical Data
The Most Complete, Continuous and Clean BTCUSD 1m Dataset for ML Engineers
@kaggle.imranbukhari_comprehensive_btcusd_1m_data
The Most Complete, Continuous and Clean BTCUSD 1m Dataset for ML Engineers
@kaggle.imranbukhari_comprehensive_btcusd_1m_data
CREATE TABLE btcusd_1m_binance (
"open_time" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"close_time" TIMESTAMP,
"quote_asset_volume" DOUBLE,
"number_of_trades" DOUBLE,
"taker_buy_base_asset_volume" DOUBLE,
"taker_buy_quote_asset_volume" DOUBLE,
"ignore" DOUBLE
);
CREATE TABLE btcusd_1m_bitfinex (
"open_time" TIMESTAMP,
"open" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE btcusd_1m_bitmex (
"open_time" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE btcusd_1m_bitstamp (
"open_time" TIMESTAMP,
"open" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE btcusd_1m_coinbase (
"open_time" TIMESTAMP,
"low" DOUBLE,
"high" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
CREATE TABLE btcusd_1m_combined_index (
"open_time" TIMESTAMP,
"volume" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE
);
CREATE TABLE btcusd_1m_kucoin (
"open_time" TIMESTAMP,
"open" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" DOUBLE,
"amount" DOUBLE
);
CREATE TABLE btcusd_1m_okx (
"open_time" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"volume_currency" DOUBLE,
"volume_quote" DOUBLE,
"confirm" DOUBLE
);
Anyone who has the link will be able to view this.