Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Sfix
@kaggle.lszltakcs_big_stock_data.sfix

  • 186.77 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:0070.1705017089843870.6900024414062570.1705017089843870.6900024414062518726
2021-03-05 09:31:00-05:0070.5196990966796970.7850036621093869.599998474121170.489997863769537799
2021-03-05 09:32:00-05:0070.4400024414062570.4898986816406270.0994033813476670.48000335693361811
2021-03-05 09:33:00-05:0070.2848968505859470.569.8804016113281270.440002441406252570
2021-03-05 09:34:00-05:007070.269996643066469.8899993896484470.1849975585937517846
2021-03-05 09:35:00-05:0070.1849975585937570.7399978637695369.7711029052734470.739997863769537299
2021-03-05 09:36:00-05:0070.6299972534179770.8600006103515669.8500976562569.850097656253376
2021-03-05 09:37:00-05:0069.9300003051757870.4300003051757869.8200988769531269.820098876953127079
2021-03-05 09:38:00-05:0070.1299972534179770.3899993896484469.8415985107421970.144996643066418352

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