Bitcoin USD (BTC-USD)
CCC - CoinMarketCap. Currency in USD
@kaggle.henryshan_bitcoin_usd_btc_usd
CCC - CoinMarketCap. Currency in USD
@kaggle.henryshan_bitcoin_usd_btc_usd
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.