Crypto Data Hourly Price Since 2017 To 2023-10
1M+ Hourly Price Data Tick for 34 Cryptocurrencies from 2017 to Present, OHLCV
@kaggle.franoisgeorgesjulien_crypto
1M+ Hourly Price Data Tick for 34 Cryptocurrencies from 2017 to Present, OHLCV
@kaggle.franoisgeorgesjulien_crypto
CREATE TABLE binance_mkrusdt_1h_1 (
"date" TIMESTAMP,
"symbol" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_mkr" DOUBLE,
"volume_usdt" DOUBLE,
"tradecount" BIGINT
);
Anyone who has the link will be able to view this.