Baselight

Xcalibra Market Data

xcalibra's cryptocurrency exchange historical trade data.

@kaggle.collinarnett_xcalibra_market_data

Btc Rsd Day
@kaggle.collinarnett_xcalibra_market_data.btc_rsd_day

  • 17.22 KB
  • 342 rows
  • 8 columns
timestamp

Timestamp

open

Open

high

High

low

Low

close

Close

count

Count

volume

Volume

quantity

Quantity

2020-05-19 00:00:00+00:00110000011000001100000110000011100.0001
2020-05-18 00:00:00+00:001199999.999999991199999.9999999910000001100000620280.4380.01876878
2020-05-17 00:00:00+00:001199999.999999991199999.999999991199999.999999991199999.999999992239.9999999999980.0002
2020-05-16 00:00:00+00:001199999.999999991199999.999999991199999.999999991199999.999999992239.9999999999980.0002
2020-05-15 00:00:00+00:001199999.999999991199999.999999991199999.999999991199999.9999999931217.55599999998980.00101463
2020-05-14 00:00:00+00:001199999.999999991199999.999999991199999.999999991199999.999999992239.9999999999980.0002
2020-05-13 00:00:00+00:0011000001199999.9999999911000001199999.99999999730398.506399999890.02644387
2020-05-12 00:00:00+00:009500001199999.99999999950000110000032310.8158999999990.00208256
2020-05-11 00:00:00+00:0011000001199999.99999999950000950000857303.696771140.05952023
2020-05-10 00:00:00+00:0011900001199999101000111000001353232.115861850.05016619

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