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
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.