Baselight

Binance Winusdt 30 Days

30 days of order book data for winusdt on Binance

@kaggle.khanh314_binancewinusdt30

Loading...
Loading...

About this Dataset

Binance Winusdt 30 Days

Context

To analyse trading data of WINUSDT on Binance over 30 days.

Content

Price, date time (in unix), order size of every order in a 30 day period.

Acknowledgements

Much love to Binance.

Inspiration

Any trend?

Tables

Winusdt 30days

@kaggle.khanh314_binancewinusdt30.winusdt_30days
  • 245.72 MB
  • 17793248 rows
  • 5 columns
Loading...

CREATE TABLE winusdt_30days (
  "trade_id" BIGINT,
  "time" DOUBLE,
  "size" BIGINT,
  "price" DOUBLE,
  "side" VARCHAR
);

Share link

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