Baselight

Xcalibra Market Data

xcalibra's cryptocurrency exchange historical trade data.

@kaggle.collinarnett_xcalibra_market_data

Btc Rsd Minute
@kaggle.collinarnett_xcalibra_market_data.btc_rsd_minute

  • 2.18 MB
  • 491261 rows
  • 8 columns
timestamp

Timestamp

open

Open

high

High

low

Low

close

Close

count

Count

volume

Volume

quantity

Quantity

2019-06-13 16:23:00+00:00811400811400811400811400
2019-06-13 16:22:00+00:00811400811400811400811400
2019-06-13 16:21:00+00:00811400811400811400811400
2019-06-13 16:20:00+00:00811400811400811400811400
2019-06-13 16:19:00+00:00811400811400811400811400
2019-06-13 16:18:00+00:00811400811400811400811400
2019-06-13 16:17:00+00:00811400811400811400811400
2019-06-13 16:16:00+00:00811400811400811400811400
2019-06-13 16:15:00+00:00811400811400811400811400
2019-06-13 16:14:00+00:00811400811400811400811400

CREATE TABLE btc_rsd_minute (
  "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.