Baselight

Binance Real Time Trades BTCUSDT ETHUSDT

Binance real time trades BTCUSDT ETHUSDT

@kaggle.rossr61938_binance_real_time_trades_btcusdt_ethusdt

Loading...
Loading...

About this Dataset

Binance Real Time Trades BTCUSDT ETHUSDT

Context

Binance tick-by-tick trades for BTC-USDT and ETH-USDT

Content

Data collected between 2020-01-14 and 2020-01-26

BTC-USDT 5575526 entries

ETH-USDT 2032364 entries

CSV format:
Trade time, Trade ID, Price, Quantity, Is the buyer the market maker

Acknowledgements

http://binance.com

Tables

Btcusdt

@kaggle.rossr61938_binance_real_time_trades_btcusdt_ethusdt.btcusdt
  • 85.08 MB
  • 5575526 rows
  • 5 columns
Loading...

CREATE TABLE btcusdt (
  "time" BIGINT,
  "id" BIGINT,
  "price" DOUBLE,
  "quantity" DOUBLE,
  "isbuyermaker" BIGINT
);

Ethusdt

@kaggle.rossr61938_binance_real_time_trades_btcusdt_ethusdt.ethusdt
  • 28.57 MB
  • 2032364 rows
  • 5 columns
Loading...

CREATE TABLE ethusdt (
  "time" BIGINT,
  "id" BIGINT,
  "price" DOUBLE,
  "quantity" DOUBLE,
  "isbuyermaker" BIGINT
);

Share link

Anyone who has the link will be able to view this.