Baselight

Bitcoin Public Trade Data

Past public trades data which includes details such as price, size, and time

@kaggle.shrutimechlearn_btc_public_trade

Public Trade Data Btc Usd
@kaggle.shrutimechlearn_btc_public_trade.public_trade_data_btc_usd

  • 1.95 MB
  • 100000 rows
  • 4 columns
id

ID

mts

MTS

amount

AMOUNT

price

PRICE

112313570916542004200510.530352.98851876
112313570716542004200480.00130352.98851876
112313570516542004200460.00130352
112313570616542004200460.121630352
112313570316542004200440.010330352
112313570416542004200440.294430352
112313570116542004200430.00130351.7309893
112313569816542004200410.00130350.47345984
112313570016542004200410.048530351
112313569716542004200390.0014447630350

CREATE TABLE public_trade_data_btc_usd (
  "id" BIGINT,
  "mts" BIGINT,
  "amount" DOUBLE,
  "price" DOUBLE
);

Share link

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