Baselight

Big Stock Data

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

@kaggle.lszltakcs_big_stock_data

Gmab
@kaggle.lszltakcs_big_stock_data.gmab

  • 143.54 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:0031.44000053405761731.47999954223632831.3899993896484431.3899993896484429029
2021-03-05 09:31:00-05:0031.3899993896484431.42000007629394531.35000038146972731.360000610351561918
2021-03-05 09:32:00-05:0031.3400001525878931.379999160766631.3299999237060531.37000083923342014
2021-03-05 09:33:00-05:0031.35000038146972731.39170074462890331.30999946594238331.3099994659423834693
2021-03-05 09:34:00-05:0031.3600006103515631.3600006103515631.2730007171630931.274999618530282801
2021-03-05 09:35:00-05:0031.2600002288818431.2600002288818431.2531.25629
2021-03-05 09:36:00-05:0031.20999908447265631.22999954223632831.20999908447265631.219999313354493814
2021-03-05 09:37:00-05:0031.19000053405761731.19000053405761731.129999160766631.139999389648442027
2021-03-05 09:38:00-05:0031.1100006103515631.120000839233431.0799999237060531.090000152587892429

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