Baselight

Big Stock Data

Thousands of stocks from the us market with a 1min resolution.

@kaggle.lszltakcs_big_stock_data

Abnb
@kaggle.lszltakcs_big_stock_data.abnb

  • 220.15 KB
  • 14040 rows
  • 6 columns
datetime

Datetime

open

Open

high

High

low

Low

close

Close

volume

Volume

2021-03-04 09:30:00-05:00
2021-03-05 09:30:00-05:00182.5200042724609183.5181.1999969482422181.2055053710937255606
2021-03-05 09:31:00-05:00181.1999969482422181.5179.6399993896484418049185
2021-03-05 09:32:00-05:00179.88999938964844180.3300018310547179.1999969482422179.408004760742218133
2021-03-05 09:33:00-05:00179.8000030517578179.98989868164062178.6199951171875179.3200073242187551434
2021-03-05 09:34:00-05:00179180.19000244140625179180.1100006103515617371
2021-03-05 09:35:00-05:00180180.6699981689453180180.520004272460919032
2021-03-05 09:36:00-05:00180.25181.4850006103516180.2100067138672181.294998168945334569
2021-03-05 09:37:00-05:00181.259994506836181.259994506836181181.020004272460931248
2021-03-05 09:38:00-05:00181181.3699951171875180.63999938964844181.0899963378906527130

CREATE TABLE abnb (
  "datetime" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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