Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Nbix
@kaggle.lszltakcs_big_stock_data.nbix

  • 154.79 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:0093.849998474121193.849998474121192.4700012207031292.470001220703126816
2021-03-05 09:31:00-05:0092.400001525878992.400001525878992.400001525878992.4000015258789290
2021-03-05 09:32:00-05:0092.6399993896484492.7592.6399993896484492.75866
2021-03-05 09:33:00-05:0092.9899978637695293.0899963378906292.980003356933693.05000305175781428
2021-03-05 09:34:00-05:0092.699996948242292.8099975585937692.6699981689453392.809997558593761631
2021-03-05 09:35:00-05:0092.7050018310546792.9899978637695292.7050018310546792.98999786376952588
2021-03-05 09:36:00-05:0092.8700027465820592.8700027465820592.6849975585937692.68499755859376698
2021-03-05 09:37:00-05:0092.6650009155273492.6650009155273492.394996643066492.6100006103515610081
2021-03-05 09:38:00-05:0092.599998474121192.769996643066492.5899963378906292.76999664306642921

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