Baselight

Binance Transaction Dataset

Binance Dataset containing various columns explaining daily transactions

@kaggle.sujaykapadnis_binance_transaction_dataset

Loading...
Loading...

About this Dataset

Binance Transaction Dataset

This is the dataset fetched from the API, it has a total of 21 columns explaining the different features of various cryptocurrencies.
Binance is a crypto trading platform, so this data will be good practice to test your skills.

Let's go!

Tables

Binance

@kaggle.sujaykapadnis_binance_transaction_dataset.binance
  • 263.23 KB
  • 2142 rows
  • 22 columns
Loading...

CREATE TABLE binance (
  "unnamed_0" BIGINT,
  "symbol" VARCHAR,
  "pricechange" DOUBLE,
  "pricechangepercent" DOUBLE,
  "weightedavgprice" DOUBLE,
  "prevcloseprice" DOUBLE,
  "lastprice" DOUBLE,
  "lastqty" DOUBLE,
  "bidprice" DOUBLE,
  "bidqty" DOUBLE,
  "askprice" DOUBLE,
  "askqty" DOUBLE,
  "openprice" DOUBLE,
  "highprice" DOUBLE,
  "lowprice" DOUBLE,
  "volume" DOUBLE,
  "quotevolume" DOUBLE,
  "opentime" BIGINT,
  "closetime" BIGINT,
  "firstid" BIGINT,
  "lastid" BIGINT,
  "count" BIGINT
);

Share link

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