Bitcoin Limit Order Book (LOB) Data
12 days worth of Limit Order Book (LOB) Data of Bitcoin BTCUSDT.P Symbol
@kaggle.siavashraz_bitcoin_perpetualbtcusdtp_limit_order_book_data
12 days worth of Limit Order Book (LOB) Data of Bitcoin BTCUSDT.P Symbol
@kaggle.siavashraz_bitcoin_perpetualbtcusdtp_limit_order_book_data
The dataset at hand encompasses 12 consecutive days, starting from January 9th, 2023, until January 20th, 2023, and comprises data from Binance Bitcoin perpetual data (BTCUSDT.P). The data points are sampled at a frequency of 250 milliseconds and contain a total of 3730870 rows and 42 columns. Within these columns, 20 of them represent bid data, while the other 20 columns contain ask data.
CREATE TABLE n_1_09_1_20 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" BIGINT -- 0,
"n_1" TIMESTAMP -- 1,
"n_2" DOUBLE -- 2,
"n_3" DOUBLE -- 3,
"n_4" DOUBLE -- 4,
"n_5" DOUBLE -- 5,
"n_6" DOUBLE -- 6,
"n_7" DOUBLE -- 7,
"n_8" DOUBLE -- 8,
"n_9" DOUBLE -- 9,
"n_10" DOUBLE -- 10,
"n_11" DOUBLE -- 11,
"n_12" DOUBLE -- 12,
"n_13" DOUBLE -- 13,
"n_14" DOUBLE -- 14,
"n_15" DOUBLE -- 15,
"n_16" DOUBLE -- 16,
"n_17" DOUBLE -- 17,
"n_18" DOUBLE -- 18,
"n_19" DOUBLE -- 19,
"n_20" DOUBLE -- 20,
"n_21" DOUBLE -- 21,
"n_22" DOUBLE -- 22,
"n_23" DOUBLE -- 23,
"n_24" DOUBLE -- 24,
"n_25" DOUBLE -- 25,
"n_26" DOUBLE -- 26,
"n_27" DOUBLE -- 27,
"n_28" DOUBLE -- 28,
"n_29" DOUBLE -- 29,
"n_30" DOUBLE -- 30,
"n_31" DOUBLE -- 31,
"n_32" DOUBLE -- 32,
"n_33" DOUBLE -- 33,
"n_34" DOUBLE -- 34,
"n_35" DOUBLE -- 35,
"n_36" DOUBLE -- 36,
"n_37" DOUBLE -- 37,
"n_38" DOUBLE -- 38,
"n_39" DOUBLE -- 39,
"n_40" DOUBLE -- 40,
"n_41" DOUBLE -- 41
);Anyone who has the link will be able to view this.