HISTORICAL BITCOIN PRICES (BTC)
historical bitcoin prices hour by hour
@kaggle.oscardavidperilla_historical_bitcoin_prices_btc
historical bitcoin prices hour by hour
@kaggle.oscardavidperilla_historical_bitcoin_prices_btc
CREATE TABLE btcusdt_1h (
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE,
"close_time" VARCHAR,
"quote" DOUBLE,
"takers_buy_base" DOUBLE,
"takers_buy_quote" DOUBLE
);
Anyone who has the link will be able to view this.