Bitcoin (BTC-USD)
since its creation at 02/08/22
@kaggle.borismbobe_bitcoin_btcusd_since_its_creation_at_020822
since its creation at 02/08/22
@kaggle.borismbobe_bitcoin_btcusd_since_its_creation_at_020822
this data base content the information about de bitcoin, since one year .
This database have 7 columns
this database will be updated every month.
it is from the yahoo finance site
CREATE TABLE btc_usd (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.