Bitcoin Public Trade Data
Past public trades data which includes details such as price, size, and time
@kaggle.shrutimechlearn_btc_public_trade
Past public trades data which includes details such as price, size, and time
@kaggle.shrutimechlearn_btc_public_trade
Cryptocurrency is a type of digital money that is registered on decentralized, encrypted electronic ledgers. Bitcoin is the earliest invented cryptocurrency (in 2008 by Satoshi Nakamoto) and has been in trading since 2009 [1]. Cryptocurrency analytics from Statista.com showed that the Bitcoin market price achieved 45,604 USD on May 17, 2021, which was a rapid growth from 196 USD in October 2013 [2].
The vast amount of data generated from crypto transactions can be utilized for making automated investment decisions. Big data is a research field that focuses on creating adequate software and hardware infrastructure to handle the five V’s of mass data: volume, velocity, variety, veracity, and value.
https://sdsclub.com/what-data-science-and-big-data-can-tell-about-bitcoin/
CREATE TABLE public_trade_data_btc_usd (
"id" BIGINT,
"mts" BIGINT,
"amount" DOUBLE,
"price" DOUBLE
);Anyone who has the link will be able to view this.