Xcalibra Market Data
xcalibra's cryptocurrency exchange historical trade data.
@kaggle.collinarnett_xcalibra_market_data
xcalibra's cryptocurrency exchange historical trade data.
@kaggle.collinarnett_xcalibra_market_data
CREATE TABLE eth_btc_hour (
"timestamp" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"count" BIGINT,
"volume" DOUBLE,
"quantity" DOUBLE
);
Anyone who has the link will be able to view this.