Baselight

Xcalibra Market Data

xcalibra's cryptocurrency exchange historical trade data.

@kaggle.collinarnett_xcalibra_market_data

Btc Rsd Hour
@kaggle.collinarnett_xcalibra_market_data.btc_rsd_hour

  • 86.54 KB
  • 8188 rows
  • 8 columns
timestamp

Timestamp

open

Open

high

High

low

Low

close

Close

count

Count

volume

Volume

quantity

Quantity

2019-06-21 07:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 06:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 05:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 04:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 03:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 02:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 01:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-21 00:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-20 23:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382
2019-06-20 22:00:00+00:00964984.91166382964984.91166382964984.91166382964984.91166382

CREATE TABLE btc_rsd_hour (
  "timestamp" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "count" BIGINT,
  "volume" DOUBLE,
  "quantity" DOUBLE
);

Share link

Anyone who has the link will be able to view this.